ModelDuplicator#
- Usage:
ModelDuplicator Class API Wrapper
- class ModelDuplicator[source]#
Bases:
object
Wrapper for ModelDuplicator class of Moldflow Synergy.
- property align_gates: bool#
Wheter to position cavities so that their gates are aligned.
- Getter:
Get whether to position cavities so that their gates are aligned.
- Setter:
Set whether to position cavities so that their gates are aligned.
- Type:
bool
- property by_columns: bool#
Whether to arrange by columns.
- Getter:
Get whether to arrange by columns.
- Setter:
Set whether to arrange by columns.
- Type:
bool
- property num_cavities: int#
The number of cavities desired.
- Getter:
Get the number of cavities desired.
- Setter:
Set the number of cavities desired.
- Type:
int
- property num_cols: int#
Number of columns[relevant only if ByColumns is set to True]
- Getter:
Get the number of columns.
- Setter:
Set the number of columns.
- Type:
int
- property num_rows: int#
Number of rows[relevant only if ByColumns is set to True]
- Getter:
Get the number of rows.
- Setter:
Set the number of rows.
- Type:
int
- property x_spacing: float#
Spacing in the X direction.
- Getter:
Get the spacing in the X direction.
- Setter:
Set the spacing in the X direction.
- Type:
float
- property y_spacing: float#
Spacing in the Y direction.
- Getter:
Get the spacing in the Y direction.
- Setter:
Set the spacing in the Y direction.
- Type:
float