Too slow in drawexe (test harness)

when i use igesread command to import an iges file (size about 15 mega)
and use (move.tcl) to rotate,or to pan the object, themotions are very slow.
But when i try the mfc exmple-"improtExport", the result is quiet ok.
What is the difference between the view in drawexe and the view in mfc importExport ?

Or, did i miss any command in drawexe? I just need to speed up the
rotation/panning/zooming in the drawexe.exe, will someone please help me?

My tcl codes:

pload ALL
source move.tcl
axo
igesread xxx.iges a *

Bearloga's picture

Remove iso lines from display by the command "isos":
isos a 0
Also, in Draw you can use AIS view:
vdisplay a
Hot keys in view: 't', 'a', 'f', 's', 'w'

lch0515l's picture

Hi,BearLoga:
Many thanks for your help. I am new to occ.
I think i need to read the manuals more completely, before
asking those stupid questions!