
Thu, 02/25/2010 - 06:27
Forums:
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 *
Thu, 02/25/2010 - 09:21
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'
Mon, 03/01/2010 - 04:16
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!