CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
AECUtils.h File Reference
#include <set>
#include "Ge/GePoint3d.h"
#include "Ge/GePoint2d.h"
#include "Ge/GeVector3d.h"
#include "Modeler/FMDrawBody.h"
#include "Modeler/FMMdlIterators.h"
#include "Ge/GeGbl.h"
#include <sstream>

Go to the source code of this file.

Classes

struct  AecUtils::OdGeVector3dComparator
 
class  AecUtils::AecVector3d
 
struct  AecUtils::OdGePoint3dComparator
 
struct  AecUtils::OdGePoint2dComparator
 

Namespaces

namespace  AecUtils
 

Typedefs

typedef std::set< OdGeVector3d, AecUtils::OdGeVector3dComparatorAecUtils::OdGeVector3dSet
 
typedef std::set< OdGePoint3d, AecUtils::OdGePoint3dComparatorAecUtils::OdGePoint3dSet
 

Functions

OdGeVector3d AecUtils::toVector (const OdGePoint3d &pt)
 
OdGeVector3d AecUtils::to3d (const OdGeVector2d &v)
 
OdGePoint3d AecUtils::to3d (const OdGePoint2d &v)
 
bool AecUtils::checkValueInsideRange (double dMin, double dMax, double dValue, bool bIncludeMin=true, bool bIncludeMax=true, double dTol=1.e-10)
 
OdString AecUtils::numberToString (int number)