import_acp_mesh_from_cdb#
Warning
This is an internal object. It should not be used directly, and subject to change without notice.
- ansys.acp.core.mechanical_integration_helpers.import_acp_mesh_from_cdb(*, mechanical, cdb_path)#
Import an ACP CDB mesh into Mechanical.
Import a mesh exported from ACP in CDB format into Mechanical. This function does not import the ACP layup definition, use
import_acp_composite_definitions()
for this purpose.Warning
The named selections exported from ACP are only partially imported.
- Parameters:
mechanical (Mechanical) – The PyMechanical instance. This must be a remote instance.
cdb_path (str | PathLike[str]) – The path of the CDB file to import. The extension must be ‘.cdb’.