|
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)
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