API Reference > OdDb Classes > OdDbEntity Class > OdDbEntity Methods > moveGripPointsAt Method > OdDbEntity::moveGripPointsAt Method (OdDbVoidPtrArray&, OdGeVector3d&, int)
OdDbEntity::moveGripPointsAt Method (OdDbVoidPtrArray&, OdGeVector3d&, int)
Syntax
C++
ODRX_SEALED_VIRTUAL OdResult moveGripPointsAt(const OdDbVoidPtrArray& grips, const OdGeVector3d& offset, int bitFlags);
Parameters 
Description 
const OdGeVector3d& offset 
[in] The direction and magnitude of the grip points offset (WCS). 
gripAppData 
[in] Array of appData pointers from the OdDbGripData objects (one for each grip point to be moved).  

Moves the specified grip points of this entity. 

 

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