My Project
|
Mesh interface. More...
Public Member Functions | |
void | Renumber () |
Renumber mesh vertices and triangles. | |
void | Refine (QualityOptions quality, bool delaunay) |
Refine the mesh. | |
Properties | |
ICollection< Vertex > | Vertices [get] |
Gets the vertices of the mesh. | |
IEnumerable< Edge > | Edges [get] |
Gets the edges of the mesh. | |
ICollection< SubSegment > | Segments [get] |
Gets the segments (constraint edges) of the mesh. | |
ICollection< Triangle > | Triangles [get] |
Gets the triangles of the mesh. | |
IList< Point > | Holes [get] |
Gets the holes of the mesh. | |
Rectangle | Bounds [get] |
Gets the bounds of the mesh. | |
Mesh interface.
void TriangleNet.Meshing.IMesh.Refine | ( | QualityOptions | quality, |
bool | delaunay | ||
) |
Refine the mesh.
quality | The quality constraints. |
conforming | A value indicating, if the refined mesh should be Conforming Delaunay. |
Implemented in TriangleNet.TriangleNetMesh.
void TriangleNet.Meshing.IMesh.Renumber | ( | ) |
Renumber mesh vertices and triangles.
Implemented in TriangleNet.TriangleNetMesh.
|
get |
Gets the bounds of the mesh.
Implemented in TriangleNet.TriangleNetMesh.
|
get |
Gets the edges of the mesh.
Implemented in TriangleNet.TriangleNetMesh.
|
get |
Gets the holes of the mesh.
Implemented in TriangleNet.TriangleNetMesh.
|
get |
Gets the segments (constraint edges) of the mesh.
Implemented in TriangleNet.TriangleNetMesh.
|
get |
Gets the triangles of the mesh.
Implemented in TriangleNet.TriangleNetMesh.
|
get |
Gets the vertices of the mesh.
Implemented in TriangleNet.TriangleNetMesh.