NL-SfB classification code to layers
In the Netherlands, we have a classification code for constructions. That code is implemented in most modelling software. Unfortunately, I cannot find anything for BricsCAD Lite. But I was able to find an Excel file with the code in it. Is it possible to import that Excel file into the layers in BricsCAD Lite? Would appreciate any help. I have attached the file with this discussion if you want to take a look at it.
- Fitim Qerimi
- Fitim Qerimi
0
Comments
-
Understand we have some authorities that have standards, you can copy a column in excel to acad/bricscad command line, to make layers, if you want can get smarter and write a macro which writes a script file that you can save and run. Same syntax as column.
very simple column would have
-layer m layername c col layername lt ltype layername
-layer m layer1 color 1 layer1 lt dashed layername
repeat for all layers
0