You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify STL export to enable non-relative tolerancing and speed up export. (#1432)
* Add arguments to allow non-relative and parallel mesh computation (default behavior is the same)
* Remove duplicate Perform() to approximately halve stl export time
* Paint it black (tm)
* Trust that `ascii` comes in as a bool
* Rename isParallel --> parallel, default True. Fix docstrings
* Rename `isToleranceRelative` to `relative`
# The constructor used here automatically calls mesh.Perform(). https://dev.opencascade.org/doc/refman/html/class_b_rep_mesh___incremental_mesh.html#a3a383b3afe164161a3aa59a492180ac6
0 commit comments