IReadonlyMesh Interface
Readonly mesh. Provides read access to mesh.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public interface IReadonlyMesh : IEquatable<IReadonlyMesh>
Public Interface IReadonlyMesh
Inherits IEquatable(Of IReadonlyMesh)
public interface class IReadonlyMesh : IEquatable<IReadonlyMesh^>
type IReadonlyMesh =
interface
interface IEquatable<IReadonlyMesh>
end
- Implements
- IEquatableIReadonlyMesh
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.
|
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) |