CopyUserNormals
 
 
 

CopyUserNormals

Introduced

v8.0 (2010)

Description

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.

Scripting Syntax

CopyUserNormals( [InputObjs] );

Parameters

Parameter Type Description
InputObjs String List of components.

Default Value: Currently selected components

Examples

VBScript Example

' Create a cube and copy the first normal to all other normals
CreatePrim "Cube", "MeshSurface"
CopyUserNormals
PasteUserNormals , False

See Also

CreateUserNormals ResetUserNormals RemoveUserNormals AverageUserNormals SetVertexUserNormals SetPolygonUserNormals InvertUserNormals NormalizeUserNormals PasteUserNormals SetUserNormalValues