API Reference > OdGe Classes > OdGeCompositeCurve2d Class
OdGeCompositeCurve2d Class
OdGeCompositeCurve2dOdGeCompositeCurve2dOdGeCompositeCurve2d
Syntax
C++
class OdGeCompositeCurve2d : public OdGeCurve2d;

GeCompositeCurve2d.h

This class represents composite curves in 2D space.

Composite curves consists of pointers to any number of subcurves that are joined end to end. Each subcurve must be bounded. 

The parameter at the start of the composite curve is 0.0. The parameter at any point along the composite curve is the approximate length of the composite curve up to that point. 

Corresponding C++ library: TD_Ge 

 

 
Name 
Description 
 
This is the overview for the OdGeCompositeCurve2d constructor overload. 
 
Name 
Description 
 
This is the overview for the getCurveList method overload. 
 
Returns the parameter on a subcurve, and the index of that subcurve, corresponding to the specified parameter on the composite curve.
 
 
Returns the parameter on the composite curve, corresponding to the specified parameter on the specifed subcurve curve.
 
 
Sets the curve list of the composite curve.
 
 
Name 
Description 
 
= 
Assignment operator for the OdGeCompositeCurve2d class. Copies other curve data to this object.
 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.