Click or drag to resize
AB4D logo

ModelEventSource3D Class

ModelEventSource3D class is used to register a Model3D object to the EventManager3D.
Inheritance Hierarchy
SystemObject
  Ab3d.UtilitiesBaseEventSource3D
    Ab3d.UtilitiesModelEventSource3D

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

The ModelEventSource3D type exposes the following members.

Constructors
 NameDescription
Public methodModelEventSource3D Constructor
Public methodModelEventSource3D(Model3D) Constructor
Public methodModelEventSource3D(String) Constructor
Top
Properties
 NameDescription
Public propertyTargetModel3D Gets or sets the Model3D that is used as the source of the mouse events.
Public propertyTargetModelName Gets or sets the name of the Model3D that is 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