v1.0
Freezes the construction history on objects.
FreezeObj( [InputObjs], [Time], [PropagationType] ); |
Parameter | Type | Description |
---|---|---|
InputObjs | String |
List of objects to freeze. Default Value: Current selection or active objects. |
Time | Number |
Frame at which to freeze the objects. Default Value: Current time converted to nearest frame. |
PropagationType | siBranchFlag |
Freeze the branch or just the node. Default Value: siUnspecified |
CreatePrim "Grid", "NurbsSurface", "MyGrid" ApplyOp "Twist", "MyGrid" FreezeObj( "MyGrid" ) |