The elements in design File are. 2 x Annotation cell, 1 x Cell, 1 x Shape, 1 x line In help file is mentioned: To test for multiline and associative dimensioning elements, use header_type instead of type. Try this: if(type == line) then color = 3 endif if (header_type == cell) then color = 2 endif if (type == shape) then ; All shapes (also included within Cells) become color 6) color = 6 endif
↧