Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hello,
We work with windchill 10.2 and creo elements/direct modeling 18.1 and we want to load drawings (mi-files) automatic. Normally it should work with "sd-uwgm-element-load" from modeling with lisp programming, but I get an error "Illegal call to action routine”. For 3D files (sdac and sdpc) this works perfectly but apparently not for 2D files. Is there an other way to do this, or is it possible to change this command in modeling.
Thanks in advance
The 2D drawing must be inside the active workspace and to load it use the command:
(sd-uwgm-element-load "filename.mi"))