Library | Module

Class CMpfcInterference






Method Summary

FunctionCreateSelectionEvaluator (Selections as IpfcSelectionPair) as IpfcSelectionEvaluator
Used to create a IpfcSelectionEvaluator object, that represents the data necessary to call several methods related to the interface and clearance between the two selections.
FunctionCreateGlobalEvaluator (Assem as IpfcAssembly) as IpfcGlobalEvaluator
Used to create a IpfcGlobalEvaluator object, that enables users to compute all of the interferences within the assembly.



Method Detail


FunctionCreateSelectionEvaluator (Selections as IpfcSelectionPair) as IpfcSelectionEvaluator

Used to create a IpfcSelectionEvaluator object, that represents the data necessary to call several methods related to the interface and clearance between the two selections.
Parameters:
Selections
The IpfcSelectionPair the pair of selected objects.
Returns:
The IpfcSelectionEvaluator object.



FunctionCreateGlobalEvaluator (Assem as IpfcAssembly) as IpfcGlobalEvaluator

Used to create a IpfcGlobalEvaluator object, that enables users to compute all of the interferences within the assembly.
Parameters:
Assem
The top-level assembly to be checked for interference.
Returns:
The IpfcGlobalEvaluator object.