Open 1997coda opened 1 year ago
stepanalyzer.txt and his step read code
I'm sorry cadazq, but I don't have a way to make the read proceed more quickly. Have you tried opening your step file with Cad_Assistant? One thing you might try is first loading your step file into Cad_Assistant, then saving it back again (either in AP-214 or AP-203), then try loading the newly saved file to see if that makes it load more quickly.
I'm sorry cadazq, but I don't have a way to make the read proceed more quickly. Have you tried opening your step file with Cad_Assistant? One thing you might try is first loading your step file into Cad_Assistant, then saving it back again (either in AP-214 or AP-203), then try loading the newly saved file to see if that makes it load more quickly.
very thanks for reply. CAD Assistant work really fast. it count 16s to open a same stp. i just wondering how to make it happen.:)
I'm sorry cadazq, but I don't have a way to make the read proceed more quickly. Have you tried opening your step file with Cad_Assistant? One thing you might try is first loading your step file into Cad_Assistant, then saving it back again (either in AP-214 or AP-203), then try loading the newly saved file to see if that makes it load more quickly.
really cool. it cost 28s after i loading & saving. more curious...
CAD Assistant is built on opencascade as well. I think there should be some kind of multitask optimizations at CAD Assitant.
CAD Assistant has no optimization for ImportStep file. The difference are ShapeHealing parameters. In python case that parameters can be missed.
an example at https://github.com/dblanding/kodacad @dblanding
i try to open a 20MB stp file, it cost about 50s and using threading cannot shorter that time.
Are there any known algorithms that can improve this reading speed?
Thank you very much for your great contributions