C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2
alg_curve_hatch.h File Reference

Intersection of curves in two-dimensional space for hatching. More...

#include <curve.h>

Functions

void HatchIntersectLine (double y, const MbCurve *curve, SArray< MbCartPoint > &crossPnt, bool skipTouchPoints=false)
 Find intersection with horizontal line. More...
 
void HatchIntersectCircle (const MbCurve *circle, const MbCurve *curve, SArray< MbCartPoint > &crossPnt)
 Find intersection with a circle. More...
 

Detailed Description

Intersection of curves in two-dimensional space for hatching.