TIN Volume Cut/Fill Depths Display Plugin for BricsCAD (Windows 11)
Needed an easy way to show earthwork exhibits to LA County plan check. Built a quick plugin that visualizes cut/fill depths in a grid pattern on the TIN volume surface. After generating, select some +/- grid ticks, then select similar and wblock out for a nice and clean xref.
0
Comments
-
I'm not familiar with dotnet, visual etc. but just wanted to test the plugin.
Following the readme on github i'm getting error-messages concerning type- or namespace "BricsCAD" "Teigha" "CommandMethodAttribute" "CommandMethod" and "CommandFlags".
Can someone give me a hint, what is missing ?
Thanks
Mathias
0 -
Just found it out - in the .csproj i had to change the paths for my german version:
<HintPath>C:\Program Files\Bricsys\BricsCAD V26 de_DE\BrxMgd.dll</HintPath>
0

