GeExternalCurve2d.h
This class represents, as OdGeCurve2d curves, 2D curves whose definitions are external to the OdGe library.
OdGeExternalCurve2d curve instances can be treated as any other OdCurve2d.
You can access the OdGeExternalCurve2d as a corresponding native OdGeCurve2d curve, if such a corresponding curve exists, or you may (more efficiently) access the external data in its native form.
One example of using OdGeOdGeExternalCurve2d is to represent an ACIS curve.
Corresponding C++ library: TD_Ge
|
Name |
Description |
|
This is the overview for the OdGeExternalCurve2d constructor overload. |
|
Name |
Description |
|
Returns information about the system that created the curve. | |
|
Returns a copy of the raw curve definition. | |
|
Returns true if and only if the curve is defined (not an empty instance). | |
|
This is the overview for the isNurbCurve method overload. | |
|
Returns true if and only if if the external curve owns the data. | |
|
Sets the parameters for this external curve according to the arguments, and returns a reference to this external curve. | |
|
Forces this external curve to own the data, and returns a pointer to this curve. |
|
Name |
Description |
|
Assignment operator for the OdGeExternalCurve2d object. |
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|