Tools to measure some geometric properties of a mesh. More...
Functions | |
double | MeasureGridLength (Mesh *mesh) |
Measures the length of all edges of a grid. More... | |
double | MeasureGridArea (Mesh *mesh) |
Measures the area of all faces of a grid. More... | |
double | MeasureGridVolume (Mesh *mesh) |
Measures the volume of all volume elements of a grid. More... | |
double | MeasureSubsetLength (Mesh *mesh, int subset) |
Measures the length of all edges of the given subset. More... | |
double | MeasureSubsetArea (Mesh *mesh, int subset) |
Measures the area of all faces of the given subset. More... | |
double | MeasureSubsetVolume (Mesh *mesh, int subset) |
Measures the volume of all volume elements of the given subset. More... | |
double | MeasureSelectionLength (Mesh *mesh) |
Measures the length of all edges of the current selection. More... | |
double | MeasureSelectionArea (Mesh *mesh) |
Measures the area of all faces of the current selection. More... | |
double | MeasureSelectionVolume (Mesh *mesh) |
Measures the volume of all volume elements of the current selection. More... | |
Tools to measure some geometric properties of a mesh.
Measures the length of all edges of the current selection.
Measures the volume of all volume elements of the current selection.
Measures the area of all faces of the given subset.
Measures the length of all edges of the given subset.