r3iaconstr

r3iaconstr

Class

plugins/objects/constraint/r3iaconstr.h

Library

r3constr

Description:

Interactor for constraint object

See Also

real/intact/r3iacons.h

Super Class

r3Iaconstructor

R3CLID_IACONSTRUCTOR

JavaScript

r3Iaconstraint

Class Identifier

R3CLID_IACONSTRAINT - 1421

Methods

Attributes

Recursive,

Recursive

Attribute

Recursive

Identifier

R3IACONSTRAINTA_Recursive

JavaScript type

Boolean

C type

R3BOOL

Description

bind hierarchically

Syntax


jsobj.SetRecursive(value);
value = jsobj.GetRecursive();


R3BOOL value = ...;
R3SetAttrs(r3obj, R3IACONSTRAINTA_Recursive, value, R3TAG_END);
R3BOOL value;
R3GetAttrs(r3obj, R3IACONSTRAINTA_Recursive, &value, R3TAG_END);