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

创建实体特征构建器 更多...

#include <Features_MakeSolidBuilder.hxx>

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

Public 成员函数

bool IsAssociative ()
void SetAssociative (bool isAssociative)
NXOpen::ScCollectorSheetBodies ()
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 _MakeSolidBuilderBuilder

详细描述

创建实体特征构建器

表示 Features::MakeSolid 构建器。 此类的输入可以是收敛对象。
要创建此类的新实例,请使用 NXOpen::Features::DesignFeatureCollection::CreateMakesolidBuilder

创建于 NX11.0.0.

成员函数说明

◆ IsAssociative()

bool NXOpen::Features::MakeSolidBuilder::IsAssociative ( )

获取关联选项。 'true' 表示需要创建实体化特征 'false' 表示仅将输入的无关联片体的体类型更改为实体类型。
创建于 NX11.0.0.

许可证要求 : 无

◆ SetAssociative()

void NXOpen::Features::MakeSolidBuilder::SetAssociative ( bool isAssociative)

设置关联选项。 'true' 表示需要创建实体化特征 'false' 表示仅将输入的无关联片体的体类型更改为实体类型。
创建于 NX11.0.0.

许可证要求 : 无

参数
isAssociative关联选项

◆ SheetBodies()

NXOpen::ScCollector * NXOpen::Features::MakeSolidBuilder::SheetBodies ( )

获取拓扑上闭合的片体
创建于 NX11.0.0.

许可证要求 : 无