3.5.0
Loading...
Searching...
No Matches
CTiglIntersectBSplines.h File Reference
#include <Geom_BSplineCurve.hxx>
#include "CTiglPoint.h"
#include <vector>

Data Structures

struct  tigl::CurveIntersectionResult
 

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 std::vector< CurveIntersectionResulttigl::IntersectBSplines (const Handle_Geom_BSplineCurve curve1, const Handle_Geom_BSplineCurve curve2, double tolerance=1e-5)
 Computes all intersections of 2 B-Splines curves.