create_point
Place a point at specified x and y coordinates on a CAD drawing, converting units to millimeters and assigning it to an existing or new layer.
Instructions
Create a point at (x, y). Coordinates are converted from unit (default mm) to internal mm. Optional layer is a layer name (created if missing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| unit | No | ||
| layer | No |