NX Open C++ Reference Guide
|
Represents a curve. More...
Public Member Functions | |
virtual double | GetLength () |
Returns the length of the object. | |
virtual bool | IsReference () |
Returns the reference state of a curve Created in NX8.0.0. |
Represents a curve.
This is an abstract class, and cannot be instantiated
Created in NX3.0.0.
virtual double NXOpen::Curve::GetLength | ( | ) | [virtual] |
Returns the length of the object.
Implements NXOpen::IBaseCurve.
virtual bool NXOpen::Curve::IsReference | ( | ) | [virtual] |
Returns the reference state of a curve
Created in NX8.0.0.
License requirements : None
Implements NXOpen::IBaseCurve.