Click or drag to resize
AB4D logo

ModelMoverVisual3D Properties

The ModelMoverVisual3D type exposes the following members.

Properties
 NameDescription
Public propertyAxisArrowRadius Gets or sets the radius of the axis arrows.
Public propertyAxisLength Gets or sets the length of axes that are shown by ModelMover. Default value is 100.
Public propertyAxisRadius Gets or sets the radius of the axis arrows.
Public propertyIsXAxisShown Gets or sets a Boolean that specifies if the X axis is shown. Default value is true.
Public propertyIsYAxisShown Gets or sets a Boolean that specifies if the Y axis is shown. Default value is true.
Public propertyIsZAxisShown Gets or sets a Boolean that specifies if the Z axis is shown. Default value is true.
Public propertyMoveVector3D Gets the Vector3D that specifies the amount of move that was performed by the user.
Public propertyPosition Gets or sets Point3D that specifies the position of the ModelMover axis origin.
Public propertySelectedCursor Gets or sets a Cursor that is shown when mouse is over the arrow. If set to null, cursor is not changed. Default value is Hand.
Public propertySelectedMaterial Gets or sets a Material that is used when mouse is over the arrow. If set to null, the arrow material is not changed. Default value is Yellow DiffuseMaterial.
Public propertyShowMovablePlanes Gets or sets boolean that specifies if planes that allow moving object on a plane are visible. Default value is true.
Public propertyXAxisColor Gets or sets the color of X axis.
Public propertyYAxisColor Gets or sets the color of Y axis.
Public propertyZAxisColor Gets or sets the color of Z axis.
Top
See Also