API Reference > OdDb Classes > OdDbSubentityOverrule Class > OdDbSubentityOverrule Methods > OdDbSubentityOverrule::getGripPointsAtSubentPath Method
OdDbSubentityOverrule::getGripPointsAtSubentPath Method
Syntax
C++
virtual OdResult getGripPointsAtSubentPath(const OdDbEntity* pSubject, const OdDbFullSubentPath& path, OdDbGripDataPtrArray& grips, const double curViewUnitSize, const int gripSize, const OdGeVector3d& curViewDir, const OdUInt32 bitflags);
Parameters 
Description 
const OdDbEntity* pSubject 
[in] A raw pointer to an entity.  
const OdDbFullSubentPath& path 
[in] A full subentity path object identifying the subentity.  
OdDbGripDataPtrArray& grips 
[in] An array of pointers to dynamically allocated grip data objects.  
const double curViewUnitSize 
[in] A size of one drawing unit in the current viewport (in pixels).  
const int gripSize 
[in] A size of current grip point (in pixels).  
const OdGeVector3d& curViewDir 
[in] A vector that specifies the view direction in the current viewport.  
bitFlags 
[in] Mask of one or more flags specified by the OdDbGripOperations::GetGripPointsFlags enumeration. 

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

 

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