If you’ve ever needed to frequently rebuild multiple corridors in Autodesk Civil 3D because they are out of date but don’t want to go hit the rebuild menu item for each single corridor then here’s the solution. The following microscopic addon/plugin for Civil 3D 2010 allows you to rebuild all corridors or rebuild all out of date corridors, at once.
Unzip the DLL to a location of your choice and you can use netload and load the Civil.RBC.dll (or if you want the functions available, hook it up in the acad2010.lsp file like this…
(command "netload" "C:/Your/Path/Civil.RBC.dll")
The commands supported are:
- RebuildAllCorridors (to rebuild all corridors)
- RebuildOODCorridors (to rebuild all out of date corridors)
If you wish to hook these up as macros use the RebuildAllCorridorsMacro or RebuildOODCorridorsMacro.
Download Civil.RBC.zip (3571 bytes)
[…] Rebuilding All or All Out of Date Corridors in Autodesk Civil 3D 2010 Posted by James Wedding, P.E. in 2010, Add On Software, Corridors Rebuilding all or all out of date Corridors in Autodesk Civil 3D 2010 […]