simscape.multibody.WorldFrame Class
Namespace: simscape.multibody
Superclasses: simscape.multibody.Component
Description
Use an object of the simscape.multibody.WorldFrame
class to construct a
world frame. In a simscape.multibody.Multibody
object, the world frame is the global reference frame
that is fixed and impervious to any applied forces and moments.
The WorldFrame
object has one frame whose axes are orthogonal and arranged
based on the right-hand rule. The frame has a corresponding connector called
W
. Directly connecting another object to the W
connector makes that object motionless. A Multibody
object may have multiple
WorldFrame
objects, but all the WorldFrame
objects refer to
the same world frame.
Class Attributes
Sealed | true |
ConstructOnLoad | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Creation
Description
constructs
a world frame.wf
= simscape.multibody.WorldFrame
Examples
Version History
Introduced in R2022a