Offset Entity
entity_offsetCreate parallel copies of lines, circles, or polylines at a specified distance in AutoCAD. Specify the entity handle, distance, and optional side to control offset 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 | |||