Click or drag to resize
AB4D logo

MultiModelEventSource3D Class

MultiModelEventSource3D class is used to register more than one Model3D object to the EventManager3D.
Inheritance Hierarchy
SystemObject
  Ab3d.UtilitiesBaseEventSource3D
    Ab3d.UtilitiesMultiModelEventSource3D

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class MultiModelEventSource3D : BaseEventSource3D

The MultiModelEventSource3D type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyHitModel Gets the Model3D that was hit
Public propertyHitModelName Gets the name of the hit object (one of the names from TargetModelNames).
Public propertyTargetModelNames Gets or sets a comma separated list of names of the Model3D that are used as the source of the mouse events.
Public propertyTargetModels3D Gets or sets a IList of Model3D that are used as the source of the mouse events.
Top
Methods
 NameDescription
Public methodIsMyGeometryModel3D Method that is called from EventManager3D to check if this EventSource3D contains hitGeometryModel3D
(Overrides BaseEventSource3DIsMyGeometryModel3D(GeometryModel3D))
Top
See Also