create_hdf5_composite_cae_import#
- Model.create_hdf5_composite_cae_import(*, 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.
path (_PATH) – File path.
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.
- Return type:
Added in ACP server version 27.1.