import_dxf
Import a DXF file to create 2D sketch curves on a specified plane. Supports XY, XZ, and YZ orientations.
Instructions
Import a DXF file as sketch curves onto a sketch plane. The DXF is imported as 2D sketch geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the DXF file. | |
| plane | No | Target plane: 'XY', 'XZ', or 'YZ'. | XY |