CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Namespaces | Functions
FMUtils.h File Reference
#include "FMContour2D.h"
#include "FMContour3D.h"
#include "FMProfile2D.h"

Go to the source code of this file.

Namespaces

namespace  FacetModeler
 

Functions

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)