| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| ClearanceData | ComputeClearance
()
Enables the user to compute the clearance between two selected parts or surfaces. |
| /*optional*/ InterferenceVolume | ComputeInterference
(boolean SolidOnly)
Enables the user to measure the interference between the two specified parts. |
| CriticalDistanceData | ComputeNearestCriticalDistance
()
Enables the user to find the nearest local minimum (not the absolute minimum) of the distance function between two selected objects. |
| SelectionPair | GetSelections
()
Get method for attribute "Selections" The SelectionPair: the pair of selected objects. |
| void | SetSelections
(SelectionPair value)
Set method for attribute "Selections" The SelectionPair: the pair of selected objects. |
| Method Detail |
|---|
| GetSelections/SetSelections |
|---|
| SelectionPair | GetSelections | () |
| void | SetSelections | (SelectionPair value) |
The SelectionPair: the pair of selected objects.
|
| ComputeInterference |
|---|
| /*optional*/ InterferenceVolume | ComputeInterference | (boolean SolidOnly) |
| Enables the user to measure the interference between the two specified parts.
Exceptions thrown (but not limited to): XInvalidSelection - Selections are not valid
|
| ComputeClearance |
|---|
| ClearanceData | ComputeClearance | () |
| Enables the user to compute the clearance between two selected parts or surfaces.
Exceptions thrown (but not limited to): XInvalidSelection - Selections are not valid
|
| ComputeNearestCriticalDistance |
|---|
| CriticalDistanceData | ComputeNearestCriticalDistance | () |
| Enables the user to find the nearest local minimum (not the absolute minimum) of the distance function between two selected objects.
Exceptions thrown (but not limited to): XToolkitBadContext - Not applicable to the input selections.
|