Library | Package Java Toolkit

Class pfcComponentFeat

package com.ptc.pfc.pfcComponentFeat;

public class pfcComponentFeat



Description

Contains global CIP definitions for module "pfcComponentFeat"



Method Summary
static ComponentConstraintComponentConstraint_Create (ComponentConstraintType Type)
    Creates a new component constraint object.
static ConstraintAttributesConstraintAttributes_Create (boolean Force, boolean Ignore)
    Creates a new constraint attributes object.

Method Detail

ConstraintAttributes_Create

static ConstraintAttributesConstraintAttributes_Create (boolean Force, boolean Ignore)


    Creates a new constraint attributes object.
Manual References:
Assemblies and Components: Constraint Attributes, Assemblies and Components: Constraint Attributes
Parameters:
Force
true if the constraint should be forced (required for ASM_CONSTRAINT_PNT_ON_LINE).
Ignore
true if the constraint is stored with the component, but not enforced. false if the constraint is enforced.
Returns:
 


ComponentConstraint_Create

static ComponentConstraintComponentConstraint_Create (ComponentConstraintType Type)


    Creates a new component constraint object.
See Also:
ComponentFeat.SetConstraints(/*optional*/ ComponentConstraints, /*optional*/ ComponentPath)
Manual References:
Assemblies and Components: Assembling a Component Parametrically, Assemblies and Components: Assembling a Component Parametrically
Parameters:
Type
The type of constraint.
Returns:
The new component constraint object.