usnistgov / SFA

The NIST STEP File Analyzer and Viewer (SFA) generates a spreadsheet and a visualization from an ISO 10303 Part 21 STEP file.
https://www.nist.gov/services-resources/software/step-file-analyzer-and-viewer
132 stars 21 forks source link

Exporting x3d #1

Closed ddavidebor closed 4 years ago

ddavidebor commented 4 years ago

Dear Mr. Robert Lipman,

I have been looking for a long time for a software to export x3d from STEP.

II would like to kindly suggest you consider for the future, if time and resources are available, to improve the command line version of the software in a way that allows running on a unix system headless (no guy, no windows etc etc)

This would allow a great deal of companies to move the 3D visualization of step files more towards the web.

Regards, David

robert-lipman commented 4 years ago

David, the conversion of STEP to X3D is based on pythonOCC which is based on Open Cascade. I'm not sure if either can be compiled for Unix.

This online viewer https://www.emachineshop.com/free-online-step-file-viewer/ is actually the STEP File Analyzer and Viewer software adapted to run in a web browser. You can run it from any operating systems as long as the web browser supports x3dom. I don't have access to other non-Windows computers so I'm not sure if it works with Unix or MacOS.

Regards,

Bob

ddavidebor commented 4 years ago

Thank you so much for your time and kind suggestions