API Reference > Auxiliary Classes > AECSpaceCalculator Class > AECSpaceCalculator Methods > AECSpaceCalculator::FindBoundary Method
AECSpaceCalculator::FindBoundary Method
Syntax
C++
bool FindBoundary(const OdGePoint2d& ptHitTest, double dGap, bool bIgnoreHoles, FacetModeler::Profile2D& rBoundary) const;
Parameters 
Description 
const OdGePoint2d& ptHitTest 
[in] Inside point in cached UCS.  
double dGap 
[in] Maximum gap between parallel segments.  
bool bIgnoreHoles 
[in] Whether holes should be ignored.  
FacetModeler::Profile2D& rBoundary 
[out] Resulting boundary. 
eFilter 
[in] Filter.  

Finds space boundary. 

 

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