Click or drag to resize

IMesh2 Methods

The IMesh2 type exposes the following members.

Methods
  NameDescription
Public methodAddFace
Adds a triangle to mesh.
Public methodAddVertex
Adds a vertex to mesh.
Public methodBoundaryLoop
Returns a loop around it in anti-clockwise fashion.
Public methodBoundingBox
Returns the bounding rectangle.
Public methodDuplicateMesh
Gets a deep copy of the mesh.
Public methodEdges
Set up the set of edges of the mesh.
Public methodEdges(ListEdge3, ListEdge3)
Return the list of interior and naked edges.
Public methodfaceCOG
determine the center of gravity of a mesh face.
Public methodInteriorVerticesIndices
Return the indexes of interior vertices.
Public methodSetVertex
Set mesh vertex at index.
Public methodVertexIndices
Returns the indexes of the vertexes present in the given list of edges.
Top
See Also