navigate  
  Home
Contact Us
Store
Library
Forums
 
     

  Forums

Forums » Customization » Import part Messages in this topic - RSS
|
23.10.2004 11:01:18


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?
23.10.2004 11:02:03
CKDExpert
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
pages: 1
|

Forums » Customization » Import part