simscape.multibody.StandardAxisTranslation Class
R2026bNamespace: simscape.multibody
Superclasses: simscape.multibody.Translation
Description
Use an object of the simscape.multibody.StandardAxisTranslation class to
construct a translation along an axis of the base frame.
The Offset property specifies the distance of the translation. The
Axis property specifies the axis of the translation as a string. The
axis can be any axis of the base frame.
Class Attributes
Sealed | true |
ConstructOnLoad | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Creation
Description
creates a standard-axis translation with default values.T = simscape.multibody.StandardAxisTranslation
creates a standard-axis translation with the specified offset and axis.T = simscape.multibody.StandardAxisTranslation(offset,axis)
Properties
Version History
Introduced in R2022a