| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Material | GetMaterial
()
Get the material of solid body. |
| void | SetConstruction
()
Set the solid body as construction body. |
| void | SetDefault
()
Set the solid body as default body. |
| void | SetMaterial
(Material material)
Assigns material to solid body. |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| 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.wfc.wfcModelItem.WParameterOwner |
|---|
| ExportParameterTable, ApplyParameterTableset, MathcadParametersSet, MathcadInputParametersGet |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WRelationOwner |
|---|
| GetRelationConstraints, UnitsUsed, UseUnits, EvaluateExpressionWithUnits |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Methods Inherited from Interface com.ptc.wfc.wfcModelItem.WModelItem |
|---|
| DeleteUserDefinedName, Unhide, Hide, IsHidden, IsNameReadOnly, IsZoneFeature, GetDefaultName |
| Methods Inherited from Interface com.ptc.pfc.pfcSolid.SolidBody |
|---|
| GetBodyState, IsConstruction, IsSheetmetal, ListSurfaces, GetOutline, GetDensity, GetMassProperty, GetFeatures |
| Method Detail |
|---|
| SetDefault |
|---|
| void | SetDefault | () |
| Set the solid body as default body.
Exceptions thrown (but not limited to): XToolkitNoChange - The solid body is already default body.
|
| SetConstruction |
|---|
| void | SetConstruction | () |
| Set the solid body as construction body.
Exceptions thrown (but not limited to): XToolkitNoChange - The solid body is already construction body.
|
| GetMaterial |
|---|
| Material | GetMaterial | () |
Get the material of solid body.
|
| SetMaterial |
|---|
| void | SetMaterial | (Material material) |
| Assigns material to solid body.
Exceptions thrown (but not limited to): XToolkitNotFound - The material is not found in solid.
|