cad.js icon indicating copy to clipboard operation
cad.js copied to clipboard

Streamline STEP to JSON conversion

Open ghemingway opened this issue 11 years ago • 4 comments
trafficstars

STEP -> XML -> JSON via the application Framework to enable other formats to be converted to our JSON

ghemingway avatar Mar 07 '14 14:03 ghemingway

I want to do the conversion code that can help achieve this.

It will work similar to http://www.steptools.com/demos/ stpidx tools.

can you suggest any resources to get started?

avinayak avatar Apr 16 '15 04:04 avinayak

I am actually just starting into this shortly. For now the STEP code is closed source, but I have been offered the chance to extend it to directly support our JSON/Typed JSON formats.

ghemingway avatar Apr 21 '15 20:04 ghemingway

can I help? I want to get this done. I compared a .stp and corresponding .xml, but couldn't figure out the conversion process. I cannot understand the structure of the STEP file.

avinayak avatar Apr 30 '15 16:04 avinayak

@ghemingway I found this on steptools that converts stp to webxml https://github.com/steptools/stp2webgl . I am curious, how were you going to write the framework for the conversion? I am very interested to help out

zhonghuiwen avatar Sep 17 '17 13:09 zhonghuiwen