Click or drag to resize

RhinoMesh Constructor (Mesh)

Initializes a new instance of the RhinoMesh class. Create rhino mesh wrapper. The rhino mesh must not be accessed from outside while the

Namespace:  Karamba.GHopper.Geometry
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public RhinoMesh(
	Mesh mesh
)

Parameters

mesh
Type: Mesh
Rhino mesh.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs thrown if the supplied rhino mesh is null.
See Also