civil3d_point
Manage COGO points in Civil 3D by listing, getting, creating, deleting, importing points, and listing point groups.
Instructions
Manage COGO (Coordinate Geometry) points. Actions: list (optionally by group), get (by point number), create (single or batch), delete, list_groups, import (from file).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max points to return. | |
| action | Yes | The point operation to perform. | |
| format | No | Import format (e.g. PNEZD). | |
| points | No | Array of points (for batch create). | |
| easting | No | Easting (X) coordinate. | |
| filePath | No | File path for import. | |
| northing | No | Northing (Y) coordinate. | |
| elevation | No | Elevation (Z) coordinate. | |
| groupName | No | Point group name. | |
| pointNumber | No | Point number (for get/delete). | |
| rawDescription | No | Raw description for the point. |