Author Topic: Export IGES File  (Read 201 times)

0 Members and 2 Guests are viewing this topic.

WOWENS

  • Newt
  • Posts: 64
Export IGES File
« on: April 25, 2024, 03:02:40 PM »
Was wondering if it's possible to Export a selected 3d Solid to IGES using .NET?
if so, how would I go about doing that?

WOWENS

  • Newt
  • Posts: 64
Re: Export IGES File
« Reply #1 on: April 26, 2024, 10:38:10 PM »
The only way I could figure out how to do this was with SendStringToExecute
I need to put this in a loop so I can do lots of files at once.
How would I go about doing this? and help would be great.

WOWENS

  • Newt
  • Posts: 64
Re: Export IGES File
« Reply #2 on: April 27, 2024, 10:46:46 PM »
decided to just write it in lisp for now.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8747
  • AKA Daniel
Re: Export IGES File
« Reply #3 on: April 27, 2024, 11:33:24 PM »
yeah, I didn't see anything in the API SendStringToExecute  or a command via lisp seems the only way