|
DumperGetModelInfoString(Model3D, DictionaryString, Object) Method |
Gets a string with details about the GeometryModel3D or Model3DGroup.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax 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
Stringdetails string of the GeometryModel3D or Model3DGroup
See Also