ShellMappingProperties#
- class ansys.acp.core.ShellMappingProperties(*, all_elements=True, element_sets=(), relative_thickness_tolerance=0.5, relative_in_plane_tolerance=0.01, angle_tolerance=35.0, small_hole_threshold=0.0, _parent_object=None, _pb_object=None, _attribute_path=None)#
Properties for mapping to the shell on importing HDF5 Composite CAE files.
- Parameters:
all_elements (bool) – If True, all element sets are used for shell projection. If False, only the selected element sets are used.
element_sets (Sequence[ElementSet]) – Element sets used to restrict the shell projection area. This parameter only applies when
all_elementsis False.relative_thickness_tolerance (float) – Thickness tolerance for shell projection.
relative_in_plane_tolerance (float) – In-plane tolerance for shell projection.
angle_tolerance (float) – Angle tolerance (in degrees) for shell projection.
small_hole_tolerance – Holes in the mesh smaller than this threshold are filled during shell projection.
Added in ACP server version 25.1.
Methods
Attributes