DiscussionsIssue archiveDraw Harness and Samples

Archived discussion

How to read a big iges file faster?

Draw Harness and SamplesFri, 03/06/2020 - 08:352 replies

Browse this forum
QuestionAuthor

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

vfit

I want to know, What's the difference between the two methods?

 

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

What does it mean "slower"? How much slower?

02Author

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 ?