Simbody
3.4 (development)
|
This is a rigid body in the shape of a line, which is inherently inertialess about its axis. More...
#include <Body.h>
Public Member Functions | |
Linear () | |
Linear (const MassProperties &) | |
Linear & | setDefaultRigidBodyMassProperties (const MassProperties &m) |
Every type of Body should provide an initial set of rigid body mass properties defined at Topology stage (i.e., in the System rather than the State). | |
SimTK_PIMPL_DOWNCAST (Linear, Body) |
This is a rigid body in the shape of a line, which is inherently inertialess about its axis.
Its mass properties may be modified later, but only in such a way that the Body remains inertialess about one axis.
SimTK::Body::Linear::Linear | ( | const MassProperties & | ) | [explicit] |
Linear& SimTK::Body::Linear::setDefaultRigidBodyMassProperties | ( | const MassProperties & | ) | [inline] |
Every type of Body should provide an initial set of rigid body mass properties defined at Topology stage (i.e., in the System rather than the State).
This is thus a Topology-stage change which will require a new realizeTopology() before use.
Reimplemented from SimTK::Body.