ImageExportOptions#

Usage:

ImageExportOptions Class API Wrapper

class ImageExportOptions[source]#

Bases: object

Wrapper for ImageExportOptions class of Moldflow Synergy.

property capture_mode: int#

The capture mode.

Default:

CaptureModes.ACTIVE_VIEW/Active View/0

Getter:

Get capture_mode.

Setter:

Set capture_mode.

Type:

int

property file_name: str#

The file name.

Getter:

Get the file name.

Setter:

Set the file name.

Type:

str

property fit_to_screen: bool#

Whether to fit the image to the screen.

Default:

True

Getter:

Get fit_to_screen.

Setter:

Set fit_to_screen.

Type:

bool

property show_histogram: bool#

Whether to show the histogram.

Default:

True

Getter:

Get show_histogram.

Setter:

Set show_histogram.

Type:

bool

property show_legend: bool#

Whether to show the legend.

Default:

True

Getter:

Get show_legend.

Setter:

Set show_legend.

Type:

bool

property show_min_max: bool#

Whether to show the min/max.

Default:

True

Getter:

Get show_min_max.

Setter:

Set show_min_max.

Type:

bool

property show_plot_info: bool#

Whether to show the plot info.

Default:

True

Getter:

Get show_plot_info.

Setter:

Set show_plot_info.

Type:

bool

property show_result: bool#

Whether to show the result.

Default:

True

Getter:

Get show_result.

Setter:

Set show_result.

Type:

bool

property show_rotation_angle: bool#

Whether to show the rotation angle values.

Default:

True

Getter:

Get show_rotation_angle.

Setter:

Set show_rotation_angle.

Type:

bool

property show_rotation_axes: bool#

Whether to show the rotation axes.

Default:

True

Getter:

Get show_rotation_axes.

Setter:

Set show_rotation_axes.

Type:

bool

property show_ruler: bool#

Whether to show the ruler.

Default:

True

Getter:

Get show_ruler.

Setter:

Set show_ruler.

Type:

bool

property show_scale_bar: bool#

Whether to show the scale bar.

Default:

True

Getter:

Get show_scale_bar.

Setter:

Set show_scale_bar.

Type:

bool

property show_study_title: bool#

Whether to show the study title.

Default:

True

Getter:

Get show_study_title.

Setter:

Set show_study_title.

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)