Go to the source code of this file.
◆ AECGREXTMETHOD_DECLARE_CLASS
#define AECGREXTMETHOD_DECLARE_CLASS |
( |
|
Export, |
|
|
|
ClassName, |
|
|
|
ParentName |
|
) |
| |
Value:class Export ClassName : public ParentName \
{ \
ODRX_DECLARE_MEMBERS( ClassName ); \
public: \
std::vector<AECGrPoint>& aPts ); \
}; \
AECBASE_API Result getGripPoints(AECDbEntity *pEntity, std::vector< AECGrPoint > &aGrips, double dCurViewUnitSize, OdUInt8 iGripSize, const OdGeVector3d &vViewDir, OdUInt8 iBitFlags)
Definition at line 58 of file AECGrip.h.
◆ AECGripPtr