API Reference > OdDb Classes > OdDbGripPointsPE Class > OdDbGripPointsPE Methods > moveGripPointsAt Method > OdDbGripPointsPE::moveGripPointsAt Method (OdDbEntity*, OdDbVoidPtrArray&, OdGeVector3d&, int)
OdDbGripPointsPE::moveGripPointsAt Method (OdDbEntity*, OdDbVoidPtrArray&, OdGeVector3d&, int)
Syntax
C++
virtual OdResult moveGripPointsAt(OdDbEntity* pEntity, const OdDbVoidPtrArray& grips, const OdGeVector3d& offset, int bitFlags);
Parameters 
Description 
OdDbEntity* pEntity 
[in] Pointer to the entity.  
const OdDbVoidPtrArray& grips 
[in] Array of OdDbGripData identifiers.  
const OdGeVector3d& offset 
[in] The direction and magnitude of the grip points offset (WCS). 

Moves the specified grip points of this entity. 

 

The default implementation of this function returns eNotImplemented.

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