simscape.multibody.SixDofJoint Class
Namespace: simscape.multibody
Superclasses: simscape.multibody.Joint
Description
Use an object of the simscape.multibody.SixDofJoint
class to construct a
joint with six degrees of freedom. You can envision a six-DOF joint as a Cartesian joint
followed by a spherical joint. The follower frame can have a 3-D transformation with respect
to the base frame. The transformation contains three sequential translations and an
unconstrained 3-D rotation, as shown in the image.
The translations are along the x, y, and z axes of the base frame, respectively. Before the rotation, the axes of the follower are parallel to the corresponding axes of the base frame. The 3-D rotation is with respect to the follower frame formed after the translations.
The properties of the SixDofJoint
object contains three simscape.multibody.PrismaticPrimitive
objects and one simscape.multibody.SphericalPrimitive
object.
Class Attributes
Sealed | true |
ConstructOnLoad | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Creation
Description
constructs
a six-DOF joint with default values.sj
= simscape.multibody.SixDofJoint
Properties
Version History
Introduced in R2022a
See Also
simscape.multibody.Joint
| simscape.multibody.PrismaticPrimitive
| simscape.multibody.AxialSpringDamper
| simscape.multibody.TorsionalSpringDamper
| simscape.multibody.RevolutePrimitive
| simscape.multibody.RevolutePrimitive
| simscape.multibody.SphericalPrimitive
| simscape.multibody.SphericalJoint