替换组件构建器
更多...
#include <Layout2d_ReplaceComponentBuilder.hxx>
|
|
class | _ReplaceComponentBuilderBuilder |
替换组件构建器
表示用于替换2D组件功能的Builder,该功能将使用另一个2D组件定义替换所选2D组件的内容。
要创建此类的新实例,请使用 NXOpen::Layout2d::ComponentCollection::CreateReplaceComponentBuilder
创建于NX10.0.0版本。
◆ Components()
获取要替换定义的所选2D组件列表
创建于NX10.0.0版本。
许可要求:无
◆ Location()
获取要替换的2D组件定义的位置类型 指示本地、原生或Teamcenter位置
创建于NX10.0.0版本。
许可要求:无
◆ Path()
| NXString NXOpen::Layout2d::ReplaceComponentBuilder::Path |
( |
| ) |
|
获取要替换的2D组件定义的路径
创建于NX10.0.0版本。
许可要求:无
◆ ReplaceAll()
| bool NXOpen::Layout2d::ReplaceComponentBuilder::ReplaceAll |
( |
| ) |
|
获取指示是否替换所选组件的所有实例的标志
创建于NX10.0.0版本。
许可要求:无
◆ SetLocation()
设置要替换的2D组件定义的位置类型 指示本地、原生或Teamcenter位置
创建于NX10.0.0版本。
许可要求:nx_layout ("NX Layout")
- 参数
-
◆ SetPath() [1/2]
| void NXOpen::Layout2d::ReplaceComponentBuilder::SetPath |
( |
const char * | path | ) |
|
设置要替换的2D组件定义的路径
创建于NX10.0.0版本。
许可要求:nx_layout ("NX Layout")
- 参数
-
◆ SetPath() [2/2]
| void NXOpen::Layout2d::ReplaceComponentBuilder::SetPath |
( |
const NXString & | path | ) |
|
设置要替换的2D组件定义的路径
创建于NX10.0.0版本。
许可要求:nx_layout ("NX Layout")
- 参数
-
◆ SetReplaceAll()
| void NXOpen::Layout2d::ReplaceComponentBuilder::SetReplaceAll |
( |
bool | replaceAll | ) |
|
设置指示是否替换所选组件的所有实例的标志
创建于NX10.0.0版本。
许可要求:nx_layout ("NX Layout")
- 参数
-