import_hdf5_composite_cae#
- Model.import_hdf5_composite_cae(path, import_mode='append', projection_mode='shell', minimum_angle_tolerance=0.001, recompute_reference_directions=False, shell_mapping_properties=<ansys.acp.core._tree_objects.hdf5_composite_cae_import.ShellMappingProperties object>, solid_mapping_properties=<ansys.acp.core._tree_objects.hdf5_composite_cae_import.SolidMappingProperties object>, coordinate_transformation=<ansys.acp.core._tree_objects.hdf5_composite_cae_import.CoordinateTransformation object>)#
Import the lay-up from an HDF5 Composite CAE file.
- Parameters:
import_mode (HDF5CompositeCAEImportMode) – In
HDF5CompositeCAEImportMode.APPENDmode, the imported objects are appended to existing layup. InHDF5CompositeCAEImportMode.OVERWRITEmode, existing objects in the model with the same name are replaced if possible (not locked).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) – Properties for mapping to the shell on importing HDF5 Composite CAE files. Used only if
projection_modeis set to"shell".solid_mapping_properties (SolidMappingProperties) – Properties for importing HDF5 Composite CAE files as imported plies. Used only if
projection_modeis set to"solid".coordinate_transformation (CoordinateTransformation) – Coordinate transformation applied to the imported lay-up.