Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgGripPointsPE::getStretchPoints Method
Syntax
C++
virtual OdResult getStretchPoints(const OdDgElement* 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.

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

Stretch points are appended to the specified array.

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