Go to the source code of this file.
|
FMGEOMETRY_API void | FacetModeler::ExtendContourStart (Contour2D &rContour) |
|
FMGEOMETRY_API void | FacetModeler::ExtendContourEnd (Contour2D &rContour) |
|
FMGEOMETRY_API void | FacetModeler::ExtendContour (Contour2D &rContour) |
|
FMGEOMETRY_API double | FacetModeler::FindMinimumParamA (std::vector< Intersection > &vecPoints) |
|
FMGEOMETRY_API double | FacetModeler::FindMaximumParamA (std::vector< Intersection > &vecPoints) |
|
FMGEOMETRY_API bool | FacetModeler::FindClosestIntToBaseStart (const Contour2D &cBase, const Contour2D &cCutter, Intersection &intClosest) |
|
FMGEOMETRY_API bool | FacetModeler::FindClosestIntToBaseEnd (const Contour2D &cBase, const Contour2D &cCutter, Intersection &intClosest) |
|
FMGEOMETRY_API bool | FacetModeler::FindFarthestIntFromBasePt (const Contour2D &cContour, const OdGeLine2d &lnCutter, const OdGePoint2d &ptBase, Intersection &outInt) |
|
FMGEOMETRY_API bool | FacetModeler::FindFarthestIntFromBasePt (const Contour2D &cContour, const Contour2D &cCutter, const OdGePoint2d &ptBase, Intersection &outInt) |
|
FMGEOMETRY_API Intersection | FacetModeler::FindFarthestIntFromPt (const OdGePoint2d &ptBase, const std::vector< Intersection > &vecPoints) |
|
FMGEOMETRY_API Intersection | FacetModeler::FindIntClosestToPt (const OdGePoint2d &ptBase, const std::vector< Intersection > &vecPoints) |
|
FMGEOMETRY_API bool | FacetModeler::IsIntersectionCloserToPt (const OdGePoint2d &ptBase, const Intersection &intCurrent, const Intersection &intToCheck) |
|