|
CFx SDK Documentation 2026 SP0
|
#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::OdGeVector3dComparator > | AecUtils::OdGeVector3dSet |
| typedef std::set< OdGePoint3d, AecUtils::OdGePoint3dComparator > | AecUtils::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) |