Go to: Synopsis. Return value. Keywords. Related. Flags. MEL examples.
polySetToFaceNormal [-setUserNormal]
polySetToFaceNormal is undoable, NOT queryable, and NOT editable.
This command takes selected polygonal vertices or vertex-faces and changes
their normals. If the option userNormal is used, the new normal
values will be the face normals arround the vertices/vertex-faces. Otherwise
the new normal values will be default values according to the internal
calculation.
poly, userNormal, polyNormals, setToFaceNormal, setNormal, vertexNormal
polyAverageNormal, polyNormal, polyNormalPerVertex, polySoftEdge
setUserNormal
Long name (short name) |
Argument types |
Properties |
-setUserNormal(-su)
|
|
|
|
when this flag is presented, user normals will be created on each vertex
face and the values will be the face normal value. Otherwise the normal
values will be the internal computing results. Default is false.
|
|
Flag can appear in Create mode of command
|
Flag can appear in Edit mode of command
|
Flag can appear in Query mode of command
|
Flag can be used more than once in a command.
|
// Create user normals and set them to the face normals
polySetToFaceNormal -setUserNormal;
// Set the normals to the default normal values (internally computed)
polySetToFaceNormal;