orbingol / NURBS-Python

Object-oriented pure Python B-Spline and NURBS library
https://onurraufbingol.com/NURBS-Python/
MIT License
603 stars 153 forks source link

export 3D nurbs curves #172

Open gengxiaoshun opened 4 months ago

gengxiaoshun commented 4 months ago

I have some troubles. First, I used Nurbs-Python to create 3D nurbs curves and planned to export them, but found that 3D curves could not be exported to 3dm format or igs format. How should I solve this problem? Also, if I create some nurbs curves and intend to use them as edge curves to create nurbs surfaces, How can I achieve this?