Offset Entity
entity_offsetOffset a line, circle, or polyline by creating a parallel copy at a specified distance. Provide entity handle and distance; optionally define side direction.
Instructions
Create a parallel copy of a line, circle, or polyline at the given distance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | Entity handle (line, circle, or polyline) | |
| side_x | No | X coordinate of a point on the offset side (optional) | |
| side_y | No | Y coordinate of a point on the offset side (optional) | |
| distance | Yes | Offset distance (positive = outward/right) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||