Click or drag to resize
AB4D logo

DumperGetModelInfoString(Model3D, DictionaryString, Object) Method

Gets a string with details about the GeometryModel3D or Model3DGroup.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public static string GetModelInfoString(
	Model3D model,
	Dictionary<string, Object> namedObjects
)

Parameters

model  Model3D
GeometryModel3D or Model3DGroup
namedObjects  DictionaryString, Object
dictionary with object names as Dictionary<string, object>

Return Value

String
details string of the GeometryModel3D or Model3DGroup
See Also