API Reference > Classes > PRC Curve Classes > OdPrcOffsetCurve3d Class
OdPrcOffsetCurve3d Class
OdPrcOffsetCurve3dOdPrcOffsetCurve3dOdPrcOffsetCurve3d
Syntax
C++
class OdPrcOffsetCurve3d : public OdPrcCurve3d;

PrcOffsetCurve3d.h

 

Class implements an offset of a three-dimensional curve along the binormal. Binormal is defined by the curve's tangent and plane normal offset. The offset curve must be a 3D curve without transformation. Parameterization has coefficients with default values (coef_a is equal 1.0, coef_b is equal 0.0), and the interval is equal to the base curve interval.

Returns the current base curve for the offset curve. 
Returns the current offset distance value for the offset curve. 
Returns the current offset plane normal of the offset curve. 
Sets a new base curve to offset.
 
Sets a new value of the offset distance for the offset curve.
 
Set a new offset plane normal for the offset curve.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.