CODBspTree::GetContaining
voidCODBspTree::GetContaining(CODComponentSet*pCompSet, CPointpoint, intnPadding= 0)
Retrieves the set of components which contain a point.
Defined in: OdBspTree.cpp
Return Value
void
Parameters
pCompSet
A pointer to the set in which to place the components found.
point
The point to search for.
nPadding
The amount of "give" to allow with the hit testing. This is needed for line components which may be hard to select.
See Also