|
Dumper Class |
Dumper class is a helper class that contains methods to show information about Model3D or displays the positions, normals and texture coordinates of the MeshGeometry3D.
Inheritance Hierarchy Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static class Dumper
The Dumper type exposes the following members.
Methods | Name | Description |
---|
| CollectModelCounters |
Returns a ModelGroupCounters class that contains number of positions, triangle indices and other counters of the specifed model3D.
|
| Dump(Geometry3D) |
Dumps the positions, normals and texture coordinates of the MeshGeometry3D into the Visual Studio Output window
|
| Dump(Matrix3D) |
Dumps the formatted Matrix3D into the Visual Studio Output window
|
| Dump(Model3D) |
Dumps a string with details about the GeometryModel3D or Model3DGroup into the Visual Studio Output window
|
| Dump(Geometry3D, String) |
Dumps the positions, normals and texture coordinates of the MeshGeometry3D into the Visual Studio Output window
|
| DumpMatrix3D |
Dumps the formatted Matrix3D into the Visual Studio Output window
|
| DumpMeshInitializationCode(Geometry3D) |
Writes the C# code that can be used to create the geometry.
|
| DumpMeshInitializationCode(Geometry3D, String) |
Writes the C# code that can be used to create the geometry.
|
| FormatMatricesHorizontally |
Returns a string that shows the specified matrices and their titles horizontally aligned one after another.
|
| GetBoundsText |
Returns the text that describes the Rect3D of the bounds.
|
| GetDumpString(Geometry3D) |
Returns the positions, normals and texture coordinates of the MeshGeometry3D.
|
| GetDumpString(Material) |
Returns the text that describes the Material.
|
| GetDumpString(Model3D) |
Dumps a string with details about the GeometryModel3D or Model3DGroup into the Visual Studio Output window
|
| GetDumpString(Geometry3D, String) |
Returns the positions, normals and texture coordinates of the MeshGeometry3D.
|
| GetDumpString(Geometry3D, Int32, String) |
Returns the positions, normals and texture coordinates of the MeshGeometry3D. The maximum number of returned lines can be specified by maxLineCount parameter.
|
| GetMaterialText |
Returns the text that describes the Material.
|
| GetMatrix3DText(Matrix3D, Int32) |
Returns string from a Matrix3D in 4 column and 4 rows.
|
| GetMatrix3DText(Matrix3D, String, String, Int32) |
Returns string from a Matrix3D in 4 column and 4 rows. It is possible to specify the indent text (the text that is displayed in the begginging of each line to text) and new line text (text that is used for new line).
|
| GetMeshInitializationCode(Geometry3D) |
Returns string with the C# code that can be used to create the geometry.
|
| GetMeshInitializationCode(Geometry3D, String) |
Returns string with the C# code that can be used to create the geometry.
|
| GetModelInfoString(Model3D) |
Gets a string with details about the GeometryModel3D or Model3DGroup.
|
| GetModelInfoString(Model3D, DictionaryString, Object) |
Gets a string with details about the GeometryModel3D or Model3DGroup.
|
| GetObjectHierarchyString(Model3D) |
Returns string that describes the hierarchy of Model3DGroup children
|
| GetObjectHierarchyString(Viewport3D) |
Returns string that describes the hierarchy of Viewport3D children
|
| GetObjectHierarchyString(Visual3D) |
Returns string that describes the hierarchy of Visual3D children
|
| GetTransformText |
Returns a text that describes the Transform3D.
|
TopSee Also