Click or drag to resize
AB4D logo

MultiModelEventSource3DTargetModelNames Property

Gets or sets a comma separated list of names of the Model3D that are used as the source of the mouse events.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public string TargetModelNames { get; set; }

Property Value

String
Remarks

To use TargetModelNames property a NamedObjects dictionary must be set on EventManager3D. This way the real Model3D can be resolved from the name.

Setting the name is useful when the 3D model was read with Ab3d.Reader3ds library. The Ab3d.Reader3ds class also defines the NamedObjects dictionary. It can be set to the EventManager3D and than all the ModelEventSource3D can be simply defined with the name of the 3D object.

To set the list of Model3D objects directly without using their names, set the TargetModels3D property instead.

See Also