v8.0 (2010)
Copies normal values for use with the PasteUserNormals command.
Note: Only a single normal can be copied but that normal can be pasted onto multiple target normals.
CopyUserNormals( [InputObjs] ); |
Parameter | Type | Description |
---|---|---|
InputObjs | String |
List of components. Default Value: Currently selected components |
' Create a cube and copy the first normal to all other normals CreatePrim "Cube", "MeshSurface" CopyUserNormals PasteUserNormals , False |