LiangliangNan / Easy3D

A lightweight, easy-to-use, and efficient C++ library for processing and rendering 3D data
GNU General Public License v3.0
1.33k stars 240 forks source link

how to export step from Obj? #32

Closed selvakarna closed 4 years ago

selvakarna commented 4 years ago

how to export step from Obj?

LiangliangNan commented 4 years ago

Did you mean how to save model in obj format?

On Tue, 15 Oct 2019 at 08:52 selvakarna notifications@github.com wrote:

how to export step from Obj?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LiangliangNan/Easy3D/issues/32?email_source=notifications&email_token=ADWOVCBNIWSZAVRHF3OIPC3QOVSEFA5CNFSM4JAYCUR2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HRY37UQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADWOVCF5LCCHAQ7V722F6TLQOVSEFANCNFSM4JAYCURQ .

-- Liangliang

selvakarna commented 4 years ago

@LiangliangNan , save in step or iges ?

LiangliangNan commented 4 years ago

Unfortunately Easy3D currently does not support step or Ives format. You can save in one of the supported formats (e.g., ply, obj, stl, off), then use any software to convert it to what you need. Or maybe you can write your own step/iges writer (similar to those already in Easy3D).

On Wed, 16 Oct 2019 at 05:26 selvakarna notifications@github.com wrote:

@LiangliangNan https://github.com/LiangliangNan , save in step or iges ?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/LiangliangNan/Easy3D/issues/32?email_source=notifications&email_token=ADWOVCHXA46CHNBPOSOMVHLQO2CWJA5CNFSM4JAYCUR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBK44RQ#issuecomment-542494278, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADWOVCBMASBNHSQGNTNSESTQO2CWJANCNFSM4JAYCURQ .

-- Liangliang