Click or drag to resize
AB4D logo

ObjFileToWpfModel3DConverterNamedObjects Property

Gets a Dictionary with object name as key and Model3D as value that defines names for the objects.

Namespace: Ab3d
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Dictionary<string, Model3D> NamedObjects { get; }

Property Value

DictionaryString, Model3D
See Also