Library | Module

Interface IpfcConstraintAttributes



Description

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



Property Summary

PropertyForceas Boolean
Force execution of this constraint (required for ASM_CONSTRAINT_PNT_ON_LINE).
PropertyIgnoreas Boolean
Ignore this constraint during regeneration.



Method Summary

FunctionCCpfcConstraintAttributes.Create (Force as Boolean, Ignore as Boolean) as IpfcConstraintAttributes
Creates a new constraint attributes object.



Property Detail


PropertyForceas Boolean

Force execution of this constraint (required for ASM_CONSTRAINT_PNT_ON_LINE).




PropertyIgnoreas Boolean

Ignore this constraint during regeneration.





Method Detail


FunctionCCpfcConstraintAttributes.Create (Force as Boolean, Ignore as Boolean) as IpfcConstraintAttributes

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: