API Reference > OdDb Classes > OdDbEntity Class > OdDbEntity Methods > OdDbEntity::getStretchPoints Method
OdDbEntity::getStretchPoints Method
Syntax
C++
ODRX_SEALED_VIRTUAL OdResult getStretchPoints(OdGePoint3dArray& stretchPoints) const;
Parameters 
Description 
OdGePoint3dArray& stretchPoints 
[in/out] Receives an array of WCS stretch points. 

Returns all stretch points of this entity. 

 

Stretch points are appended to the specified array.

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