NX Open C++ Reference Guide
|
Represents a parabola curve. More...
Public Member Functions | |
double | FocalLength () |
Returns the focal length. | |
double | MaximumDY () |
Returns the maximum DY width. | |
double | MinimumDY () |
Returns the minimum DY width. | |
void | SetFocalLength (double focalLength) |
Sets the focal length. |
Represents a parabola curve.
To create a new instance of this class, use CurveCollection::CreateParabola
Created in NX3.0.0.
double NXOpen::Parabola::FocalLength | ( | ) |
Returns the focal length.
Created in NX3.0.0.
License requirements : None
double NXOpen::Parabola::MaximumDY | ( | ) |
Returns the maximum DY width.
Created in NX3.0.0.
License requirements : None
double NXOpen::Parabola::MinimumDY | ( | ) |
Returns the minimum DY width.
Created in NX3.0.0.
License requirements : None
void NXOpen::Parabola::SetFocalLength | ( | double | focalLength | ) |
Sets the focal length.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
focalLength | focal length |