Library | Package Java Toolkit

Interface ConstraintAttributes

package com.ptc.pfc.pfcComponentFeat;

public interface ConstraintAttributes
  extends jxobject



Description

This interface contains the attributes to be applied to the constraint.
See Also:
ComponentConstraint



Method Summary
booleanGetForce ()
    Get method for attribute "Force"
    Force execution of this constraint (required for ASM_CONSTRAINT_PNT_ON_LINE).
booleanGetIgnore ()
    Get method for attribute "Ignore"
    Ignore this constraint during regeneration.
voidSetForce (boolean value)
    Set method for attribute "Force"
    Force execution of this constraint (required for ASM_CONSTRAINT_PNT_ON_LINE).
voidSetIgnore (boolean value)
    Set method for attribute "Ignore"
    Ignore this constraint during regeneration.

Method Detail

GetForce/SetForce

booleanGetForce ()
voidSetForce (boolean value)


    Force execution of this constraint (required for ASM_CONSTRAINT_PNT_ON_LINE).
Manual References:
Assemblies and Components: Constraint Attributes, Assemblies and Components: Constraint Attributes



GetIgnore/SetIgnore

booleanGetIgnore ()
voidSetIgnore (boolean value)


    Ignore this constraint during regeneration.
Manual References:
Assemblies and Components: Constraint Attributes, Assemblies and Components: Constraint Attributes