Module LRSplines3D Examples - SINTEF-Geometry/GoTools GitHub Wiki

Example programs related to lrsplines3D

Example refine_lrvol.C

This program demonstrates definition of an LR spline volume from a tensor-product spline volume and how to refine this volume with specified mesh rectangles.

Example investigate_LRSplineVolume.C

This program demonstrates a set of enquire functionalities for an LR spline volume.

Example investigate_Element3D.C

This program reads an LR spline volume from file. It iterates trough all elements in the volume and demonstrate available enquiries.

Example Bezier_extraction

This program reads an LR spline volume from file and compute the Bezier coefficients for all patches. The patches are written to file as tensor-product spline volumes.

Example evaluateLRVolume.C

This program demonstrates the various evaluation possibilities for an LR spline volume