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:
The views are based on the origin of the 3D model displayed in the control.
Property Type: Static
Default Value: False
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.
Enable Animations Property Value (static) | Result | Notes |
---|---|---|
False | Will not display the animations toolbar in the control. | |
True | Will 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) | Result | Notes |
---|---|---|
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
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.