M_Rhino_Geometry_Collections_MeshVertexNormalList_SetNormals - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexNormalList.SetNormals Method

Sets all normal vectors in one go. This method destroys the current normal array if it exists.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool SetNormals(
	Vector3f[] normals
)

VB

Public Function SetNormals ( 
	normals As Vector3f()
) As Boolean

Parameters

 

normals
Type: Rhino.Geometry.Vector3f[]
Normals for the entire mesh.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshVertexNormalList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️