![](images/guestavatar.gif)
Posts
|
I try to import a border file (a1.ckd)in lay-out. IMPORTPART "T:\\documents.3\\miscellaneous\\ckd\\a1.ckd",,1,0,0,0,0,1 If I want to import this border to level 100, I try to define this level : HLEVEL lev LEVEL lev, , "Border",100, 1, 1, 1, , -1, -1, -1 IMPORTPART "T:\\documents.3\\miscellaneous\\ckd\\a1.ckd",,1,0,0,0,0,1,2,lev The level is opened in model mode and the file is imported in model mode,although I run the cadl from lay-out mode. Any help?
|
![CKDExpert](upload/Untitled.png) CKDExpert Posts 131
|
This is part of my macro to import borders and it does work in layout mode.
SPRINT $Border,"B Size Border" SPRINT $File,"T:\Borders.ckd" IMPORTPART $File,$Border,1,1.250,.750,0,0,1,1 NOTESTATE exit
|