|
Momentum Scripting v1
|
#include <Screw1D.h>
Public Member Functions | |
| bool | getEnable () const |
| agx::Real | getLead () const |
| void | setEnable (bool enable) |
| void | setLead (double lead) |
The screw joint couples the vertical and rotational movement for the cylinder joint.
| bool MOMENTUM_NAMESPACE::Screw1D::getEnable | ( | ) | const |
| agx::Real MOMENTUM_NAMESPACE::Screw1D::getLead | ( | ) | const |
| void MOMENTUM_NAMESPACE::Screw1D::setEnable | ( | bool | enable | ) |
| void MOMENTUM_NAMESPACE::Screw1D::setLead | ( | double | lead | ) |
Assign lead, i.e., the distance along the screw's axis that is covered by one complete rotation.
| lead | - is the distance along the screw's axis that is covered by one complete rotation of the screw (360 degrees) |