civil3d_pipe
Manage gravity pipe networks by listing, creating, adding pipes and structures, and checking interferences in Civil 3D.
Instructions
Manage gravity pipe networks. Actions: list_networks, get_network, get_pipe, get_structure, create_network, add_pipe (between structures), add_structure (at X,Y), check_interference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for new network. | |
| layer | No | Layer name. | |
| style | No | Network style. | |
| action | Yes | The pipe network operation to perform. | |
| pipeName | No | Pipe name or handle. | |
| pipeSize | No | Pipe diameter/size. | |
| partsList | No | Parts list to use. | |
| sumpDepth | No | Sump depth for structure. | |
| insertionX | No | Insertion X for new structure. | |
| insertionY | No | Insertion Y for new structure. | |
| networkName | No | Pipe network name. | |
| endStructure | No | End structure for new pipe. | |
| rimElevation | No | Rim elevation for structure. | |
| structureName | No | Structure name or handle. | |
| startStructure | No | Start structure for new pipe. |