|
NX Open C++ 参考指南 2406 v1.1
|
连接构建器 更多...
#include <DesignSimulation_ConnectionBuilder.hxx>
Public 类型 | |
| enum | Types { TypesBodyToBody , TypesFaceToFace } |
Public 成员函数 | |
| bool | AutoConnection () |
| NXString | ConnectionName () |
| NXOpen::SelectBody * | SelectBody1 () |
| NXOpen::SelectBody * | SelectBody2 () |
| NXOpen::ScCollector * | SelectFaces1 () |
| NXOpen::ScCollector * | SelectFaces2 () |
| void | SetAutoConnection (bool autoConnection) |
| void | SetConnectionName (const char *connectionName) |
| void | SetConnectionName (const NXString &connectionName) |
| void | SetType (NXOpen::DesignSimulation::ConnectionBuilder::Types type) |
| void | SetUserSetName (bool userSetName) |
| NXOpen::Expression * | ShellOffset1 () |
| NXOpen::Expression * | ShellOffset2 () |
| NXOpen::DesignSimulation::ConnectionBuilder::Types | Type () |
| bool | UserSetName () |
| Public 成员函数 继承自 NXOpen::Builder | |
| NXOpen::NXObject * | Commit () |
| void | Destroy () |
| std::vector< NXOpen::NXObject * > | GetCommittedObjects () |
| NXOpen::NXObject * | GetObject () |
| NXOpen::PreviewBuilder * | PreviewBuilder () |
| void | ShowResults () |
| virtual bool | Validate () |
| Public 成员函数 继承自 NXOpen::TaggedObject | |
| tag_t | Tag () const |
友元 | |
| class | _ConnectionBuilderBuilder |
连接构建器
表示@link NXOpen::DesignSimulation::Connection NXOpen::DesignSimulation::Connection@endlink 构建器 <br> 要创建此类的新实例,请使用@link NXOpen::DesignSimulation::Study::CreateConnectionBuilder NXOpen::DesignSimulation::Study::CreateConnectionBuilder @endlink <br>
默认值。
| 属性 | 值 |
|---|---|
| AutoConnection | False |
| ShellOffset1.Value | 5(毫米单位零件),0.02(英寸单位零件) |
| ShellOffset2.Value | 5(毫米单位零件),0.02(英寸单位零件) |
在NX2206.0.0中创建。
| bool NXOpen::DesignSimulation::ConnectionBuilder::AutoConnection | ( | ) |
返回指示是否使用自动连接检测的标志
在NX2212.0.0中创建。
许可证要求:无
| NXString NXOpen::DesignSimulation::ConnectionBuilder::ConnectionName | ( | ) |
返回连接名称
在NX2206.0.0中创建。
许可证要求:无
| NXOpen::SelectBody * NXOpen::DesignSimulation::ConnectionBuilder::SelectBody1 | ( | ) |
返回选择体1
在NX2206.0.0中创建。
许可证要求:无
| NXOpen::SelectBody * NXOpen::DesignSimulation::ConnectionBuilder::SelectBody2 | ( | ) |
返回选择体2
在NX2206.0.0中创建。
许可证要求:无
| NXOpen::ScCollector * NXOpen::DesignSimulation::ConnectionBuilder::SelectFaces1 | ( | ) |
返回选择面1
在NX2206.0.0中创建。
许可证要求:无
| NXOpen::ScCollector * NXOpen::DesignSimulation::ConnectionBuilder::SelectFaces2 | ( | ) |
返回选择面2
在NX2206.0.0中创建。
许可证要求:无
| void NXOpen::DesignSimulation::ConnectionBuilder::SetAutoConnection | ( | bool | autoConnection | ) |
设置指示是否使用自动连接检测的标志
在NX2212.0.0中创建。
许可证要求:des_top_opt ("Topology Optimization for Designers") 或 sc_des_topol_opt (" Topology Optimization for Designers")
| autoConnection | 自动连接 |
| void NXOpen::DesignSimulation::ConnectionBuilder::SetConnectionName | ( | const char * | connectionName | ) |
设置连接名称
在NX2206.0.0中创建。
许可证要求:des_top_opt ("Topology Optimization for Designers") 或 sc_des_topol_opt (" Topology Optimization for Designers")
| connectionName | 连接名称 |
| void NXOpen::DesignSimulation::ConnectionBuilder::SetConnectionName | ( | const NXString & | connectionName | ) |
设置连接名称
在NX2206.0.0中创建。
许可证要求:des_top_opt ("Topology Optimization for Designers") 或 sc_des_topol_opt (" Topology Optimization for Designers")
| connectionName | 连接名称 |
| void NXOpen::DesignSimulation::ConnectionBuilder::SetType | ( | NXOpen::DesignSimulation::ConnectionBuilder::Types | type | ) |
设置类型
在NX2206.0.0中创建。
许可证要求:des_top_opt ("Topology Optimization for Designers") 或 sc_des_topol_opt (" Topology Optimization for Designers")
| type | 类型 |
| void NXOpen::DesignSimulation::ConnectionBuilder::SetUserSetName | ( | bool | userSetName | ) |
设置指示对象是否使用用户定义名称的标志
在NX2206.0.0中创建。
许可证要求:des_top_opt ("Topology Optimization for Designers") 或 sc_des_topol_opt (" Topology Optimization for Designers")
| userSetName | 用户设置名称 |
| NXOpen::Expression * NXOpen::DesignSimulation::ConnectionBuilder::ShellOffset1 | ( | ) |
返回面1或体1的壳偏移
在NX2206.0.0中创建。
许可证要求:无
| NXOpen::Expression * NXOpen::DesignSimulation::ConnectionBuilder::ShellOffset2 | ( | ) |
返回面2或体2的壳偏移
在NX2206.0.0中创建。
许可证要求:无
| NXOpen::DesignSimulation::ConnectionBuilder::Types NXOpen::DesignSimulation::ConnectionBuilder::Type | ( | ) |
返回类型
在NX2206.0.0中创建。
许可证要求:无
| bool NXOpen::DesignSimulation::ConnectionBuilder::UserSetName | ( | ) |
返回指示对象是否使用用户定义名称的标志
在NX2206.0.0中创建。
许可证要求:无