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

关联装配构建器 更多...

#include <Layout2d_AssociativeAssemblyBuilder.hxx>

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

Public 类型

enum  UpdateDirection { UpdateDirectionLayoutToAssembly , UpdateDirectionAssemblyToLayout }

Public 成员函数

NXOpen::Layout2d::AssociativeAssemblyBuilder::UpdateDirection Direction ()
std::vector< NXOpen::Layout2d::AssemblyRelation * > GetAssemblyRelations ()
void ResetAssemblyRelations ()
void SetDirection (NXOpen::Layout2d::AssociativeAssemblyBuilder::UpdateDirection direction)
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 _AssociativeAssemblyBuilderBuilder

详细描述

关联装配构建器

表示布局关联装配的建造器
要创建此类的新实例,请使用 NXOpen::Layout2d::ComponentCollection::CreateAssociativeAssemblyBuilder

创建于 NX1847.0.0。

成员枚举类型说明

◆ UpdateDirection

更新方向

枚举值
UpdateDirectionLayoutToAssembly 

从2D更新3D模型

UpdateDirectionAssemblyToLayout 

从3D更新2D模型

成员函数说明

◆ Direction()

NXOpen::Layout2d::AssociativeAssemblyBuilder::UpdateDirection NXOpen::Layout2d::AssociativeAssemblyBuilder::Direction ( )

返回更新方向
创建于 NX1847.0.0。

许可证要求:nx_layout("NX Layout")

◆ GetAssemblyRelations()

std::vector< NXOpen::Layout2d::AssemblyRelation * > NXOpen::Layout2d::AssociativeAssemblyBuilder::GetAssemblyRelations ( )

获取装配关系
创建于 NX1847.0.0。

许可证要求:nx_layout("NX Layout")

◆ ResetAssemblyRelations()

void NXOpen::Layout2d::AssociativeAssemblyBuilder::ResetAssemblyRelations ( )

将装配关系重置到初始状态
创建于 NX1847.0.0。

许可证要求:nx_layout("NX Layout")

◆ SetDirection()

void NXOpen::Layout2d::AssociativeAssemblyBuilder::SetDirection ( NXOpen::Layout2d::AssociativeAssemblyBuilder::UpdateDirection direction)

设置更新方向
创建于 NX1847.0.0。

许可证要求:nx_layout("NX Layout")

参数
direction更新方向