NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Layout2d_ReplaceComponentBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Layout2d_ReplaceComponentBuilder.ja
9
//
10
// 生成工具:
11
// apiwrap
12
//
13
// 警告:
14
// 本文件由工具自动生成 - 请勿手动编辑
15
//
16
#pragma once
17
#include <NXOpen/NXDeprecation.hxx>
18
#include <vector>
19
#include <NXOpen/NXString.hxx>
20
#include <NXOpen/Callback.hxx>
21
#include <NXOpen/Layout2d_Types.hxx>
22
#include <NXOpen/Builder.hxx>
23
#include <NXOpen/SelectObjectList.hxx>
24
#include <NXOpen/libnxopencpp_layout2d_exports.hxx>
25
#ifdef _MSC_VER
26
#pragma warning(push)
27
#pragma warning(disable:4996)
28
#endif
29
#ifdef __GNUC__
30
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31
#endif
32
namespace
NXOpen
33
{
34
namespace
Layout2d
35
{
36
class
ReplaceComponentBuilder
;
37
}
38
class
Builder
;
39
namespace
Layout2d
40
{
41
class
SelectComponentList
;
42
}
43
namespace
Layout2d
44
{
45
class
_ReplaceComponentBuilderBuilder;
46
class
ReplaceComponentBuilderImpl;
51
class
NXOPENCPP_LAYOUT2DEXPORT ReplaceComponentBuilder :
public
NXOpen::Builder
52
{
53
private
:
ReplaceComponentBuilderImpl
* m_replacecomponentbuilder_impl;
54
private
:
friend
class
_ReplaceComponentBuilderBuilder;
55
protected
: ReplaceComponentBuilder();
56
public
: ~ReplaceComponentBuilder();
60
public
:
NXOpen::Layout2d::SelectComponentList
*
Components
61
(
62
);
66
public
:
bool
ReplaceAll
67
(
68
);
72
public
:
void
SetReplaceAll
73
(
74
bool
replaceAll
75
);
79
public
:
NXString
Path
80
(
81
);
85
public
:
void
SetPath
86
(
87
const
NXString
& path
88
);
92
void
SetPath
93
(
94
const
char
* path
95
);
100
public
:
NXOpen::Layout2d::Layout2dDefinitionLocation
Location
101
(
102
);
107
public
:
void
SetLocation
108
(
109
NXOpen::Layout2d::Layout2dDefinitionLocation
locationType
110
);
111
};
112
}
113
}
114
#ifdef _MSC_VER
115
#pragma warning(pop)
116
#endif
117
#ifdef __GNUC__
118
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
119
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
120
#endif
121
#endif
122
#undef EXPORTLIBRARY