What is the equivalent macro of the "Attach" command?
User LayoutEditorFull Monday 6th May 2019
as the question.....
string f1_name="mydesign1.gds";
layout->open(f1_name);
What is the code to attach my second design in "mydesign2.gds"?
Jürgen LayoutEditorFull Monday 6th May 2019
A ```layout->drawing->importFile("mydesign.gds")``` will do that.