sd-uwgm-element-load
Jun 01, 2016
05:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jun 01, 2016
05:57 AM
sd-uwgm-element-load
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
Labels:
- Labels:
-
Other
1 REPLY 1
Jul 09, 2020
10:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jul 09, 2020
10:45 AM
The 2D drawing must be inside the active workspace and to load it use the command:
(sd-uwgm-element-load "filename.mi"))
