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

曲线长度特征构建器 更多...

#include <Features_CurveLengthBuilder.hxx>

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

Public 成员函数

NXOpen::GeometricUtilities::CurveLengthDataCurvelengthData ()
NXOpen::GeometricUtilities::CurveOptionsCurveOptions ()
double DistanceTolerance ()
NXOpen::SectionSection ()
void SetDistanceTolerance (double distanceTolerance)
void SetSection (NXOpen::Section *section)
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 _CurveLengthBuilderBuilder

详细描述

曲线长度特征构建器

表示曲线长度构建器
若要创建此类的新实例,请使用 NXOpen::Features::FeatureCollection::CreateCurvelengthBuilder
默认值。

属性
CurveOptions.Associative True


在NX4.0.0中创建。

成员函数说明

◆ CurvelengthData()

NXOpen::GeometricUtilities::CurveLengthData * NXOpen::Features::CurveLengthBuilder::CurvelengthData ( )

返回曲线长度数据
在NX4.0.0中创建。

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

◆ CurveOptions()

NXOpen::GeometricUtilities::CurveOptions * NXOpen::Features::CurveLengthBuilder::CurveOptions ( )

返回曲线选项
在NX5.0.0中创建。

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

◆ DistanceTolerance()

double NXOpen::Features::CurveLengthBuilder::DistanceTolerance ( )

返回距离公差
在NX4.0.0中创建。

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

◆ Section()

NXOpen::Section * NXOpen::Features::CurveLengthBuilder::Section ( )

返回截面
在NX4.0.0中创建。

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

◆ SetDistanceTolerance()

void NXOpen::Features::CurveLengthBuilder::SetDistanceTolerance ( double distanceTolerance)

设置距离公差
在NX4.0.0中创建。

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

参数
distanceTolerance曲线长度链公差

◆ SetSection()

void NXOpen::Features::CurveLengthBuilder::SetSection ( NXOpen::Section * section)

设置截面
在NX4.0.0中创建。

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

参数
section截面对象 此参数不得为NULL。