AnimationExportOptions#
- Usage:
AnimationExportOptions Class API Wrapper
- class AnimationExportOptions[source]#
Bases:
objectWrapper for AnimationExportOptions class of Moldflow Synergy.
- property animation_speed: int#
Animation speed (Slow=0, Medium=1, Fast=2).
- Default:
Medium(1)
- Getter:
Get the animation speed.
- Setter:
Set the animation speed.
- Type:
int
- property capture_mode: int#
The capture mode.
- Default:
Active View(0)
- Getter:
Get the capture mode.
- Setter:
Set the capture mode.
- Type:
int
- property file_name: str#
The file name.
- Getter:
Get the file name.
- Setter:
Set the file name.
- Type:
str
- property show_prompts: bool#
Whether to show prompts during the export process.
- Default:
True
- Getter:
Get show_prompts.
- Setter:
Set show_prompts.
- Type:
bool
- property size_x: int#
The X size (width) of the image.
- Default:
800
- Getter:
Get the X size.
- Setter:
Set the X size.
- Type:
int (positive)
- property size_y: int#
The Y size (height) of the image.
- Default:
600
- Getter:
Get the Y size.
- Setter:
Set the Y size.
- Type:
int (positive)