Close

Relief for ODA Team in Ukraine

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

Overrules OdDbEntity::subGetStretchPoints() method and calls it in the default implementation. This method returns eOk if successful. 

 

Parameters
Description
pSubject
[in] A raw pointer to an entity.
stretchPoints
[in/out] An existing array to which the stretch points should be appended.
Copyright © 2002-2022. Open Design Alliance All rights reserved.