RE: Importing protocol from CATIA,Solidworks or AutoCAD
2025-09-07, 18:29 (This post was last modified: 2025-09-07, 18:30 by Hageta.)
2025-09-07, 18:29 (This post was last modified: 2025-09-07, 18:30 by Hageta.)
(2016-03-16, 7:14)Damien Roux Wrote: From CATIA to ldraw :Does stl2dat actually adjust the rotation of a model to the LDraw Coordinate system without specifying a transformation matrix?
Save you CATIA part to STLl and use stl2dat to get a DAT part.
Be aware that such part will not be ldraw standards compatible and will need to be reworked. If it is only for you own use, then it would be fine.
From ldraw to CATIA :
Use ldview to save you DAT part to STL, import you STL file into CATIA. Then you will need to rework the mesh, close holes and you should be able to solidify it to get a CATIA part.
I know that the python script with the same name does not do that.