API Reference > OdDb Classes > OdDbGripPointsPE Class > OdDbGripPointsPE Methods > OdDbGripPointsPE::moveStretchPointsAt Method
OdDbGripPointsPE::moveStretchPointsAt Method
Syntax
C++
virtual OdResult moveStretchPointsAt(OdDbEntity* pEntity, const OdIntArray& indices, const OdGeVector3d& offset);
Parameters 
Description 
OdDbEntity* pEntity 
[in] Pointer to the entity.  
const OdIntArray& indices 
[in] Array of indicies.  
const OdGeVector3d& offset 
[in] The direction and magnitude of the stretch points offset (WCS). 

Moves the specified stretch points of this entity. 

 

Each element in stretchPoints has a corresponding entry in indices, which specifies the index of the stretch point as returned by getStretchPoints. 

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

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