API Reference > OdDb Classes > OdDbGripOverrule Class > OdDbGripOverrule Methods > OdDbGripOverrule::moveStretchPointsAt Method
OdDbGripOverrule::moveStretchPointsAt Method
Syntax
C++
virtual OdResult moveStretchPointsAt(OdDbEntity* pSubject, const OdIntArray & indices, const OdGeVector3d& offset);
Parameters 
Description 
OdDbEntity* pSubject 
[in] A raw pointer to an entity.  
const OdIntArray & indices 
[in] An array containing the indices that indicate which stretch points are being translated. 

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

 

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