API Reference > OdDb Classes > OdDbEntity Class > OdDbEntity Methods > getGripPoints Method > OdDbEntity::getGripPoints Method (OdDbGripDataPtrArray&, double, int, OdGeVector3d&, int)
OdDbEntity::getGripPoints Method (OdDbGripDataPtrArray&, double, int, OdGeVector3d&, int)
Syntax
C++
ODRX_SEALED_VIRTUAL OdResult getGripPoints(OdDbGripDataPtrArray& grips, const double curViewUnitSize, const int gripSize, const OdGeVector3d& curViewDir, const int bitFlags) const;
Parameters 
Description 
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.

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