CFx SDK Documentation  2020SP3
Namespaces | Functions
FMImpSeg2DIntersector.h File Reference
#include "Contours/FM_IBulgeSeg2D.h"

Go to the source code of this file.

Namespaces

 FacetModeler
 

Functions

FMGEOMETRY_API OdUInt32 FacetModeler::intersect_LineLine (const IBulgeSeg2D &rLine1, const IBulgeSeg2D &rLine2, Intersection &rInt1, Intersection &rInt2, const OdGeTol &gTol=FMGeGbl::gTol)
 
FMGEOMETRY_API OdUInt32 FacetModeler::intersect_ArcLine (const IBulgeSeg2D &rArc, const IBulgeSeg2D &rLine, Intersection &rInt1, Intersection &rInt2, const OdGeTol &gTol=FMGeGbl::gTol)
 
FMGEOMETRY_API OdUInt32 FacetModeler::intersect_ArcArc (const IBulgeSeg2D &rArc1, const IBulgeSeg2D &rArc2, Intersection &rInt1, Intersection &rInt2, const OdGeTol &gTol=FMGeGbl::gTol)
 
FMGEOMETRY_API OdUInt32 FacetModeler::intersect_PointInfLine (const OdGePoint2d &rPoint, const OdGePoint2d &ptLineOrigin, const OdGeVector2d &vLineDir, Intersection &rInt1, const OdGeTol &gTol=FMGeGbl::gTol)
 
FMGEOMETRY_API OdUInt32 FacetModeler::intersect_LineInfLine (const IBulgeSeg2D &rLineSeg, const OdGePoint2d &ptLineOrigin, const OdGeVector2d &vLineDir, Intersection &rInt1, Intersection &rInt2, const OdGeTol &gTol=FMGeGbl::gTol)
 
FMGEOMETRY_API OdUInt32 FacetModeler::intersect_ArcInfLine (const IBulgeSeg2D &rArcSeg, const OdGePoint2d &ptLineOrigin, const OdGeVector2d &vLineDir, Intersection &rInt1, Intersection &rInt2, const OdGeTol &gTol=FMGeGbl::gTol)