API Reference > OdBr Classes > OdBrEntity Class > OdBrEntity Methods > OdBrEntity::getLineContainment Method
OdBrEntity::getLineContainment Method
Syntax
C++
OdBrErrorStatus getLineContainment(const OdGeLinearEnt3d& line, const OdUInt32& iNumHitsWanted, OdUInt32& iNumHitsFound, OdBrHit*& brHit) const;
Parameters 
Description 
const OdGeLinearEnt3d& line 
[in] Line to get containment of.  
const OdUInt32& iNumHitsWanted 
[in] Expected number of containment hits.  
OdUInt32& iNumHitsFound 
[out] Actual number of containment hits found.  
OdBrHit*& brHit 
[out] Array of contexted hit objects. 

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

Gets the number of line containment hits and the array of contexted hit objects. 

 

Currently not implemented. Returns odbrNotImplementedYet.

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