Click or drag to resize

MeshExtensions Class

extension methods for converting between Grasshopper mesh and Karamba3D mesh.
Inheritance Hierarchy
SystemObject
  Karamba.GHopper.GeometryMeshExtensions

Namespace:  Karamba.GHopper.Geometry
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public static class MeshExtensions
Methods
  NameDescription
Public methodStatic memberConvert(Mesh)
Public methodStatic memberConvert(MeshFace)
Public methodStatic memberConvert(IReadonlyMesh)
Convert to mesh to rhino mesh. If the mesh is already of type RhinoMesh, the underlying mesh Mesh is returned without creating a copy of it. Otherwise, a new rhino mesh instance is created from the supplied mesh. The following attributes/properties are taken into account. (1) Mesh topology (vertices, faces) (2) Vertex normals. (3) Vertex colors.
Top
See Also