CFx SDK Documentation  2023 SP0
Classes | Macros | Typedefs
AECGripExtension.h File Reference
#include "Grips/AECGrPoint.h"
#include "Grips/AECGrip.h"

Go to the source code of this file.

Classes

class  AECGripExtension
 

Macros

#define AECGREXT_DECLARE_CLASS(Export, ClassName, ParentName)
 

Typedefs

typedef OdSmartPtr< AECGripExtensionAECGripExtensionPtr
 

Macro Definition Documentation

◆ AECGREXT_DECLARE_CLASS

#define AECGREXT_DECLARE_CLASS (   Export,
  ClassName,
  ParentName 
)
Value:
class Export ClassName : public ParentName \
{ \
ODRX_DECLARE_MEMBERS( ClassName ); \
public: \
AECGripManager* pContext, std::vector<AECGripPtr>& aPts ); \
}; \
typedef OdSmartPtr<ClassName> ClassName##Ptr
Result
Definition: AECGr.h:56
AECBASE_API Result getGripPoints(AECDbEntity *pEntity, std::vector< AECGrPoint > &aGrips, double dCurViewUnitSize, OdUInt8 iGripSize, const OdGeVector3d &vViewDir, OdUInt8 iBitFlags)

Definition at line 43 of file AECGripExtension.h.

Typedef Documentation

◆ AECGripExtensionPtr

Definition at line 41 of file AECGripExtension.h.