#871: Hierarchical STEP Importer/Exporter

Merged, abandoned or rejected pull requests are moved here to clear the main Pull Requests forum.
Post Reply
User avatar
vejmarie
Posts: 713
Joined: Mon Jan 04, 2016 4:52 pm
Location: Somewhere between France, USA and Taiwan
Contact:

#871: Hierarchical STEP Importer/Exporter

Post by vejmarie »

Hi,

I just made some homework I promised to easyw, to enhance our STEP Importer/Exporter capabilities. With the new App::Part object and some additionnal C++ code, we are now able to export native FreeCAD assembly tree into STEP files and re-read them.

I am using the Placement feature to run with relative placement of the various object instead of using absolute placement which made STEP file integration harder

https://github.com/FreeCAD/FreeCAD/pull/871

The PR doesn't go through the MacOS test case, but the issue reported are not related to my code, looks like something is broken there, so if you could integrate it, it might be great to enhance StepUp tool !
User avatar
yorik
Founder
Posts: 13659
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: #871: Hierarchical STEP Importer/Exporter

Post by yorik »

Yes the compile error is because of a FEM issue that has been solved already. I'm committing your PR now...
User avatar
vejmarie
Posts: 713
Joined: Mon Jan 04, 2016 4:52 pm
Location: Somewhere between France, USA and Taiwan
Contact:

Re: #871: Hierarchical STEP Importer/Exporter

Post by vejmarie »

thanks !
Post Reply