GeOffsetCurve2d.h
This class represents 2D curves that are exact offsets of other curves.
Every GeOffsetCurve2d contains a pointer to the curve from which it is offest. Modifying the base curve modifies the offset curve. Modifying the offset curve does not modify the base curve. setInterval() for an offset curve result create a curve that is an offset of the specified interval in the base curve.
This curve may be self-intersecting, even if the base curve is not.
Positive offset distances at any point on the base curve are defined as 90° counterclockwise from the tangent of the base curve at that point.
An offset curve with a 0.0 offset distance is exact replica of the base curve. An offseet curve with a non-zero 0.0 offset distance has a continuity of one less than that of the base curve. To insure that the offset curve is a valid curve, the base curve must have a continuity of at least 1.
Corresponding C++ library: TD_Ge
|
Name |
Description |
|
This is the overview for the OdGeOffsetCurve2d constructor overload. |
|
Name |
Description |
|
Returns the pointer to the base curve. | |
|
Returns the offset distance of this curve. | |
|
Returns true if and only if this curve has the same parameter direction as the base curve. | |
|
Sets the base curve for this OdGeOffsetCurve2d object. | |
|
Sets the offset distance for this curve. | |
|
Returns the concatenation of the transformation matrices applied to this curve with transformBy(). |
|
Name |
Description |
|
Assignment operator for the OdGeOffsetCurve2d object. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|