API Reference > OdDb Classes > OdDbSubentityOverrule Class > OdDbSubentityOverrule Methods > OdDbSubentityOverrule::getSubentPathGeomExtents Method
OdDbSubentityOverrule::getSubentPathGeomExtents Method
Syntax
C++
virtual OdResult getSubentPathGeomExtents(const OdDbEntity* pSubject, const OdDbFullSubentPath& path, OdGeExtents3d& extents);
Parameters 
Description 
const OdDbEntity* pSubject 
[in] A raw pointer to an entity.  
const OdDbFullSubentPath& path 
[in] A full subentity path object identifying the subentity.  
OdGeExtents3d& extents 
[out] An extents object in which subentity extents should be saved. 

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

 

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