HDF5CompositeCAEImport#
- class ansys.acp.core.HDF5CompositeCAEImport(*, name='HDF5CompositeCAEImport', path='', projection_mode='shell', minimum_angle_tolerance=0.001, recompute_reference_directions=False, shell_mapping_properties=None, solid_mapping_properties=None, coordinate_transformation=None)#
Initialize a HDF5CompositeCAEImport object.
- Parameters:
name (str) – Name of the HDF5 composite CAE import object.
projection_mode (HDF5CompositeCAEProjectionMode) – Determines whether loaded plies are mapped onto the reference surface (
HDF5CompositeCAEProjectionMode.SHELLmode) or exposed as 3D plies (HDF5CompositeCAEProjectionMode.SOLIDmode).minimum_angle_tolerance (float) – Minimum angle tolerance for which tabular correction angles for plies are computed.
recompute_reference_directions (bool) – Whether reference directions should be recomputed from tabular angle data or not.
shell_mapping_properties (ShellMappingProperties | None) – Properties for mapping to the shell on importing HDF5 Composite CAE files. Used only if
projection_modeis set to"shell".solid_mapping_properties (SolidMappingProperties | None) – Properties for importing HDF5 Composite CAE files as imported plies. Used only if
projection_modeis set to"solid".coordinate_transformation (CoordinateTransformation | None) – Coordinate transformation applied to the imported lay-up.
Added in ACP server version 27.1.
Methods
HDF5CompositeCAEImport.clone(*[, unlink])Create a new unstored object with the same properties.
Delete the object.
Delete all entities generated by this import.
List all entities generated by this import.
Run the HDF5 composite CAE import using the stored settings.
HDF5CompositeCAEImport.store(parent)Store the object on the server.
Attributes
Python expression suffix for accessing this object from an ACP instance.
Identifier of the object, used for example as key in maps.
The name of the object.
The parent of the object.