Click or drag to resize
AB4D logo

ModelRotatorVisual3D Properties

The ModelRotatorVisual3D type exposes the following members.

Properties
 NameDescription
Public propertyCircleSegmentsCount Gets or sets the number of segments that are used to create the circle 3D model. Default value is 30.
Public propertyCircleWidth Gets or sets the width of the rotation circle model. When the value is not set (is double.NaN), then circle width is calculated as 0.05 * OuterRadius (this is the default value).
Public propertyCreateCustomCircleModelCallback Gets or sets a callback delegate that can be used to provide custom 3D model of the circle. See remarks for a sample that shows the code to create the default 3D model.
Public propertyInnerRadius Gets or sets the inner radius of rotation circles. Default value is 30.
Public propertyIsXAxisRotationCircleShown Gets or sets a Boolean that specifies if rotation circle for X axis is shown. Default value is true.
Public propertyIsYAxisRotationCircleShown Gets or sets a Boolean that specifies if rotation circle for Y axis is shown. Default value is true.
Public propertyIsZAxisRotationCircleShown Gets or sets a Boolean that specifies if rotation circle for Z axis is shown. Default value is true.
Public propertyOuterRadius Gets or sets the outer radius of rotation circles. Default value is 50.
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 propertyXAxisRotationCircleColor Gets or sets the color of rotation circle for X axis.
Public propertyYAxisRotationCircleColor Gets or sets the color of rotation circle Y axis.
Public propertyZAxisRotationCircleColor Gets or sets the color of rotation circle Z axis.
Top
See Also