SOFAgh / CADability

CADability is a pure .net class library for modeling and analyzing 3d data, both with your code and interactively. It comes with an optional Windows.Forms user interface, which can be adopted to other environments. It does not refer to other 3d modeling libraries. For data exchange you can use STEP, STL or DXF files.

Home Page:https://sofagh.github.io/CADability/CADabilityDoc/articles/general.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallel STEP import

SOFAgh opened this issue · comments

STEP import is quite slow. Now many things during import can be done parallel. If the conditional compilation symbol "PARALLEL" is set, multiple threads are used when importing STEP files which makes it much faster. This is still experimental but I would appreciate to get some feedback. This is new in the ParallelStepImport branch which will be merged into the master branch later.