Click or drag to resize
AB4D logo

MovableAxis Class

MovableAxis is used by ModelMoverVisual3D and contains code to handle moving one axis.
Inheritance Hierarchy
SystemObject
  Ab3d.UtilitiesMovableAxis

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

The MovableAxis type exposes the following members.

Constructors
 NameDescription
Public methodMovableAxis Constructor
Top
Properties
 NameDescription
Public propertyArrowRadius ArrowRadius
Public propertyAxisDirection AxisDirection
Public propertyAxisElement3D AxisElement3D
Public propertyAxisModel3D AxisModel3D
Public propertyColor Color
Public propertyLength Length
Public propertyRadius Radius
Public propertySelectedCursor SelectedCursor
Public propertySelectedMaterial SelectedMaterial
Top
Methods
 NameDescription
Public methodSetRotation SetRotation
Top
Fields
 NameDescription
Public fieldOnMoveEndedCallback OnMoveEndedCallback
Public fieldOnMoveStartedCallback OnMoveStartedCallback
Public fieldOnMovingCallback OnMovingCallback
Top
See Also