| Library | Module | Frames | Expand |
| pfcSelectionPair | Selections | |
| The SelectionPair: the pair of selected objects. | ||
| pfcClearanceData | ComputeClearance () | |
| Enables the user to compute the clearance between two selected parts or surfaces. | ||
| /* optional */ pfcInterferenceVolume | ComputeInterference (boolean SolidOnly) | |
| Enables the user to measure the interference between the two specified parts. | ||
| pfcCriticalDistanceData | ComputeNearestCriticalDistance () | |
| Enables the user to find the nearest local minimum (not the absolute minimum) of the distance function between two selected objects. | ||
| pfcSelectionPair | Selections |
|
The SelectionPair: the pair of selected objects. |
| pfcClearanceData | ComputeClearance | () |
|
Enables the user to compute the clearance between two selected parts or surfaces. Exceptions thrown (but not limited to): pfcXInvalidSelection - Selections are not valid
|
| /* optional */ pfcInterferenceVolume | ComputeInterference | (boolean SolidOnly) |
|
Enables the user to measure the interference between the two specified parts. Exceptions thrown (but not limited to): pfcXInvalidSelection - Selections are not valid
|
| pfcCriticalDistanceData | 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): pfcXToolkitBadContext - Not applicable to the input selections.
|