Click or drag to resize

MeshVertexNormalListAddRange Method

Appends a collection of normal vectors.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool AddRange(
	Vector3f[] normals
)

Parameters

normals
Type: Rhino.GeometryVector3f
Normals to append.

Return Value

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