make_datum_plane
Create a Datum Plane in a FreeCAD body to anchor sketches or geometry. Reference the XY, XZ, or YZ origin planes or an existing face, and shift along the normal by an offset.
Instructions
Create a Datum Plane in a Body.
base: 'XY' | 'XZ' | 'YZ' for body origin planes. Pass a face_tag dict {handle, tag} for attachment to a face on another shape. offset: shift along the plane normal in mm.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | XY | |
| body | Yes | ||
| name | No | DatumPlane | |
| offset | No |