API Reference > Geometry > AECCDbContour Class > AECCDbContour Methods > AECCDbContour::GetPolyline Method
AECCDbContour::GetPolyline Method
Syntax
C++
OdDbPolylinePtr GetPolyline(double dApproxEps = 0) const;
Parameters 
Description 
double dApproxEps = 0 
[in] Approximate spacing along the contour. 

Pointer to the created OdDbPolyline object.

Creates a new OdDbPolyline object approximating this contour. 

 

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