simscape.multibody.Cylinder Class
Namespace: simscape.multibody
Superclasses: simscape.multibody.Geometry
Description
Use an object of the simscape.multibody.Cylinder
class to represent
cylindrical geometry. To specify the dimensions of the geometry, use the
Radius
and Length
properties. The reference frame
of the cylinder is located at the centroid of the cylinder, and the axis of the cylinder is
aligned with the z-axis of the reference frame.
Class Attributes
Sealed | true |
ConstructOnLoad | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Creation
Description
creates a cylindrical geometry with default values.cylinder
= simscape.multibody.Cylinder
creates a cylindrical geometry with the specified radius and length.cylinder
= simscape.multibody.Cylinder(radius
,length
)
Properties
Version History
Introduced in R2022a