| Library | Module | Frames | Expand |
| Property | Selections | as IpfcSelectionPair |
| The SelectionPair: the pair of selected objects. | ||
| Function | ComputeClearance () as IpfcClearanceData | |
| Enables the user to compute the clearance between two selected parts or surfaces. | ||
| Function | ComputeInterference (SolidOnly as Boolean) as IpfcInterferenceVolume [optional] | |
| Enables the user to measure the interference between the two specified parts. | ||
| Function | ComputeNearestCriticalDistance () as IpfcCriticalDistanceData | |
| Enables the user to find the nearest local minimum (not the absolute minimum) of the distance function between two selected objects. | ||
| Property | Selections | as IpfcSelectionPair |
|
The SelectionPair: the pair of selected objects. |
| Function | ComputeClearance | () as IpfcClearanceData |
|
Enables the user to compute the clearance between two selected parts or surfaces. Exceptions thrown (but not limited to): IpfcXInvalidSelection - Selections are not valid
|
| Function | ComputeInterference | (SolidOnly as Boolean) as IpfcInterferenceVolume [optional] |
|
Enables the user to measure the interference between the two specified parts. Exceptions thrown (but not limited to): IpfcXInvalidSelection - Selections are not valid
|
| Function | ComputeNearestCriticalDistance | () as IpfcCriticalDistanceData |
|
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): IpfcXToolkitBadContext - Not applicable to the input selections.
|