Library | Package Java Toolkit

Interface GlobalEvaluator

package com.ptc.pfc.pfcInterference;

public interface GlobalEvaluator
  extends com.ptc.pfc.pfcObject.Object



Description

This class defines a global evaluator object which enables users to compute the interferences on an assembly.



Method Summary
/*optional*/ GlobalInterferencesComputeGlobalInterference (boolean SolidOnly)
    Computes the global interference on the assembly.
AssemblyGetAssem ()
    Get method for attribute "Assem"
    The top-level assembly to be checked for interference.
voidSetAssem (Assembly value)
    Set method for attribute "Assem"
    The top-level assembly to be checked for interference.

Method Detail

GetAssem/SetAssem

AssemblyGetAssem ()
voidSetAssem (Assembly value)


    The top-level assembly to be checked for interference.
Manual References:
Geometry Evaluation: Interference, Geometry Evaluation: Interference, Geometry Evaluation: Interference, Geometry Evaluation: Interference



ComputeGlobalInterference

/*optional*/ GlobalInterferencesComputeGlobalInterference (boolean SolidOnly)


    Computes the global interference on the assembly.
Manual References:
Geometry Evaluation: Interference, Geometry Evaluation: Interference
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.