Writing .3dm files using an external library

Hi,
I am using a Python library for the evaluation of NURBS and B-spline curves and surfaces. And I want to turn the data I get through this library into .3dm files. Is it possible for me to do this with openNURBS?

Thanks.

Hi @mtimur,

If you are using IronPython, then yes this is possible using the Rhino3dmIO toolkit.

We don’t have any CPython wrappers for openNURBS. But it may be possible to provide such access. The souce code to openNURBS is available form here:

https://www.rhino3d.com/opennurbs

– Dale