What does it mean "slower"? How much slower?
Archived discussion
How to read a big iges file faster?
Hi,
I import an iges file about 30M by CAD Assistant,it cost about one minute!
I use the below code to import iges,it is slow!
pload ALL
vclear
vinit View1
ReadIges D E:/model/3001/3001.igs
XDisplay -dispMode 1 D
vfitI want to know, What's the difference between the two methods?
Discussion
2 archived replies
Posts are displayed in their archived order.
Thanks for your reply!
Import an iges file about 30M, CAD Assistant cost about 2 minutes,VTK cost about 4 minutes.
And it is slower than UG or other CAD system.
What can I do ?