String master is a plugin for Autodesk Civil 3D 2017-2023 which connects/strings CogoPoints together matching the description keys specified.
This project was developed for personal use but you may find it useful. Please feel free to discuss or contribute.
Load the stringmaster.civil.dll
plugin into Autodesk Civil 3D with netload
.
Display the palette with the stringmaster
command.
git clone https://github.com/puppetsw/StringMaster
This will create a local copy of the repository.
To build the plugin make sure that you have references to the following Autodesk DLLs from your Autodesk Civil 3D installation directories.
- accoremgd.dll
- acdbmgd.dll
- acmgd.dll
- AecBaseMgd.dll
- AeccDbMgd.dll
Make sure to set the Copy Local
property of each Autodesk reference to False
.
Want to contribute to this project? Feel free to open an issue or pull request.