| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| SolidBodyState | GetBodyState
()
Specifies the state of solid body. |
| /*optional*/ Double | GetDensity
()
|
| /*optional*/ Features | GetFeatures
()
|
| MassProperty | GetMassProperty
(
/*optional*/
String CsysName)
|
| /*optional*/ Outline3D | GetOutline
()
Retrieves the regeneration outline of a solid body, with respect to the base coordinate system orientation. |
| boolean | IsConstruction
()
Specifies if solid body is construction body. |
| boolean | IsSheetmetal
()
|
| /*optional*/ Surfaces | ListSurfaces
()
Lists all surfaces of body. |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner |
|---|
| GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Method Detail |
|---|
| GetBodyState |
|---|
| SolidBodyState | GetBodyState | () |
Specifies the state of solid body.
|
| IsConstruction |
|---|
| boolean | IsConstruction | () |
Specifies if solid body is construction body.
|
| IsSheetmetal |
|---|
| boolean | IsSheetmetal | () |
|
| ListSurfaces |
|---|
| /*optional*/ Surfaces | ListSurfaces | () |
Lists all surfaces of body.
|
| GetOutline |
|---|
| /*optional*/ Outline3D | GetOutline | () |
Retrieves the regeneration outline of a solid body, with respect to the base coordinate system orientation.
|
| GetDensity |
|---|
| /*optional*/ Double | GetDensity | () |
|
| GetMassProperty |
|---|
| MassProperty | GetMassProperty | ( /*optional*/ String CsysName) |
|
| GetFeatures |
|---|
| /*optional*/ Features | GetFeatures | () |
|