|
MeshAnalyzerGetDumpString Method |
GetDumpString returns a string that shows the created positions, polygons and edges.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public string GetDumpString(
bool dumpPositions = true,
bool dumpPolygons = true,
bool dumpEdges = true,
bool dumpEdgePosition = true
)
Parameters
- dumpPositions Boolean (Optional)
- true to show positions
- dumpPolygons Boolean (Optional)
- true to show polygons
- dumpEdges Boolean (Optional)
- true to show edges
- dumpEdgePosition Boolean (Optional)
- true to show positions for each edge (else only position indexes are shown)
Return Value
Stringstring that shows the created positions, polygons and edges
See Also