API Reference > OdBr Classes > OdBrEntity Class > OdBrEntity Methods > OdBrEntity::getPointContainment Method
OdBrEntity::getPointContainment Method
Syntax
C++
OdBrErrorStatus getPointContainment(const OdGePoint3d& point, OdGe::PointContainment& containment, OdBrEntity*& brEntContainer) const;
Parameters 
Description 
const OdGePoint3d& point 
[in] Point to get containment of.  
OdGe::PointContainment& containment 
[out] Containment type. Can be one of the following:  
OdBrEntity*& brEntContainer 
[out] Container entity. Can be one of the following types:
  • OdBrBrep
  • OdBrFace
  • OdBrEdge
  • OdBrVertex
 

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

Gets the point containment and the corresponding container entity. 

 

Currently not implemented. Returns odbrNotImplementedYet.

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