Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions
Geom2dConvert_ApproxArcsSegments Class Reference

Approximation of a free-form curve by a sequence of arcs+segments. More...

#include <Geom2dConvert_ApproxArcsSegments.hxx>

Public Types

enum  Status { StatusOK = 0 , StatusNotDone , StatusError }
 

Public Member Functions

 Geom2dConvert_ApproxArcsSegments (const Adaptor2d_Curve2d &theCurve, const double theTolerance, const double theAngleTol)
 Constructor.
 
const NCollection_Sequence< occ::handle< Geom2d_Curve > > & GetResult () const
 Get the result curve after approximation.
 

Detailed Description

Approximation of a free-form curve by a sequence of arcs+segments.

Member Enumeration Documentation

◆ Status

Enumerator
StatusOK 
StatusNotDone 
StatusError 

Constructor & Destructor Documentation

◆ Geom2dConvert_ApproxArcsSegments()

Geom2dConvert_ApproxArcsSegments::Geom2dConvert_ApproxArcsSegments ( const Adaptor2d_Curve2d & theCurve,
const double theTolerance,
const double theAngleTol )

Constructor.

Member Function Documentation

◆ GetResult()

const NCollection_Sequence< occ::handle< Geom2d_Curve > > & Geom2dConvert_ApproxArcsSegments::GetResult ( ) const
inline

Get the result curve after approximation.


The documentation for this class was generated from the following file: