Hi,
I am importing ifc files into openroads and notice all the elements in an ifc are added to openroads on one level/layer. The importred ifc file has an item type called cad_layer on each element that I need as the level/layer name. Is there a way to automatically change the level/layer name of an element to be the same as the value of an ItemType attached to the same element?
Regards,
Chris
You can do a search (Explorer) based on cad_layer property then use the property dialog to change the level.You can also use the details dialog to filter/order to perform changes on selection of rows
But as far as I know there is no way to script this. So VBA is the way.