fusion_create_sketch
Creates a planar sketch for Fusion 360 reconstruction. Specify a base plane with offset, or an origin and normal from a mesh cross-section to align the sketch exactly with the geometry.
Instructions
Create a sketch on a plane.
Either pass plane ("XY", "XZ" or "YZ", optionally with offset_mm along
its normal) to sketch on/parallel to a base plane, or pass an explicit
origin + normal (both length-3 lists, mm) for an arbitrary plane -
typically taken straight from mesh_tools.get_cross_section()'s "origin"
and "normal" fields so the sketch lines up exactly with a mesh
cross-section.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| plane | No | XY | |
| normal | No | ||
| origin | No | ||
| offset_mm | No |