Main Content

PmitGeomType

Enumerated type for specifying geometry of component

Description

Warning

This content is specific to Simscape™ Multibody™ First Generation software. First-generation features are slated to be deprecated and should be avoided.

PmitGeomType is a C language enumerated type.

A variable of this type is defined when you create a component in a Simscape Multibody Link API CAD model.

These are the variable's allowed enumerated values.

ValueGeometry Type
PMIT_GEO_UNKNOWN = -1Unknown
PMIT_GEO_POINT = 0Point
PMIT_GEO_LINELine
PMIT_GEO_PLANEPlane
PMIT_GEO_CYLCylinder
PMIT_GEO_CONECone
PMIT_GEO_CIRCLECircle

See Also