Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbSubentityOverrule::getSubentPathGeomExtents Method
Syntax
C++
virtual OdResult getSubentPathGeomExtents(const OdDbEntity* pSubject, const OdDbFullSubentPath& path, OdGeExtents3d& extents);

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

 

Parameters
Description
pSubject
[in] A raw pointer to an entity.
path
[in] A full subentity path object identifying the subentity.
extents
[out] An extents object in which subentity extents should be saved.
Copyright © 2002-2022. Open Design Alliance All rights reserved.