simscape.multibody.GeneralExtrusion Class
Namespace: simscape.multibody
Superclasses: simscape.multibody.Geometry
Description
Use an object of the simscape.multibody.GeneralExtrusion
class to represent
extruded geometry with an arbitrary polygonal cross-section. The cross section is in the
xy-plane of the reference frame and can have a convex or concave shape.
You can also specify a cross section with holes. The number of sides of the cross section must
be greater than two, but has no upper limit. The direction of the extrusion is along the
z-axis of the reference frame.
To specify the dimensions of the geometry, use the CrossSection
and
Length
properties.
Class Attributes
Sealed | true |
ConstructOnLoad | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Creation
Description
creates an extruded geometry with default values.extrusion
= simscape.multibody.GeneralExtrusion
creates an extruded geometry with specified cross section and length.extrusion
= simscape.multibody.GeneralExtrusion(crossSection
,length
)
Properties
Version History
Introduced in R2022a