Previously exporter.py would alter the design when exporting a body (fixes #62). This is due to an API limitation that requires a component for export.
Solution
Updates to export either using the temp brep manager (smt) or by making a new component, copying the body, exporting, then delete the body. Its likely that smt export will be faster than step here due to the number of steps involved.
Problem
Previously
exporter.py
would alter the design when exporting a body (fixes #62). This is due to an API limitation that requires a component for export.Solution
Updates to export either using the temp brep manager (smt) or by making a new component, copying the body, exporting, then delete the body. Its likely that smt export will be faster than step here due to the number of steps involved.