API Reference > OdDb Classes > OdDbSubentityOverrule Class > OdDbSubentityOverrule Methods > OdDbSubentityOverrule::moveGripPointsAtSubentPaths Method
OdDbSubentityOverrule::moveGripPointsAtSubentPaths Method
Syntax
C++
virtual OdResult moveGripPointsAtSubentPaths(OdDbEntity* pSubject, const OdDbFullSubentPathArray& paths, const OdDbVoidPtrArray& gripAppData, const OdGeVector3d& offset, const OdUInt32 bitflags);
Parameters 
Description 
OdDbEntity* pSubject 
[in] A raw pointer to an entity.  
const OdDbFullSubentPathArray& paths 
[in] An array of full subentity path objects identifying the subentities to be moved.  
const OdDbVoidPtrArray& gripAppData 
[in] An array of pointers referring to each grip point to be moved.  
const OdGeVector3d& offset 
[in] A vector that indicates the direction and magnitude of the translation to be applied to the grips.  
bitFlags 
[in] Mask of one or more flags specified by the OdDbGripOperations::GetGripPointsFlags enumeration. 

Overrules OdDbEntity::subMoveGripPointsAtSubentPaths() method and calls it in the default implementation. This method returns eOk if successful. 

 

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