Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdBrEntity::getPointContainment Method
Syntax
C++
OdBrErrorStatus getPointContainment(const OdGePoint3d& point, OdGe::PointContainment& containment, OdBrEntity*& brEntContainer) const;

Gets the point containment and the corresponding container entity. 

 

Parameters
Description
point
[in] Point to get containment of.
containment
[out] Containment type. Can be one of the following:
brEntContainer
[out] Container entity. Can be one of the following types:

odbrOK if the operation is successful or the appropriate error code otherwise.

Currently not implemented. Returns odbrNotImplementedYet.

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