for example IGES 143 ,IGES 144, 3D MAX 5.0. In Rhino5. Use Python achieve
export iges types of
Hi @123jj321,
select some curves, surfaces etc. to export, type _-Export
and Click on Browse, then define the *.iges file to save to, next you’ll see possible options in the CommandPrompt, the first it asks for is the IGES Export Type:
make sure you pass them enclosed in quotes in your script, eg. “3DS MAX 3.0” or Rhino will interpret the spaces as Enter…
_
c.
1 Like
Thanks!