FMGEOMETRY_API void ExtendContour(Contour2D &rContour)
FMGEOMETRY_API double FindMinimumParamA(std::vector< Intersection > &vecPoints)
FMGEOMETRY_API double FindMaximumParamA(std::vector< Intersection > &vecPoints)
FMGEOMETRY_API void ExtendContourEnd(Contour2D &rContour)
FMGEOMETRY_API void ExtendContourStart(Contour2D &rContour)
FMGEOMETRY_API Intersection FindFarthestIntFromPt(const OdGePoint2d &ptBase, const std::vector< Intersection > &vecPoints)
FMGEOMETRY_API bool FindClosestIntToBaseEnd(const Contour2D &cBase, const Contour2D &cCutter, Intersection &intClosest)
FMGEOMETRY_API bool FindClosestIntToBaseStart(const Contour2D &cBase, const Contour2D &cCutter, Intersection &intClosest)
FMGEOMETRY_API bool IsIntersectionCloserToPt(const OdGePoint2d &ptBase, const Intersection &intCurrent, const Intersection &intToCheck)
FMGEOMETRY_API Intersection FindIntClosestToPt(const OdGePoint2d &ptBase, const std::vector< Intersection > &vecPoints)
FMGEOMETRY_API bool FindFarthestIntFromBasePt(const Contour2D &cContour, const OdGeLine2d &lnCutter, const OdGePoint2d &ptBase, Intersection &outInt)