Rhino Batch Mode Script

I am using CAESES software for my hull parametric modeling, and then i want to use WAMIT (wave loads and motions calculations software) later. But WAMIT accepts files in .gdf format. And I can export IGES or STL file from CAESES. Thats why, i have to use Rhino 3D batch-mode for converting IGES to gdf. as models are in hundreds. I need a script and connect WAMIT and RHINO to CAESES so I can track back and automate the process. Can someone give some directions?

Hi @ahmed_hasan,

You might use this Python script as a starting point.

BatchConvert.py (1.3 KB)

– Dale