Click or drag to resize

RhinoMesh Constructor (Mesh)

Create rhino mesh wrapper. The rhino mesh must not be accessed from outside while the

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

Parameters

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