Class representing a three-dimensional curve defined through a UV-curve lying in the surface's domain. On-surface curves can be parameterized and transformed for positioning in model space.
Transformation can be one of the following:
Value Description |
0x00 Identity |
0x01 Translate |
0x02 Rotate |
0x08 Scale |
OdPrc2dCurveOnSurfaceCurve3d inherits the OdPrcCurve class and can be reparameterized and trimmed using the OdPrcParameterization class and setParameterization() method.
File: Prc2dCurveOnSurfaceCurve3d.h
Destroys the curve object. (Inherited from OdPrcCurve) |
Returns the current base surface of the on-surface curve. | |
This is the overview for the contentCurve method overload. | |
Creates new 3d curve instance from OdGeCurve3d. (Inherited from OdPrcCurve3d) | |
Returns the current uv-curve of the on-surface curve. | |
Returns the current transformation matrix for the curve. (Inherited from OdPrcCurve3d) | |
Returns the current curve data. (Inherited from OdPrcCurve3d) | |
Returns the current curve's 3D flag value. The flag is equal to true if curve is a 3D object or is equal to false in the other case. (Inherited from OdPrcCurve3d) | |
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 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 a new base surface of the on-surface curve. | |
Sets a new uv-curve for the on-surface curve. | |
Sets a new instance of the curve data. (Inherited from OdPrcCurve3d) | |
Sets new parametrization information to the curve. (Inherited from OdPrcCurve) | |
Sets a new value of tolerance for the on-surface curve. | |
Sets a new transformation for the curve. (Inherited from OdPrcCurve3d) | |
Returns the current tolerance value of the on-surface curve. | |
Returns the current transformation for the curve. (Inherited from OdPrcCurve3d) | |
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.
|