Click or drag to resize

MeshVertexStatusListAddRange Method

Appends an array, a list or any enumerable of flags to the end of the list.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void AddRange(
	IEnumerable<bool> values
)

Parameters

values
Type: System.Collections.GenericIEnumerableBoolean
Hidden values to append.

Return Value

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