Hello,

In a new project I'm about to start in the garment design industry, I will need to extract some surfaces from the scanned body of a person in order to customize parametrized pieces of clothing based on these surface measurements.

I already used Rhino on another manufacturing project. All its algorithms can be called from Python scripts and reusing its visualization, object creation, geometric algorithms was a big time saver.  The problems I encountered were the following:

- Non standard Python 2.7 version (Iron Python) not compatible with lots of recent libraries (difficult to use NumPy, SciPy, etc).

- Non robust mesh algorithms (intersections, boolean operations, etc.)

I would like to get advices from people using other CAD like CATIA, SolidWorks, Pro-E, etc about the ease with which one can extend and customize these software to serve as "frameworks" for custom applications.  Which language can be used? Can it call standard C/C++ code or Python code?  Are they offering advanced and robust algorithms on triangular meshes?

Thanks

More Bruno Martin's questions See All
Similar questions and discussions