import_svg
Convert SVG files into sketch geometry for 3D modeling in Fusion 360. Import vector graphics as editable curves that can be extruded into solid models or used as profiles for CAD designs.
Instructions
Import an SVG file as sketch curves onto a sketch plane. The SVG is imported as sketch geometry that can be extruded or used as profiles.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to the SVG file. | |
| plane | No | Target plane: 'XY', 'XZ', or 'YZ'. | XY |
| x_offset | No | X position offset in mm. | |
| y_offset | No | Y position offset in mm. |