Click or drag to resize
AB4D logo

MeshAnalyzerGetDumpString Method

GetDumpString returns a string that shows the created positions, polygons and edges.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
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

String
string that shows the created positions, polygons and edges
See Also