MaterialPlot#

Usage:

MaterialPlot Class API Wrapper

class MaterialPlot[source]#

Bases: object

Wrapper for MaterialPlot class of Moldflow Synergy.

property default_value_range_x: bool#

The default X axis value range.

Getter:

Gets if default X axis value range is enabled.

Setter:

Sets default X axis value range enable/disable.

Type:

bool

property default_value_range_y: bool#

The default Y axis value range.

Getter:

Gets if default y axis value range is enabled.

Setter:

Sets default y axis value range enable/disable.

Type:

bool

save_data(filename)[source]#

Save the data of the material plot to a file.

Parameters:

filename (str) – The filename to save the data to.

Return type:

None

save_image(filename)[source]#

Save the image of the material plot to a file.

Parameters:

filename (str) – The filename to save the image to.

Return type:

None

property value_range_max_x: float#

The maximum X axis value.

Getter:

Get the maximum value for the X axis.

Setter:

Set the maximum value for the X axis.

Type:

float

property value_range_max_y: float#

The maximum Y axis value.

Getter:

Get the maximum value for the Y axis.

Setter:

Set the maximum value for the Y axis.

Type:

float

property value_range_min_x: float#

The minimum X axis value.

Getter:

Get the minimum value for the X axis.

Setter:

Set the minimum value for the X axis.

Type:

float

property value_range_min_y: float#

The minimum Y axis value.

Getter:

Get the minimum value for the Y axis.

Setter:

Set the minimum value for the Y axis.

Type:

float