Click or drag to resize
AB4D logo

ModelRotatedEventArgs Class

ModelRotatedEventArgs contains RotationAngle and RotationAxis and is used by ModelRotatorVisual3D.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ab3d.CommonModelRotatedEventArgs

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class ModelRotatedEventArgs : EventArgs

The ModelRotatedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodModelRotatedEventArgs Constructor
Top
Properties
 NameDescription
Public propertyRotationAngle Gets a double that specifies the current rotation angle.
Public propertyRotationAxis Gets the Vector3D that represents the axis of rotation.
Top
See Also