API Reference > OdGe Classes > OdGeExternalBoundedSurface Class > OdGeExternalBoundedSurface Methods > OdGeExternalBoundedSurface::getContours Method
OdGeExternalBoundedSurface::getContours Method
Syntax
C++
void getContours(int& numContours, OdGeCurveBoundary*& contours) const;
Parameters 
Description 
int& numContours 
[out] Receives the number of contours on this surface.  
OdGeCurveBoundary*& contours 
[out] Receives the array of contours. 

Returns an array of the contours on this surface. 

 

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