Click or drag to resize
AB4D logo

DumperGetDumpString(Geometry3D, Int32, String) Method

Returns the positions, normals and texture coordinates of the MeshGeometry3D. The maximum number of returned lines can be specified by maxLineCount parameter.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static string GetDumpString(
	Geometry3D geometry,
	int maxLineCount,
	string valuesStringFormat
)

Parameters

geometry  Geometry3D
mesh as MeshGeometry3D
maxLineCount  Int32
maximum number of displayed lines. If less or equal than 0 all lines are displayed
valuesStringFormat  String
string format to display values: for example "0.00" to show only 2 decimals; "" to show all decimals; "0" - no decimals

Return Value

String
the positions, normals and texture coordinates of the MeshGeometry3D
See Also