|
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)
Syntaxpublic RhinoMesh(
Mesh mesh
)
Public Sub New (
mesh As Mesh
)
public:
RhinoMesh(
Mesh^ mesh
)
new :
mesh : Mesh -> RhinoMesh
Parameters
- mesh
- Type: Mesh
Rhino mesh.
Exceptions
See Also