Click or drag to resize

MeshVertexNormalListSetNormals 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)
Since: 5.0
Syntax
public bool SetNormals(
	Vector3f[] normals
)

Parameters

normals
Type: Rhino.GeometryVector3f
Normals for the entire mesh.

Return Value

Type: Boolean
true on success, false on failure.
See Also