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