Library | Module

Interface IpfcGlobalEvaluator



Description

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



Property Summary

PropertyAssemas IpfcAssembly
The top-level assembly to be checked for interference.



Method Summary

FunctionComputeGlobalInterference (SolidOnly as Boolean) as IpfcGlobalInterferences [optional]
Computes the global interference on the assembly.



Property Detail


PropertyAssemas IpfcAssembly

The top-level assembly to be checked for interference.





Method Detail


FunctionComputeGlobalInterference (SolidOnly as Boolean) as IpfcGlobalInterferences [optional]

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.