API Documentation > Classes > Class pfcSolidBody
Class pfcSolidBody
Description
This class represents a solid body.
Direct Parent Classes:
User Guide References:
Method Summary
Specifies the state of solid body.
/* optional */ number
/* optional */ pfcFeatures
GetMassProperty ( /* optional */ string CsysName)
/* optional */ pfcOutline3D
Retrieves the regeneration outline of a solid body, with respect to the base coordinate system orientation.
boolean
Specifies if solid body is construction body.
boolean
/* optional */ pfcSurfaces
Lists all surfaces of body.
Method Detail
GetBodyState
()
Specifies the state of solid body.
Returns:
The solid body state
User Guide References:
/* optional */ number
GetDensity
()
Returns:
User Guide References:
/* optional */ pfcFeatures
GetFeatures
()
Returns:
User Guide References:
GetMassProperty
( /* optional */ string CsysName)
Parameters:
CsysName
Returns:
User Guide References:
/* optional */ pfcOutline3D
GetOutline
()
Retrieves the regeneration outline of a solid body, with respect to the base coordinate system orientation.
Returns:
The outline that defines the boundary box of the body.
User Guide References:
boolean
IsConstruction
()
Specifies if solid body is construction body.
Returns:
true if solid body is construction body and false otherwise.
User Guide References:
boolean
IsSheetmetal
()
Returns:
User Guide References:
/* optional */ pfcSurfaces
ListSurfaces
()
Lists all surfaces of body.
Returns:
Sequence of body surfaces
User Guide References:
Was this helpful?