API Reference > OdDb Classes > OdDgGripPointsPE Class > OdDgGripPointsPE Methods > getGripPoints Method > OdDgGripPointsPE::getGripPoints Method (OdDgElement*, OdGePoint3dArray&)
OdDgGripPointsPE::getGripPoints Method (OdDgElement*, OdGePoint3dArray&)
Syntax
C++
virtual OdResult getGripPoints(const OdDgElement* pEntity, OdGePoint3dArray& gripPoints) const;
Parameters 
Description 
const OdDgElement* pEntity 
[in] Pointer to the entity.  
OdGePoint3dArray& gripPoints 
[in/out] Receives an array of WCS grip points. 

Returns eOk if successful, or an appropriate error code if not. The default implementation of this function returns eNotImplemented.

Returns all grip points of the specified entity. 

 

Grip points are appended to the specified array.

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