API Reference > OdDg Classes > OdDgElement Class > OdDgElement Methods > OdDgElement::moveStretchPointsAt Method
OdDgElement::moveStretchPointsAt Method
Syntax
C++
virtual OdResult moveStretchPointsAt(const OdIntArray& indices, const OdGeVector3d& offset);
Parameters 
Description 
const OdIntArray& indices 
[in] Array of indices.  
const OdGeVector3d& offset 
[in] The direction and magnitude of the stretch points offset (WCS). 
stretchPoints 
[in] Array of moved grip points.  

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.

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