草图圆锥曲线构建器
更多...
#include <SketchConicBuilder.hxx>
|
|
class | _SketchConicBuilderBuilder |
草图圆锥曲线构建器
Represents a SketchConicBuilder builder
To create a new instance of this class, use SketchCollection::CreateSketchConicBuilder
Default values.
Created in NX6.0.0.
◆ ControlPoint()
Returns the control point
Created in NX6.0.0.
License requirements : None
◆ EndPoint()
Returns the end point
Created in NX6.0.0.
License requirements : None
◆ Rho()
| double NXOpen::SketchConicBuilder::Rho |
( |
| ) |
|
Returns the Rho value
Created in NX6.0.0.
License requirements : None
◆ SetControlPoint()
| void NXOpen::SketchConicBuilder::SetControlPoint |
( |
NXOpen::Point * | controlPoint | ) |
|
Sets the control point
Created in NX6.0.0.
License requirements : None
- 参数
-
◆ SetEndPoint()
| void NXOpen::SketchConicBuilder::SetEndPoint |
( |
NXOpen::Point * | endPoint | ) |
|
Sets the end point
Created in NX6.0.0.
License requirements : None
- 参数
-
◆ SetRho()
| void NXOpen::SketchConicBuilder::SetRho |
( |
double | rho | ) |
|
Sets the Rho value
Created in NX6.0.0.
License requirements : None
- 参数
-
◆ SetStartPoint()
| void NXOpen::SketchConicBuilder::SetStartPoint |
( |
NXOpen::Point * | startPoint | ) |
|
Sets the start point
Created in NX6.0.0.
License requirements : None
- 参数
-
◆ StartPoint()
Returns the start point
Created in NX6.0.0.
License requirements : None