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.

  • path (str | PathLike[str]) – File path.

  • projection_mode (HDF5CompositeCAEProjectionMode) – Determines whether loaded plies are mapped onto the reference surface (HDF5CompositeCAEProjectionMode.SHELL mode) or exposed as 3D plies (HDF5CompositeCAEProjectionMode.SOLID mode).

  • 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_mode is set to "shell".

  • solid_mapping_properties (SolidMappingProperties | None) – Properties for importing HDF5 Composite CAE files as imported plies. Used only if projection_mode is 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.

HDF5CompositeCAEImport.delete()

Delete the object.

HDF5CompositeCAEImport.delete_generated_objects()

Delete all entities generated by this import.

HDF5CompositeCAEImport.list_generated_objects()

List all entities generated by this import.

HDF5CompositeCAEImport.run()

Run the HDF5 composite CAE import using the stored settings.

HDF5CompositeCAEImport.store(parent)

Store the object on the server.

Attributes

Examples using HDF5CompositeCAEImport#

HDF5 Composite CAE

HDF5 Composite CAE