开发者

NURBS Library supporting trivariate NURBS [closed]

开发者 https://www.devze.com 2023-03-25 21:47 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Close开发者_如何学JAVAd 1 year ago.

Improve this question

Does anyone know a free (as in free beer) C, C++ or even FORTRAN library that supports operations not only NURBS curves and surfaces but also Volumes (i.e. trivariate NURBS)?

I know about open nurbs, but as far as I know it does not support NURBS volumes (feel free to correct me on that, since my experiences with that library are somewhat limited).


IRIT modelling environment supports trivatiate spline volumes.

It is free, but only for non commercial uses. You can contact the developer and ask about the commercial licencing terms.


The opennurbs ON_NurbsCage class is a trivariate NURBS "volume".

The declaration of the ON_NurbsCage class is in opennurbs_nurbssurface.h and the implementation is in opennurbs_nurbsvolume.h

ON_NurbsCage provide evaluation, bounding box, and iso surface extraction tools.

This information is for the 2013-07-11 version of opennurbs that is available from http://www.opennurbs.com


The geometry module of Gismo may satisfy your need.

0

精彩评论

暂无评论...
验证码 换一张
取 消