Help for this page

Select Code to Download


  1. or download this
    Begin of structure->
    #something to draw
    ...
    Begin of structure->
    #something to draw
    end of structure
    
  2. or download this
    %hash{@structure_name1} => {[@draw1, @draw2,]};
    %hash{@structure_name2} => {[@draw1, @draw2, @draw3]};
    
  3. or download this
    %hash{@structure_name1} => {[@draw1, @draw2,"$gds2File->printEndstr]};
    %hash{@structure_name2} => {[@draw1, @draw2, @draw3, $gds2File->printE
    +ndstr]};