NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
NXOpen::SketchConicBuilder类 参考

草图圆锥曲线构建器 更多...

#include <SketchConicBuilder.hxx>

类 NXOpen::SketchConicBuilder 继承关系图:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public 成员函数

NXOpen::PointControlPoint ()
NXOpen::PointEndPoint ()
double Rho ()
void SetControlPoint (NXOpen::Point *controlPoint)
void SetEndPoint (NXOpen::Point *endPoint)
void SetRho (double rho)
void SetStartPoint (NXOpen::Point *startPoint)
NXOpen::PointStartPoint ()
Public 成员函数 继承自 NXOpen::Builder
NXOpen::NXObjectCommit ()
void Destroy ()
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
NXOpen::NXObjectGetObject ()
NXOpen::PreviewBuilderPreviewBuilder ()
void ShowResults ()
virtual bool Validate ()
Public 成员函数 继承自 NXOpen::TaggedObject
tag_t Tag () const

友元

class _SketchConicBuilderBuilder

详细描述

草图圆锥曲线构建器

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.

成员函数说明

◆ ControlPoint()

NXOpen::Point * NXOpen::SketchConicBuilder::ControlPoint ( )

Returns the control point
Created in NX6.0.0.

License requirements : None

◆ EndPoint()

NXOpen::Point * NXOpen::SketchConicBuilder::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

参数
controlPointcontrolpoint

◆ SetEndPoint()

void NXOpen::SketchConicBuilder::SetEndPoint ( NXOpen::Point * endPoint)

Sets the end point
Created in NX6.0.0.

License requirements : None

参数
endPointendpoint

◆ SetRho()

void NXOpen::SketchConicBuilder::SetRho ( double rho)

Sets the Rho value
Created in NX6.0.0.

License requirements : None

参数
rhorho

◆ SetStartPoint()

void NXOpen::SketchConicBuilder::SetStartPoint ( NXOpen::Point * startPoint)

Sets the start point
Created in NX6.0.0.

License requirements : None

参数
startPointstartpoint

◆ StartPoint()

NXOpen::Point * NXOpen::SketchConicBuilder::StartPoint ( )

Returns the start point
Created in NX6.0.0.

License requirements : None