API Reference > OdDb Classes > OdDgGripPointsPE Class > OdDgGripPointsPE Methods > moveGripPointsAt Method > OdDgGripPointsPE::moveGripPointsAt Method (OdDgElement*, OdDgVoidPtrArray&, OdGeVector3d&, int)
OdDgGripPointsPE::moveGripPointsAt Method (OdDgElement*, OdDgVoidPtrArray&, OdGeVector3d&, int)
Syntax
C++
virtual OdResult moveGripPointsAt(OdDgElement* pEntity, const OdDgVoidPtrArray& grips, const OdGeVector3d& offset, int bitFlags);
Parameters 
Description 
OdDgElement* pEntity 
[in] Pointer to the entity.  
const OdDgVoidPtrArray& 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.