定义组件构建器
更多...
#include <Layout2d_DefineComponentBuilder.hxx>
|
|
class | _DefineComponentBuilderBuilder |
定义组件构建器
表示用于定义2D组件功能的建造器,该功能将定义一个2D组件并将其定义存储在重用库中
要创建此类的新实例,请使用 NXOpen::Layout2d::ComponentCollection::CreateDefineComponentBuilder
默认值。
| 属性 | 值 |
| ImageCapture.CaptureMethod | GraphicsArea |
| ImageCapture.Format | Bmp |
| ImageCapture.Size | Pixels64 |
创建于NX10.0.0。
◆ ActiveSet()
返回活动集的所选成员
创建于NX1953.0.0。
许可要求:无
◆ ActiveSetScope()
返回活动成员范围
创建于NX1953.0.0。
许可要求:无
◆ AnchorPoint()
| NXOpen::Point * NXOpen::Layout2d::DefineComponentBuilder::AnchorPoint |
( |
| ) |
|
返回用于定义2D组件的锚点
创建于NX10.0.0。
许可要求:无
◆ ComponentName()
返回2D组件名称,为新创建的定义定义名称
创建于NX10.0.0。
许可要求:无
◆ Contents()
返回用于创建2D组件定义的所选对象
创建于NX10.0.0。
许可要求:无
◆ ImageCapture()
返回用于为定义创建图像的图像捕获建造器
创建于NX10.0.0。
许可要求:无
◆ ImageName()
| NXString NXOpen::Layout2d::DefineComponentBuilder::ImageName |
( |
| ) |
|
返回新创建的定义的2D组件图像名称
创建于NX10.0.0。
许可要求:无
◆ IsValidActiveSetMember()
验证指定对象是否可以是活动成员
创建于NX1953.0.0。
许可要求:无
- 参数
-
◆ SetActiveSetScope()
设置活动成员范围
创建于NX1953.0.0。
许可要求:无
- 参数
-
◆ SetAnchorPoint()
| void NXOpen::Layout2d::DefineComponentBuilder::SetAnchorPoint |
( |
NXOpen::Point * | anchorPoint | ) |
|
设置用于定义2D组件的锚点
创建于NX10.0.0。
许可要求:nx_layout ("NX Layout")
- 参数
-
◆ SetImageName() [1/2]
| void NXOpen::Layout2d::DefineComponentBuilder::SetImageName |
( |
const char * | imageName | ) |
|
设置新创建的定义的2D组件图像名称
创建于NX10.0.0。
许可要求:nx_layout ("NX Layout")
- 参数
-
◆ SetImageName() [2/2]
| void NXOpen::Layout2d::DefineComponentBuilder::SetImageName |
( |
const NXString & | imageName | ) |
|
设置新创建的定义的2D组件图像名称
创建于NX10.0.0。
许可要求:nx_layout ("NX Layout")
- 参数
-
◆ SetLocation()
设置组件的位置类型,表示本地、本机或Teamcenter
创建于NX10.0.0。
许可要求:nx_layout ("NX Layout")
- 参数
-
◆ SetPath() [1/2]
| void NXOpen::Layout2d::DefineComponentBuilder::SetPath |
( |
const char * | path | ) |
|
设置存储2D组件的路径
创建于NX10.0.0。
许可要求:nx_layout ("NX Layout")
- 参数
-
◆ SetPath() [2/2]
| void NXOpen::Layout2d::DefineComponentBuilder::SetPath |
( |
const NXString & | path | ) |
|
设置存储2D组件的路径
创建于NX10.0.0。
许可要求:nx_layout ("NX Layout")
- 参数
-