API Reference > OdDg Classes > OdDgElement Class > OdDgElement Methods > moveGripPointsAt Method > OdDgElement::moveGripPointsAt Method (OdIntArray&, OdGeVector3d&)
OdDgElement::moveGripPointsAt Method (OdIntArray&, OdGeVector3d&)
Syntax
C++
virtual OdResult moveGripPointsAt(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 grip points offset (WCS). 

Moves the specified grip points of this entity. 

 

Each element in gripPoints has a corresponding entry in indices, which specifies the index of the grip point as returned by getGripPoints.

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