Click or drag to resize

IReadonlyMesh Interface

Readonly mesh. Provides read access to mesh.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public interface IReadonlyMesh

The IReadonlyMesh type exposes the following members.

Properties
  NameDescription
Public propertyFaces
Gets the mesh faces.
Public propertyNormals
Gets the vertex normals.
Public propertyVertexColors
Gets the mesh vertex colors.
Public propertyVertices
Gets the mesh vertices.
Top
Methods
  NameDescription
Public methodCopy
Returns a copy of the mesh.
Public methodGetVertex
Gets the vertex at index.
Top
Extension Methods
  NameDescription
Public Extension MethodConvert
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.)
Top
See Also