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
)
Public Sub Add (
mesh As Mesh,
asConst As Boolean
)
Parameters
- mesh
- Type: Rhino.GeometryMesh
A mesh to add. - asConst
- Type: SystemBoolean
Whether this mesh should be treated as non-modifiable.
See Also