Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGripPointsPE::getStretchPoints Method
Syntax
C++
virtual OdResult getStretchPoints(const OdDbEntity* pEntity, OdGePoint3dArray& stretchPoints) const;

Returns all stretch points of the specified entity. 

 

Parameters
Description
pEntity
[in] Pointer to the entity.
stretchPoints
[in/out] Receives an array of WCS stretch points.

Stretch points are appended to the specified array. 

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.