| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Selections | FindGeometry
(Point3D Point)
Determines the surfaces or edges on which the specified point is located. If a point lies on an edge, the function does not return the neighboring surfaces |
| double | GetDensity
()
Determines the density of the part. |
| InterfaceData | GetInterfaceData
(ConversionOptions ConversionOptions)
Provides the interface data for the model. |
| VolumeSurfaceInfo | GetVolumeInfo
()
Analyzes and returns the number of connect volumes of a part, and the surfaces that bound them. |
| void | SetDensity
(double value)
Sets the density of the part. |
| 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.pfcModelItem.ModelItemOwner |
|---|
| GetItemByName, GetItemById, ListItems |
| Methods Inherited from Interface com.ptc.pfc.pfcView.ViewOwner |
|---|
| RetrieveView, GetView, SaveView, GetCurrentViewTransform, SetCurrentViewTransform, CurrentViewRotate, ListViews, GetCurrentView |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.wfc.wfcFamily.WFamilyMember |
|---|
| SelectRows, GetFamilyTableStatus, IsModifiable, EditFamilyTable, EraseFamilyTable, ShowFamilyTable |
| Methods Inherited from Interface com.ptc.pfc.pfcPart.Part |
|---|
| GetCurrentMaterial, SetCurrentMaterial, ListMaterials, CreateMaterial, RetrieveMaterial, GetMaterial |
| Method Detail |
|---|
| GetDensity |
|---|
| double | GetDensity | () |
| Determines the density of the part. Exceptions thrown (but not limited to): XToolkitNotFound - The part has not been assigned a density value.
|
| SetDensity |
|---|
| void | SetDensity | (double value) |
Sets the density of the part.
|
| GetVolumeInfo |
|---|
| VolumeSurfaceInfo | GetVolumeInfo | () |
| Analyzes and returns the number of connect volumes of a part, and the surfaces that bound them. Exceptions thrown (but not limited to): XToolkitNotFound - The specified volume was not found.
|
| FindGeometry |
|---|
| Selections | FindGeometry | (Point3D Point) |
|
Determines the surfaces or edges on which the specified point is located.
If a point lies on an edge, the function does not return the neighboring surfaces
Exceptions thrown (but not limited to): XToolkitNotFound - The surface or edge was not found.
|
| GetInterfaceData |
|---|
| InterfaceData | GetInterfaceData | (ConversionOptions ConversionOptions) |
| Provides the interface data for the model. Exceptions thrown (but not limited to): XToolkitOutOfMemory - Insufficient memory.
|