API Reference > OdDb Classes > OdDbGripOverrule Class > OdDbGripOverrule Methods > OdDbGripOverrule::getStretchPoints Method
OdDbGripOverrule::getStretchPoints Method
Syntax
C++
virtual OdResult getStretchPoints(const OdDbEntity* pSubject, OdGePoint3dArray& stretchPoints);
Parameters 
Description 
const OdDbEntity* pSubject 
[in] A raw pointer to an entity.  
OdGePoint3dArray& stretchPoints 
[in/out] An existing array to which the stretch points should be appended. 

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

 

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