|
|
IMesh2 Interface |
Namespace: Karamba.Geometry
The IMesh2 type exposes the following members.
| Name | Description | |
|---|---|---|
| AddFace |
Adds a triangle to mesh.
| |
| AddVertex |
Adds a vertex to mesh.
| |
| BoundaryLoop |
Returns a loop around it in anti-clockwise fashion.
| |
| BoundingBox |
Returns the bounding rectangle.
| |
| DuplicateMesh |
Gets a deep copy of the mesh.
| |
| Edges |
Set up the set of edges of the mesh.
| |
| Edges(ListEdge3, ListEdge3) |
Return the list of interior and naked edges.
| |
| faceCOG |
determine the center of gravity of a mesh face.
| |
| InteriorVerticesIndices |
Return the indexes of interior vertices.
| |
| SetVertex |
Set mesh vertex at index.
| |
| VertexIndices |
Returns the indexes of the vertexes present in the given list of edges.
|