Hello Mark. Have a look in ProjectWise InterPlot Help under Plotting MicroStation Data - Using Design Scripts / Pen tables - IPLOT Comparison Keywords. A lot of examples can be found there for every Comparison keyword. For your question. See this example. When the level_name is "floor1" and the required thickness is 0.8 mm -- ! ! Set the thickness of the element based on its level. ! units=mm if (level_name == "floor1") then thickness=0.8 endif --
↧