civil3d_geometry
Create basic AutoCAD geometry in Civil 3D: lines, polylines, 3D polylines, text, and mtext by specifying coordinates, vertices, and properties.
Instructions
Create basic AutoCAD geometry in Civil 3D. Actions: create_line (from start/end XYZ), create_polyline (from 2D vertices), create_3d_polyline (from 3D vertices), create_text, create_mtext.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endX | No | ||
| endY | No | ||
| endZ | No | ||
| text | No | Text content (for create_text/create_mtext). | |
| layer | No | Layer name. | |
| action | Yes | The geometry operation to perform. | |
| closed | No | Whether the polyline is closed. | |
| height | No | Text height. | |
| startX | No | ||
| startY | No | ||
| startZ | No | ||
| rotation | No | Rotation angle in degrees. | |
| vertices | No | Array of vertices for polyline creation. | |
| insertionX | No | Insertion point X. | |
| insertionY | No | Insertion point Y. |