Click or drag to resize
AB4D logo

ReaderObjNamedObjects Property

Gets a dictionary that can be used to get a 3D object by its name (key = name, value = Model3D)

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