kovacsv / occt-import-js

The emscripten interface for OpenCascade import functionalities.
GNU Lesser General Public License v2.1
141 stars 23 forks source link

Suggestion: reading named AXIS2_PLACEMENT_3D for assembly purpose #28

Open longhan opened 1 year ago

longhan commented 1 year ago

Hi kovacsv,

My my suggestion for above mainly because the .stp file alway come from different manufacturers. It is good if can have that information for assembly the parts.

I dont know anything about emscripten yet. And it will take a huge amount of time for me to get this done. Bellow is some entity I got in my .stp file. Thank you in advance!

745=AXIS2_PLACEMENT_3D('PCS',#1091,#853,#854);

746=AXIS2_PLACEMENT_3D('MCS',#1092,#855,#856);

747=AXIS2_PLACEMENT_3D('CSW',#1093,#857,#858);

p.s: and this is the link for the entity definition