Library | Module

Class pfcConstraintAttributes



Description

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



Property Summary

booleanForce
Force execution of this constraint (required for ASM_CONSTRAINT_PNT_ON_LINE).
booleanIgnore
Ignore this constraint during regeneration.



Method Summary

static pfcConstraintAttributesCreate (boolean Force, boolean Ignore)
Creates a new constraint attributes object.



Property Detail


booleanForce

Force execution of this constraint (required for ASM_CONSTRAINT_PNT_ON_LINE).




booleanIgnore

Ignore this constraint during regeneration.





Method Detail


static pfcConstraintAttributesCreate (boolean Force, boolean Ignore)

Creates a new constraint attributes object.
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: