#include "tigl_internal.h"#include <vector>#include <Geom_BSplineCurve.hxx>#include <Geom_BSplineSurface.hxx>Data Structures | |
| class | tigl::CTiglInterpolateCurveNetwork |
| Curve network interpolation with gordon surfaces. More... | |
Namespaces | |
| namespace | tigl |
| The CTiglShapeCache class acts as a storage for all kinds of intermediate shape results in order to improve speed of reoccurent calculations. | |
Functions | |
| TIGL_EXPORT Handle_Geom_BSplineSurface | tigl::curveNetworkToSurface (const std::vector< Handle_Geom_Curve > &profiles, const std::vector< Handle_Geom_Curve > &guides, double spatialTol=3e-4) |
| Convenience function calling CTiglInterpolateCurveNetwork. | |