
Wed, 03/28/2012 - 16:52
Forums:
I am working with DRAW test harness, I just try to open IGES file in DRAW test harness using
igesread /disk01/files/model.igs a * as displayed in documentation, but i repeatedly got
invalid command name "igesread"
Nothing is informed to declare before using this command, Are there something to define before or what?
I do appreciate ur kind help!
With regards
Wed, 03/28/2012 - 17:33
Dear Game Milky,
Don't forget to load Draw commands before:
> pload ALL
> help igesread
> ## igesread : igesread [file else already loaded model] [name DRAW]
Regards
Wed, 03/28/2012 - 19:22
Thank you very much: Helped a lot!