the fair gds editor GenerateViewMacro

Generate View Macro

  • Icon: alt icon

Description

A macro is generated, which will restore the actual viewing position in the design. Loading of the design itself is not included. If that feature is needed, a additional command had to be added by hand into the macro.

Example

   1 #!/usr/bin/layout
   2 #name=View file: example.layout
   3 #help=View Set Macro automatily generated
   4 
   5 int main(){
   6 layout->drawing->setCell("test");
   7 layout->drawing->setView(0.096321526,1087,7893);
   8 }

See also


CategoryFeature CategoryFullVersion CategoryLayout FeatureCode:1121


GenerateViewMacro (last edited 2011-03-23 13:49:56 by dslb-088-064-003-217)