API Documentation > Interfaces > Interface SolidBody
Interface SolidBody

package com.ptc.pfc.pfcSolid;

public interface
SolidBody
extends
com.ptc.pfc.pfcModelItem.ModelItem


Description
This class represents a solid body.
Direct Known Subclasses:
User Guide References:
Methods Inherited from Interface com.ptc.pfc.pfcObject.Child :
Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner :
Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner :
Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem :
Method Summary
Specifies the state of solid body.
/*cipOptional*/ Double
/*cipOptional*/ Features
GetMassProperty ( /*cipOptional*/ String CsysName)
/*cipOptional*/ Outline3D
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
/*cipOptional*/ Surfaces
Lists all surfaces of body.
Method Detail
GetBodyState
GetBodyState
()
Specifies the state of solid body.
User Guide References:
Returns:
The solid body state
IsConstruction
boolean
IsConstruction
()
Specifies if solid body is construction body.
User Guide References:
Returns:
true if solid body is construction body and false otherwise.
IsSheetmetal
boolean
IsSheetmetal
()
User Guide References:
Returns:
ListSurfaces
/*cipOptional*/ Surfaces
ListSurfaces
()
Lists all surfaces of body.
User Guide References:
Returns:
Sequence of body surfaces
GetOutline
/*cipOptional*/ Outline3D
GetOutline
()
Retrieves the regeneration outline of a solid body, with respect to the base coordinate system orientation.
User Guide References:
Returns:
The outline that defines the boundary box of the body.
GetDensity
/*cipOptional*/ Double
GetDensity
()
User Guide References:
Returns:
GetMassProperty
GetMassProperty
( /*cipOptional*/ String CsysName)
User Guide References:
Parameters:
CsysName
Returns:
GetFeatures
/*cipOptional*/ Features
GetFeatures
()
User Guide References:
Returns:
Was this helpful?