Click or drag to resize
AB4D logo

ModelScalarVisual3D Properties

The ModelScalarVisual3D type exposes the following members.

Properties
 NameDescription
Public propertyAxisLength Gets or sets the length of axes that are shown by ModelMover. Default value is 100.
Public propertyCenterBoxColor Gets or sets the color of center box.
Public propertyCenterBoxScaleScreenDirection Gets or sets a Vector that specifies in which direction (in screen coordinates) the center box scales the model up. Note that (0, 0) at top left so positive y direction is down. It is possible to increase or decrease the length of this vector to increase or decrease the speed of scaling when using the center box. Default value is up (0, -1).
Public propertyCenterBoxWidth Gets or sets the radius of the box at the end of the scalar box.
Public propertyInnerBoxWidth Gets or sets the radius of the inner box.
Public propertyIsCenterBoxShown Gets or sets a Boolean that specifies if the X axis is shown. Default value is true.
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 propertyOuterBoxWidth Gets or sets the radius of the box at the end of the scalar box.
Public propertyPosition Gets or sets Point3D that specifies the position of the ModelScalar axis origin.
Public propertyScaleX Gets a double that specifies the amount of scale in X direction.
Public propertyScaleY Gets a double that specifies the amount of scale in Y direction.
Public propertyScaleZ Gets a double that specifies the amount of scale in Z direction.
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 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