constraint
Removes all constraints
RemoveAllCns( [ConstrainedObj], [Propagation] ); |
Parameter | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
ConstrainedObj | String | List of objects to be
constrained.
Default Value: Selected objects |
||||||||
Propagation | Integer | Specifies whether to remove constraints from the branch or just
the node
Default Value: vbUnspecifiedItemFlag (3)
|
GetPrim "Null" Translate , -5.936, 2.999, -0.300, , 4 SetMarking "kine.local.pos" SaveKey Duplicate Translate , 11.557, -0.000, 0.000, , 4 SaveKey ParentObj "Null", "Null1" SelectObj "Null", "BRANCH" Duplicate Translate , -0.786, -1.521, 0.152, , 4 ApplyCns "Direction", "Null2", "Null" ApplyCns "Orientation", "Null3", "Null1" RemoveAllCns "Null2", 1 |