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

测地线圆角特征构建器 更多...

#include <Features_GeodesicFilletBuilder.hxx>

类 NXOpen::Features::GeodesicFilletBuilder 继承关系图:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public 成员函数

NXOpen::CurveFirstCurve ()
double FirstPoint ()
NXOpen::SectionFirstSection ()
NXOpen::ExpressionRadius ()
NXOpen::CurveSecondCurve ()
double SecondPoint ()
NXOpen::SectionSecondSection ()
void SetFirstCurve (NXOpen::Curve *firstCurve)
void SetFirstPoint (double firstPoint)
void SetFirstSection (NXOpen::Section *firstSection)
void SetSecondCurve (NXOpen::Curve *secondCurve)
void SetSecondPoint (double secondPoint)
void SetSecondSection (NXOpen::Section *secondSection)
Public 成员函数 继承自 NXOpen::Features::FeatureBuilder
NXOpen::Features::FeatureCommitFeature ()
NXOpen::Features::FeatureGetFeature ()
void HideInternalParentFeatureAfterEdit (NXOpen::Features::Feature *parentFeature)
bool ParentFeatureInternal ()
void SetParentFeatureInternal (bool isInternal)
void SetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
void ShowInternalParentFeatureForEdit (NXOpen::Features::Feature *parentFeature)
void UnsetParentFeatureInternal (NXOpen::Features::Feature *parentFeature)
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 _GeodesicFilletBuilderBuilder

详细描述

测地线圆角特征构建器

表示用于GeodesicFillet命令的 NXOpen::Features::GeodesicFillet 构建器。
要创建此类的新实例,请使用 NXOpen::Features::GeodesicSketchCollection::CreateGeodesicFilletBuilder
默认值。

属性
Radius.Value 10 (毫米单位部件), 0.5 (英寸单位部件)


创建于 NX10.0.0。

成员函数说明

◆ FirstCurve()

NXOpen::Curve * NXOpen::Features::GeodesicFilletBuilder::FirstCurve ( )

获取截面中第一条选中的曲线
创建于 NX10.0.0。

许可证要求 : 无

◆ FirstPoint()

double NXOpen::Features::GeodesicFilletBuilder::FirstPoint ( )

获取第一个选择点
创建于 NX10.0.0。

许可证要求 : 无

◆ FirstSection()

NXOpen::Section * NXOpen::Features::GeodesicFilletBuilder::FirstSection ( )

获取要倒圆角的第一条曲线截面
创建于 NX10.0.0。

许可证要求 : 无

◆ Radius()

NXOpen::Expression * NXOpen::Features::GeodesicFilletBuilder::Radius ( )

获取圆角半径
创建于 NX10.0.0。

许可证要求 : 无

◆ SecondCurve()

NXOpen::Curve * NXOpen::Features::GeodesicFilletBuilder::SecondCurve ( )

获取截面中第二条选中的曲线
创建于 NX10.0.0。

许可证要求 : 无

◆ SecondPoint()

double NXOpen::Features::GeodesicFilletBuilder::SecondPoint ( )

获取第二个选择点
创建于 NX10.0.0。

许可证要求 : 无

◆ SecondSection()

NXOpen::Section * NXOpen::Features::GeodesicFilletBuilder::SecondSection ( )

获取要倒圆角的第二条曲线截面
创建于 NX10.0.0。

许可证要求 : 无

◆ SetFirstCurve()

void NXOpen::Features::GeodesicFilletBuilder::SetFirstCurve ( NXOpen::Curve * firstCurve)

设置截面中第一条选中的曲线
创建于 NX10.0.0。

许可证要求 : solid_modeling ("SOLIDS MODELING")

参数
firstCurveNXOpen::Curve

◆ SetFirstPoint()

void NXOpen::Features::GeodesicFilletBuilder::SetFirstPoint ( double firstPoint)

设置第一个选择点
创建于 NX10.0.0。

许可证要求 : solid_modeling ("SOLIDS MODELING")

参数
firstPoint第一个点

◆ SetFirstSection()

void NXOpen::Features::GeodesicFilletBuilder::SetFirstSection ( NXOpen::Section * firstSection)

设置要倒圆角的第一条曲线截面
创建于 NX10.0.0。

许可证要求 : solid_modeling ("SOLIDS MODELING")

参数
firstSectionNXOpen::Section

◆ SetSecondCurve()

void NXOpen::Features::GeodesicFilletBuilder::SetSecondCurve ( NXOpen::Curve * secondCurve)

设置截面中第二条选中的曲线
创建于 NX10.0.0。

许可证要求 : solid_modeling ("SOLIDS MODELING")

参数
secondCurveNXOpen::Curve

◆ SetSecondPoint()

void NXOpen::Features::GeodesicFilletBuilder::SetSecondPoint ( double secondPoint)

设置第二个选择点
创建于 NX10.0.0。

许可证要求 : solid_modeling ("SOLIDS MODELING")

参数
secondPoint第二个点

◆ SetSecondSection()

void NXOpen::Features::GeodesicFilletBuilder::SetSecondSection ( NXOpen::Section * secondSection)

设置要倒圆角的第二条曲线截面
创建于 NX10.0.0。

许可证要求 : solid_modeling ("SOLIDS MODELING")

参数
secondSectionNXOpen::Section