Class pfcConstraintAttributes
Description
This interface contains the attributes to be applied to the constraint.
See Also:
Method Summary
| |
| |
| |
| Creates a new constraint attributes object. |
| |
| |
void | |
| |
| |
| Force execution of this constraint (required for ASM_CONSTRAINT_PNT_ON_LINE). |
| |
| |
void | |
| |
| |
| Ignore this constraint during regeneration. |
| |
| |
| |
| |
Method Detail
Force execution of this constraint (required for ASM_CONSTRAINT_PNT_ON_LINE).
Manual References:
| GetIgnore | () |
void | SetIgnore | |
Ignore this constraint during regeneration.
Manual References:
Creates a new constraint attributes object.
Manual References:
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: