NX Open C++ Reference Guide
|
Represents something containing a two dimensional curve
Created in NX4.0.0.
More...
Public Member Functions | |
virtual double | GetLength ()=0 |
Returns the length of the object. | |
virtual bool | IsReference ()=0 |
Returns the reference state of a curve Created in NX8.0.0. |
Represents something containing a two dimensional curve
Created in NX4.0.0.
virtual double NXOpen::IBaseCurve::GetLength | ( | ) | [pure virtual] |
Returns the length of the object.
Implemented in NXOpen::Edge, NXOpen::Facet::FacetedEdge, NXOpen::CAE::CAEEdge, and NXOpen::Curve.
virtual bool NXOpen::IBaseCurve::IsReference | ( | ) | [pure virtual] |
Returns the reference state of a curve
Created in NX8.0.0.
License requirements : None
Implemented in NXOpen::Edge, NXOpen::Facet::FacetedEdge, NXOpen::CAE::CAEEdge, and NXOpen::Curve.