Aligned Dimension
dimension_alignedCreate an aligned dimension to measure the true distance between any two points in an AutoCAD drawing, placing the dimension line at a specified position.
Instructions
Create an aligned dimension that measures the true distance between two points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | First point X | |
| x2 | Yes | Second point X | |
| y1 | Yes | First point Y | |
| y2 | Yes | Second point Y | |
| dim_x | Yes | Dimension line position X | |
| dim_y | Yes | Dimension line position Y | |
| layer | No | Layer name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||