API Reference > OdDb Classes > OdDbEntity Class > OdDbEntity Methods > moveGripPointsAt Method > OdDbEntity::moveGripPointsAt Method (OdIntArray&, OdGeVector3d&)
OdDbEntity::moveGripPointsAt Method (OdIntArray&, OdGeVector3d&)
Syntax
C++
ODRX_SEALED_VIRTUAL OdResult moveGripPointsAt(const OdIntArray& indices, const OdGeVector3d& offset);
Parameters 
Description 
const OdIntArray& indices 
[in] Array of indicies.  
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.