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.
File: PrcCompositeCurve2d.h
Destroys the composite curve. | |
Destroys the curve object. (Inherited from OdPrcCurve) |
This is the overview for the baseCurve method overload. | |
This is the overview for the baseSense method overload. | |
This is the overview for the contentCurve method overload. | |
Creates new 2d curve instance from OdGeCurve2d. (Inherited from OdPrcCurve2d) | |
Returns the current transformation matrix for the curve. (Inherited from OdPrcCurve2d) | |
Returns the current curve data. (Inherited from OdPrcCurve2d) | |
Returns the current curve's 3D flag value. The flag is equal to true if the curve is a 3D object or is equal to false in the other case. (Inherited from OdPrcCurve2d) | |
Returns the current curve's 3D flag value. The flag is equal to true if the curve is a 3D object or is equal to false in the other case. (Inherited from OdPrcCurve) | |
Returns the current value of the closed curve flag. If returned value is equal to true, the composite curve is closed. | |
Returns the current parameterization information used for the curve. (Inherited from OdPrcCurve) | |
Reads curve data from a specified input stream, and creates and returns a curve entity. (Inherited from OdPrcCurve) | |
Reads data from a specified input stream into a curve array. (Inherited from OdPrcCurve) | |
Reads curve data from a specified input stream, creates a curve, and returns a smart pointer to an OdPrcCurve object. (Inherited from OdPrcCurve) | |
Sets new values of the composite curve's data. | |
Sets a new instance of the curve data. (Inherited from OdPrcCurve2d) | |
Sets the closed curve flag. | |
Sets new parametrization information to the curve. (Inherited from OdPrcCurve) | |
Sets a new transformation for the curve. (Inherited from OdPrcCurve2d) | |
Returns the current transformation for the curve. (Inherited from OdPrcCurve2d) | |
Writes data from a curve array to a specified output stream. (Inherited from OdPrcCurve) | |
Writes curve data to a specified output stream. (Inherited from OdPrcCurve) |
Copyright © 2002-2022. Open Design Alliance All rights reserved.
|