Mesh |
public class MeshAnalyzer
The MeshAnalyzer type exposes the following members.
Name | Description | |
---|---|---|
MeshAnalyzer | Constructor |
Name | Description | |
---|---|---|
Edges | Gets list of MeshEdge structs that define all the edges of the specified MeshGeometry3D. | |
Polygons | Gets list of MeshPolygon structs that define all the polygons (triangles) of the specified MeshGeometry3D. | |
Positions | Gets list of unique Point3D positions that are created from the specified MeshGeometry3D. |
Name | Description | |
---|---|---|
Analyze | Analyze method analyzes the MeshGeometry3D and creates the Positions, Edges and Polygons lists. | |
CreateEdgeLines | Obsolete. CreateEdgeLines is an old method to generate edge lines. Please use the new method by using the EdgeLinesFactory class. Use this method only if the new method does not provide the correct results. | |
Dump | Dump method dumps the string with information about the created positions, polygons and edges to standard output (usually Visual Studio Output window). | |
GetDumpString | GetDumpString returns a string that shows the created positions, polygons and edges. |