API Reference > FacetModeler Namespace > Classes > Profile2D Class > Profile2D Methods > Profile2D::getSingleContour Method
Profile2D::getSingleContour Method
Syntax
C++
Result getSingleContour(Contour2D& rDest, const OdGeTol& gTol = FMGeGbl::gTol) const;
Parameters 
Description 
Contour2D& rDest 
[out] Resulting contour.  
const OdGeTol& gTol = FMGeGbl::gTol 
[in] Tolerance.  

eOk if the contour calculation succeeded, or a corresponding error type otherwise.

Gets the single contour describing the profile with bridges between initial contours. 

 

The contour is not self-intersecting unless the initial contours intersect. 

This profile should be "regular" (no self-intersections and valid nesting of CW/CCW contours).

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