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

取消修剪构建器 更多...

#include <Features_UntrimBuilder.hxx>

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

Public 成员函数

bool Associative ()
NXOpen::ScCollectorFacesToUntrim ()
bool HideOriginal ()
void RemoveParameter (NXOpen::Features::Feature *untrimFeature)
void SetAssociative (bool associative)
void SetHideOriginal (bool hideOriginal)
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 _UntrimBuilderBuilder

详细描述

取消修剪构建器

表示NXOpen::Features::Untrim的构建器
要创建此类的新实例,请使用NXOpen::Features::FeatureCollection::CreateUntrimBuilder

在NX5.0.0中创建。

成员函数说明

◆ Associative()

bool NXOpen::Features::UntrimBuilder::Associative ( )

返回指示创建关联取消修剪特征或非参数化特征的选项
在NX9.0.0中创建。

许可要求 : 无

◆ FacesToUntrim()

NXOpen::ScCollector * NXOpen::Features::UntrimBuilder::FacesToUntrim ( )

返回要取消修剪的面
在NX5.0.0中创建。

许可要求 : 无

◆ HideOriginal()

bool NXOpen::Features::UntrimBuilder::HideOriginal ( )

返回隐藏原始选项。 控制是否隐藏父体。
在NX5.0.0中创建。

许可要求 : 无

◆ RemoveParameter()

void NXOpen::Features::UntrimBuilder::RemoveParameter ( NXOpen::Features::Feature * untrimFeature)

移除特征的参数。
在NX9.0.0中创建。

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

参数
untrimFeature取消修剪特征

◆ SetAssociative()

void NXOpen::Features::UntrimBuilder::SetAssociative ( bool associative)

设置指示创建关联取消修剪特征或非参数化特征的选项
在NX9.0.0中创建。

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

参数
associative关联

◆ SetHideOriginal()

void NXOpen::Features::UntrimBuilder::SetHideOriginal ( bool hideOriginal)

设置隐藏原始选项。 控制是否隐藏父体。
在NX5.0.0中创建。

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

参数
hideOriginal设置为true隐藏父对象,否则为false保持父对象显示