seung-lab / zmesh

Marching Cubes & Mesh Simplification on multi-label 3D images.
GNU General Public License v3.0
57 stars 8 forks source link

Is it possible to export IGES,STEP using zmesh package ? #11

Closed selvakarna closed 4 years ago

selvakarna commented 4 years ago

Is it possible to export IGES,STEP using zmesh package ?

william-silversmith commented 4 years ago

Hi Selvakarna,

It looks to me like STEP and IGES are CAD formats. Most CAD programs can convert the OBJ files zmesh outputs into one of those formats.

Will

On Mon, Oct 14, 2019, 5:18 AM selvakarna notifications@github.com wrote:

Is it possible to export IGES,STEP using zmesh package ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/seung-lab/zmesh/issues/11?email_source=notifications&email_token=AATGQSJUUJYSHJ7NEBTZSILQOQ2QFA5CNFSM4JAMR3X2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HRRDOMA, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATGQSOJZMHGZMVGWOQKYJTQOQ2QFANCNFSM4JAMR3XQ .

selvakarna commented 4 years ago

is there way is possible or not? Surface to IGES/STEP ?

william-silversmith commented 4 years ago

Not directly through this package. You can export an obj but you'll need another program to do the converstion to STEP

On Mon, Oct 14, 2019, 9:56 PM selvakarna notifications@github.com wrote:

is there way is possible or not? Surface to IGES/STEP ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/seung-lab/zmesh/issues/11?email_source=notifications&email_token=AATGQSNOPJZVAEYN7LZFWRDQOUPODA5CNFSM4JAMR3X2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBHEQNA#issuecomment-542001204, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATGQSIMH26AF2FCFU57CRDQOUPODANCNFSM4JAMR3XQ .

selvakarna commented 4 years ago

@william-silversmith , can you share step conversion from obj , support package and python sample code?

selvakarna commented 4 years ago

@william-silversmith , can you share sample code?

william-silversmith commented 4 years ago

I'm sorry I've never done it and it's not supported by this package. :( Try looking into a CAD program and see if it has tools for performing the conversion from obj.

On Tue, Oct 15, 2019, 1:41 AM selvakarna notifications@github.com wrote:

@william-silversmith https://github.com/william-silversmith , can you share sample code?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/seung-lab/zmesh/issues/11?email_source=notifications&email_token=AATGQSPCRKGSIVRDGSKZZK3QOVJXDA5CNFSM4JAMR3X2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBHPPGQ#issuecomment-542046106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATGQSPHVKZBGPAWZHLSTFLQOVJXDANCNFSM4JAMR3XQ .

william-silversmith commented 4 years ago

I'm going to close this as resolved as it is unrelated to zmesh functions and the obj conversion route has been discussed.