Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbGripOverrule::getGripPoints Method (const OdDbEntity*, OdGePoint3dArray&)
Syntax
C++
virtual OdResult getGripPoints(const OdDbEntity* pSubject, OdGePoint3dArray& gripPoints);

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

 

Parameters
Description
pSubject
[in] A raw pointer to an entity.
gripPoints
[in/out] An existing array to which the grip points should be appended.
Copyright © 2002-2022. Open Design Alliance All rights reserved.