Library | Module

Class pfcGlobalEvaluator



Description

This class defines a global evaluator object which enables users to compute the interferences on an assembly.
Direct Parent Classes:
pfcObject



Property Summary

pfcAssemblyAssem
The top-level assembly to be checked for interference.



Method Summary

/* optional */ pfcGlobalInterferencesComputeGlobalInterference (boolean SolidOnly)
Computes the global interference on the assembly.



Property Detail


pfcAssemblyAssem

The top-level assembly to be checked for interference.





Method Detail


/* optional */ pfcGlobalInterferencesComputeGlobalInterference (boolean SolidOnly)

Computes the global interference on the assembly.
Parameters:
SolidOnly
Whether to compute solid interferences or to also compute surface-to-curve interferences.
Returns:
A sequence of GlobalInterferences; NULL return means no interference was detected.