catia_open_document
Open an existing file in CATIA from an absolute path, handling native CATPart, CATProduct, CATDrawing and neutral formats like STP, IGS, STL, MODEL.
Instructions
Open an existing file in CATIA. Handles native documents (.CATPart, .CATProduct, .CATDrawing) and every neutral format CATIA can read directly, such as .stp, .igs, .stl and .model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the file to open. | |
| activate | No | Bring the document to the front after opening. |