API Reference > Classes > PRC Curve Classes > OdPrcCompositeCurve2d Class
OdPrcCompositeCurve2d Class
OdPrcCompositeCurve2dOdPrcCompositeCurve2dOdPrcCompositeCurve2d
Syntax
C++
class OdPrcCompositeCurve2d : public OdPrcCurve2d;

PrcCompositeCurve2d.h

 

Class implements a two-dimensional composite curve containing one or several sub curves.

Each of the sub curves must also be a two-dimensional and piecewise continuous curve. Transformation can be one of the following:

Value 
Description 
0x00 
Identity 
0x01 
Translate 
0x02 
Rotate 
0x08 
Scale 

 

The composite curve can be reparameterized and trimmed using the setParameterization() or setData() methods.

Destroys the composite curve. 
This is the overview for the baseCurve method overload. 
This is the overview for the baseSense method overload. 
Returns the current value of the closed curve flag. If returned value is equal to true, the composite curve is closed. 
Sets new values of the composite curve's data.
 
Sets the closed curve flag.  
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.