Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdSSetTracker::append Method (const OdDbBaseFullSubentPath&, const OdDbSelectionMethod*)
Syntax
C++
virtual bool append(const OdDbBaseFullSubentPath& subEntPath, const OdDbSelectionMethod* pMethod);

Called by select framework when a subentity is going to be appended to working selection set. 

 

Parameters
Description
subEntPath
[in] Descriptor of the subentity is going to be appended.
pMethod
[in] Selection Method object, describing a method a subentity was selected.

flag indicating if the subentity can be added to working selection set or not.

To enable calling this calback method OdSSetTracker::trackSubentities() should be overridden to return true.

Copyright © 2002-2022. Open Design Alliance All rights reserved.