![]() |
IReadonlyMesh Interface |
Namespace: Karamba.Geometry
The IReadonlyMesh type exposes the following members.
Name | Description | |
---|---|---|
![]() | Faces |
Gets the mesh faces.
|
![]() | Normals |
Gets the vertex normals.
|
![]() | VertexColors |
Gets the mesh vertex colors.
|
![]() | Vertices |
Gets the mesh vertices.
|
Name | Description | |
---|---|---|
![]() | Convert |
Converts to Rhino's 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.
(Defined by ToRhino.) |