15#ifndef MOMENTUM_LINEARSECONDARYJOINT_H
16#define MOMENTUM_LINEARSECONDARYJOINT_H
18#include "momentum_namespace.h"
19#include "momentum_export.h"
21#include "SecondaryJoint.h"
27 class BasicControllerConstraint;
61#ifndef AGX_MOMENTUM_ANALYSIS_API
99 std::string __str__()
const;
A base class for motors, springs and ranges on linear constraints.
Definition: LinearSecondaryJoint.h:38
double getCurrentForce() const
Get the force that the secondary constraint is applying to the object at the moment.
bool setForceLimit(std::pair< double, double > limit)
Set the lower and upper force of the secondary constraint.
std::pair< double, double > getForceLimit() const
Get the lower and upper force of the secondary constraint.
bool setForceLimit(double lower, double upper)
Set the lower and upper force of the secondary constraint.
A Base class for a joint which operates on the free DOF specifies by ordinary joints such as HingeJoi...
Definition: SecondaryJoint.h:38
Namespace for Momentum Scripting API.
Definition: AffineMatrix4x4.h:29