Tagged Questions
1
vote
2answers
4k views
best tool for step/iges to stl conversion?
I need code to my app that converts CAD files (mostly .step, .iges) into 3D surface models (.stl). Do you have a suggestion? Freely available stuff?
(One suggestion per posting)
0
votes
1answer
65 views
Are values in STEP part 21 (ISO 10303-21) CAD files freely embeddable in entities?
Are values in entities freely embeddable in an ISO 10303-21 formatted file?
In all the examples I've seen that were generated from CAD programs, length_measure is embedded in ...
0
votes
0answers
231 views
Translating an (x,y) vector to IGES/STEP/STL object
I have generated an x,y vector via MATLAB of arbitrary length that roughly describes a circle in a plane.
I need to convert this into a CAD object and ouput a STEP, IGES or STL file for use in a ...
0
votes
2answers
253 views
Which language to chose for CAD application development
I am planning to develop a CAD application. I am bit confused in deciding which language to chose for the development. My main focus is on the application performance and quality. Right now I have 2 ...
0
votes
2answers
363 views
Alibre Design file format
Did anyone try to read programmatically an Alibre Design CAD file?
I see that deep inside a part file (*.AD_PRT) there's an STEP/ISO 10303-21 structure, but I'm wondering about the rest of the file.. ...