API Reference > OdDb Classes > OdDbGripPointsPE Class > OdDbGripPointsPE Methods > getGripPoints Method > OdDbGripPointsPE::getGripPoints Method (OdDbEntity*, OdDbGripDataPtrArray&, double, int, OdGeVector3d&, int)
OdDbGripPointsPE::getGripPoints Method (OdDbEntity*, OdDbGripDataPtrArray&, double, int, OdGeVector3d&, int)
Syntax
C++
virtual OdResult getGripPoints(const OdDbEntity* pEntity, OdDbGripDataPtrArray& grips, const double curViewUnitSize, const int gripSize, const OdGeVector3d& curViewDir, const int bitFlags) const;
Parameters 
Description 
const OdDbEntity* pEntity 
[in] Pointer to the entity.  
OdDbGripDataPtrArray& grips 
[in/out] Receives an array of OdDbGripData objects. 

Returns OdDbGripData objects for grip points of this entity. 

 

Grip points are appended to the specified array. When eNotImplemented is returned, the application should call the other overload of the getGripPoints() method. The default implementation of this function returns eNotImplemented.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.