Click or drag to resize

StdVectorOfSharedPtrToMeshAdd Method

Adds a mesh to the list.

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public void Add(
	Mesh mesh,
	bool asConst
)

Parameters

mesh
Type: Rhino.GeometryMesh
A mesh to add.
asConst
Type: SystemBoolean
Whether this mesh should be treated as non-modifiable.
See Also