GrapeTec / T-SPLINE

T-spline Library
GNU Lesser General Public License v3.0
130 stars 50 forks source link

From STL to T-Splines #12

Open hadichko opened 6 years ago

hadichko commented 6 years ago

Can one convert boundary triangulation to T-Splines using the C++ package? I am interested in isogeometric analysis and want to know if I can use your code for generating T-Spline mesh based on boundary triangulated stl files.

Thanks!

GrapeTec commented 6 years ago

Those functions belong to the upper-level applications. We have no plan to do these. However, it is definitely possible use the kernel as a useful base for the development. I suggest you do it by yourself, good luck!