CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
GeEntity3d.h File Reference
#include "Ge/GeGbl.h"
#include "Ge/GePoint3d.h"
#include "OdHeap.h"
#include "TD_PackPush.h"
#include "TD_PackPop.h"

Go to the source code of this file.

Classes

class  OdGeEntity3d
 

Macros

#define _OD_GEENTITY3D_H_   /*!DOM*/
 
#define GE_OPERATORS_OVERRIDE_3D(CLASS)
 

Macro Definition Documentation

◆ _OD_GEENTITY3D_H_

#define _OD_GEENTITY3D_H_   /*!DOM*/

Definition at line 26 of file GeEntity3d.h.

◆ GE_OPERATORS_OVERRIDE_3D

#define GE_OPERATORS_OVERRIDE_3D ( CLASS)
Value:
CLASS* copy() const;\
CLASS& transformBy(const OdGeMatrix3d& xfm);\
CLASS& translateBy(const OdGeVector3d& translateVec);\
CLASS& rotateBy(double angle, const OdGeVector3d& vect, const OdGePoint3d& basePoint = OdGePoint3d::kOrigin);\
CLASS& mirror(const OdGePlane& plane);\
CLASS& scaleBy(double scaleFactor, const OdGePoint3d& basePoint = OdGePoint3d::kOrigin);
static GE_STATIC_EXPORT const OdGePoint3d kOrigin
Definition GePoint3d.h:106

Definition at line 203 of file GeEntity3d.h.