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

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

Returns all stretch points of the specified entity. 

 

Stretch points are appended to the specified array.

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