NX Open C++ Reference Guide
|
Represents a SketchConicBuilder builder
To create a new instance of this class, use SketchCollection::CreateSketchConicBuilder
Default values.
More...
Public Member Functions | |
NXOpen::Point * | ControlPoint () |
Returns the control point Created in NX6.0.0. | |
NXOpen::Point * | EndPoint () |
Returns the end point Created in NX6.0.0. | |
double | Rho () |
Returns the Rho value Created in NX6.0.0. | |
void | SetControlPoint (NXOpen::Point *controlPoint) |
Sets the control point Created in NX6.0.0. | |
void | SetEndPoint (NXOpen::Point *endPoint) |
Sets the end point Created in NX6.0.0. | |
void | SetRho (double rho) |
Sets the Rho value Created in NX6.0.0. | |
void | SetStartPoint (NXOpen::Point *startPoint) |
Sets the start point Created in NX6.0.0. | |
NXOpen::Point * | StartPoint () |
Returns the start point Created in NX6.0.0. |
Represents a SketchConicBuilder builder
To create a new instance of this class, use SketchCollection::CreateSketchConicBuilder
Default values.
Property | Value |
---|---|
Rho |
0.5 |
Created in NX6.0.0.
Returns the control point
Created in NX6.0.0.
License requirements : None
Returns the end point
Created in NX6.0.0.
License requirements : None
double NXOpen::SketchConicBuilder::Rho | ( | ) |
Returns the Rho value
Created in NX6.0.0.
License requirements : None
void NXOpen::SketchConicBuilder::SetControlPoint | ( | NXOpen::Point * | controlPoint | ) |
Sets the control point
Created in NX6.0.0.
License requirements : None
controlPoint | controlpoint |
void NXOpen::SketchConicBuilder::SetEndPoint | ( | NXOpen::Point * | endPoint | ) |
Sets the end point
Created in NX6.0.0.
License requirements : None
endPoint | endpoint |
void NXOpen::SketchConicBuilder::SetRho | ( | double | rho | ) |
Sets the Rho value
Created in NX6.0.0.
License requirements : None
rho | rho |
void NXOpen::SketchConicBuilder::SetStartPoint | ( | NXOpen::Point * | startPoint | ) |
Sets the start point
Created in NX6.0.0.
License requirements : None
startPoint | startpoint |
Returns the start point
Created in NX6.0.0.
License requirements : None