Home Search

DriveWorks Pro 22
3D Preview Box

Send Feedback

Enable Animations Property

The Enable Animations property determines if the 3D Preview control is to include the animations toolbar.

The animations toolbar appears in the bottom right of the 3D Preview Control during a specification.

When clicked the full toolbar is displayed.

The toolbar allows a user to select one of the predefined views for the 3D Preview to animate to. The predefined views available are:

  • Bottom
  • Top
  • Left
  • Back
  • Right
  • Front
  • Isometric
  • Play - Animates through all of the predefined views.

The views are based on the origin of the 3D model displayed in the control.

Property Type: Static

Default Value: False

To Change the Default Value

Ensure the property is a static property (It will display the gray orb alongside the property name)

The default value of the static property can be changed by selecting the required value from the property field.

  1. Click in the property for the control to be changed.
  2. Select the required value from the drop down.

Examples

Enable Animations Property Value (static)ResultNotes
FalseWill not display the animations toolbar in the control.
TrueWill display the animations toolbar in the control.

A rule can also be built for this property by changing the type to dynamic.

See How To: Change A Static Property To A Dynamic Property.

Enable Animations Property Value (Dynamic)ResultNotes
IF( ShowAnimationsReturn=True, True, False)

Will display the animations icon when the ShowAnimations control is True. Otherwise the icon will not be available.


See Also

DriveWorks 3D File

Move and Rotate Components

Model Rules

Welcome to DriveWorks Pro 11 -What's New

Value set in Form Designer. Static properties can be made Dynamic by double clicking the gray radio button.