MoldSurfaceGenerator#
- Usage:
MoldSurfaceGenerator Class API Wrapper
- class MoldSurfaceGenerator[source]#
Bases:
object
Wrapper for MoldSurfaceGenerator class of Moldflow Synergy.
- property centered: bool#
Specifies whether the mold surface should be centered around your model.
- Getter:
Get the mold surface is centered around your model
- Setter:
Set the mold surface to be centered around your model.
- Type:
bool
- property dimensions: Vector#
Get the dimensions of the mold surface.
- Getter:
Get the dimensions of the mold surface.
- Setter:
Set the dimensions of the mold surface.
- Type:
- generate()[source]#
Generate the mold surfaces
- Returns:
True if the generation was successful, False otherwise.
- Return type:
bool
- property origin: Vector#
Get the origin of the mold surface.
- Getter:
Get the origin of the mold surface.
- Setter:
Set the origin of the mold surface.
- Type:
- property save_as_cad: bool#
Specifies whether to generate CAD mold block.
- Getter:
Get whether to generate CAD mold block.
- Setter:
Set whether to generate CAD mold block.
- Type:
bool
- property use_cad_merge_tolerance: bool#
Specifies whether to use custom merge tolerance on contact interfaces between CAD parts.
- Getter:
Get whether to use custom merge tolerance on contact interfaces between CAD parts.
- Setter:
Set whether to use custom merge tolerance on contact interfaces between CAD parts.
- Type:
bool