IReadonlyMesh Interface

Readonly mesh. Provides read access to mesh.

Definition

Namespace: Karamba.Geometry
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public interface IReadonlyMesh : IEquatable<IReadonlyMesh>
Implements
IEquatableIReadonlyMesh

Properties

Faces Gets the mesh faces.
Guid Gets the Guid of the mesh.
Normals Gets the vertex normals.
UnderlyingBrep Gets the surface which underlies the given mesh or null.
VertexColors Gets the mesh vertex colors.
Vertices Gets the mesh vertices.

Methods

Copy Returns a copy of the mesh.
Equals Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIReadonlyMesh)
GetVertex Gets the vertex at index.

Extension Methods

Convert Converts to Rhino's Mesh. If the mesh is already of type [!:RhinoMesh], the underlying mesh [!:RhinoMesh.UnderlyingRhinoMesh] is returned without creating a copy of it. Otherwise, a new rhino mesh instance is created from the supplied mesh.
(Defined by ToRhino)

See Also