    

 ## On this page

  

 

 # import\_composite\_definitions\_from\_acp\_file

 Last update: 16.07.2025 

<a id="compolyx.Model.import_composite_definitions_from_acp_file"></a>

#### Model.import\_composite\_definitions\_from\_acp\_file(path=None, import\_mode='keep\_both')

This functions loads the ACP composite definitions from an external ACP system. Within the Workbench application, this function loads all objects except the mesh, materials, and plots. In the stand-alone mode, all objects except mesh and plots are imported.

- **Parameters:**
    - path: \*.acp file path.
    - import\_mode: Defines how to solve conflicts of objects of equal name.
- **Global Resolution Actions:**
    - keep\_both: Keep target and source (default).
    - keep\_existing: Imported entities are ignored.
    - overwrite: Overwrite target with source.