ImportedSolidModelExportSettings#
- class ansys.acp.core.ImportedSolidModelExportSettings(*, use_default_section_index=True, section_index=0, use_default_coordinate_system_index=True, coordinate_system_index=0, use_default_material_index=True, material_index=0, use_default_node_index=True, node_index=0, use_default_element_index=True, element_index=0, use_solsh_elements=False, drop_hanging_nodes=True, use_solid_model_prefix=True, _parent_object=None, _pb_object=None, _attribute_path=None)#
Defines the settings for exporting an imported solid model.
- Parameters:
use_default_section_index (bool) – Use the default start index for sections.
section_index (int) – Custom start index for sections. Only used if
use_default_section_index
is False.use_default_coordinate_system_index (bool) – Use the default start index for coordinate systems.
coordinate_system_index (int) – Custom start index for coordinate systems. Only used if
use_default_coordinate_system_index
is False.use_default_material_index (bool) – Use the default start index for materials.
material_index (int) – Custom start index for materials. Only used if
use_default_material_index
is False.use_default_node_index (bool) – Use the default start index for nodes.
node_index (int) – Custom start index for nodes. Only used if
use_default_node_index
is False.use_default_element_index (bool) – Use the default start index for elements.
element_index (int) – Custom start index for elements. Only used if
use_default_element_index
is False.use_solsh_elements (bool) – When True, export linear layered elements as Solsh (Solid190).
drop_hanging_nodes (bool) – When True, the hanging nodes of quadratic solid meshes are dropped.
use_solid_model_prefix (bool) – Use the imported solid model name as a prefix for the exported file.
Added in ACP server version 25.1.
Methods
Attributes