Click or drag to resize
AB4D logo

MeshAnalyzer Methods

The MeshAnalyzer type exposes the following members.

Methods
 NameDescription
Public methodAnalyze Analyze method analyzes the MeshGeometry3D and creates the Positions, Edges and Polygons lists.
Public methodCreateEdgeLinesObsolete.
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.
Public methodDump Dump method dumps the string with information about the created positions, polygons and edges to standard output (usually Visual Studio Output window).
Public methodGetDumpString GetDumpString returns a string that shows the created positions, polygons and edges.
Top
See Also