|
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. | |
Public Member Functions inherited from NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| Commits any edits that have been applied to the builder. | |
| void | Destroy () |
| Deletes the builder, and cleans up any objects created by the builder. | |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| For builders that create more than one object, this method returns the objects that are created by commit. | |
| NXOpen::NXObject * | GetObject () |
| Returns the object currently being edited by this builder. | |
| void | ShowResults () |
| Updates the model to reflect the result of an edit to the model for all builders that support showing results. | |
| virtual bool | Validate () |
| Validate whether the inputs to the component are sufficient for commit to be called. | |
Public Member Functions inherited from NXOpen::TaggedObject | |
| tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
| tag_t | Tag () const |
| Returns the tag of this object. | |
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.
| NXOpen::Point* NXOpen::SketchConicBuilder::ControlPoint | ( | ) |
Returns the control point
Created in NX6.0.0.
License requirements : None
| NXOpen::Point* NXOpen::SketchConicBuilder::EndPoint | ( | ) |
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 |
| NXOpen::Point* NXOpen::SketchConicBuilder::StartPoint | ( | ) |
Returns the start point
Created in NX6.0.0.
License requirements : None