Library | Package Java Toolkit

Class pfcInterference

package com.ptc.pfc.pfcInterference;

public class pfcInterference



Description

Contains global CIP definitions for module "pfcInterference"



Method Summary
static GlobalEvaluatorCreateGlobalEvaluator (Assembly Assem)
    Used to create a GlobalEvaluator object, that enables users to compute all of the interferences within the assembly.
static SelectionEvaluatorCreateSelectionEvaluator (SelectionPair Selections)
    Used to create a SelectionEvaluator object, that represents the data necessary to call several methods related to the interface and clearance between the two selections.

Method Detail

CreateSelectionEvaluator

static SelectionEvaluatorCreateSelectionEvaluator (SelectionPair Selections)


    Used to create a SelectionEvaluator object, that represents the data necessary to call several methods related to the interface and clearance between the two selections.
Manual References:
Geometry Evaluation: Analyzing Interference Information, Geometry Evaluation: Analyzing Interference Information
Parameters:
Selections
The SelectionPair the pair of selected objects.
Returns:
The SelectionEvaluator object.


CreateGlobalEvaluator

static GlobalEvaluatorCreateGlobalEvaluator (Assembly Assem)


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