API Reference > Classes > PRC Curve Classes > OdPrcCompositeCurve3d Class
OdPrcCompositeCurve3d Class
OdPrcCompositeCurve3dOdPrcCompositeCurve3dOdPrcCompositeCurve3d
Syntax
C++
class OdPrcCompositeCurve3d : public OdPrcCurve3d;

PrcCompositeCurve3d.h

 

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

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

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

 

A composite curve can be reparameterized and trimmed by 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.