CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
AecUtils Namespace Reference

Classes

class  AecVector3d
 
struct  OdGePoint2dComparator
 
struct  OdGePoint3dComparator
 
struct  OdGeVector3dComparator
 

Typedefs

typedef std::set< OdGeVector3d, AecUtils::OdGeVector3dComparatorOdGeVector3dSet
 
typedef std::set< OdGePoint3d, AecUtils::OdGePoint3dComparatorOdGePoint3dSet
 

Functions

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

Typedef Documentation

◆ OdGePoint3dSet

Definition at line 104 of file AECUtils.h.

◆ OdGeVector3dSet

Function Documentation

◆ checkValueInsideRange()

bool AecUtils::checkValueInsideRange ( double dMin,
double dMax,
double dValue,
bool bIncludeMin = true,
bool bIncludeMax = true,
double dTol = 1.e-10 )
inline

Definition at line 131 of file AECUtils.h.

◆ numberToString()

OdString AecUtils::numberToString ( int number)
inline

Definition at line 150 of file AECUtils.h.

◆ to3d() [1/2]

OdGePoint3d AecUtils::to3d ( const OdGePoint2d & v)
inline

Definition at line 126 of file AECUtils.h.

◆ to3d() [2/2]

OdGeVector3d AecUtils::to3d ( const OdGeVector2d & v)
inline

Definition at line 121 of file AECUtils.h.

◆ toVector()

OdGeVector3d AecUtils::toVector ( const OdGePoint3d & pt)
inline

Definition at line 116 of file AECUtils.h.