API Documentation > Interface Classes > Class pfcConstraintAttributes
Class pfcConstraintAttributes

# include <pfcComponentFeat.h>

class
pfcConstraintAttributes
: public virtual
xobject
{
xdeclare(pfcConstraintAttributes)
...
};
This is a
COMPACT class.

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