SteveDoyle2 / pyNastran

A Python-based interface tool for Nastran's file formats
Other
391 stars 153 forks source link

How to write STEP(or)IGES(0r).Part from Surf(or)Mesh (or) STL ? #574

Closed selvakarna closed 5 years ago

selvakarna commented 5 years ago

How to write STEP(or)IGES(0r).Part from Surf(or)Mesh (or) STL ?

SteveDoyle2 commented 5 years ago

I’m not really clear on the question. As I said before, there is no CAD support in pyNastran (so STEP and IGES).

There is STL support, which is just a bag of triangles. There is an STL class that has a write_stl method. If you place the data right, you can write an STL. However, it’s a very simple format, so I’m not sure if that buys you much.

The data still needs a source.

selvakarna commented 5 years ago

Okay,, thanks for spend your time... @SteveDoyle2