NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Routing_DefineRunBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Routing_DefineRunBuilder.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/Builder.hxx>
22
#include <NXOpen/ObjectList.hxx>
23
#include <NXOpen/Routing_RouteObjectCollector.hxx>
24
#include <NXOpen/Routing_RunItemsBuilder.hxx>
25
#include <NXOpen/libnxopencpp_routing_exports.hxx>
26
#ifdef _MSC_VER
27
#pragma warning(push)
28
#pragma warning(disable:4996)
29
#endif
30
#ifdef __GNUC__
31
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32
#endif
33
namespace
NXOpen
34
{
35
namespace
Routing
36
{
37
class
DefineRunBuilder
;
38
}
39
class
Builder
;
40
namespace
Routing
41
{
42
class
RouteObjectCollector
;
43
}
44
namespace
Routing
45
{
46
class
RunItemsBuilder
;
47
}
48
namespace
Routing
49
{
50
class
RunItemsBuilderList
;
51
}
52
class
TaggedObject
;
53
namespace
Routing
54
{
55
class
_DefineRunBuilderBuilder;
56
class
DefineRunBuilderImpl;
60
class
NXOPENCPP_ROUTINGEXPORT DefineRunBuilder :
public
NXOpen::Builder
61
{
62
private
:
DefineRunBuilderImpl
* m_definerunbuilder_impl;
63
private
:
friend
class
_DefineRunBuilderBuilder;
64
protected
: DefineRunBuilder();
65
public
: ~DefineRunBuilder();
70
public
:
NXOpen::Routing::RunItemsBuilderList
*
FromItemsList
71
(
72
);
77
public
:
NXOpen::Routing::RunItemsBuilderList
*
ToItemsList
78
(
79
);
83
public
:
NXOpen::Routing::RouteObjectCollector
*
MemberItems
84
(
85
);
89
public
:
NXString
RunIdentifier
90
(
91
);
95
public
:
void
SetRunIdentifier
96
(
97
const
NXString
& runIdentifier
98
);
102
void
SetRunIdentifier
103
(
104
const
char
* runIdentifier
105
);
109
public
:
NXString
RunType
110
(
111
);
115
public
:
void
SetRunType
116
(
117
const
NXString
& runType
118
);
122
void
SetRunType
123
(
124
const
char
* runType
125
);
129
public
:
NXString
SpecificationOption
130
(
131
);
135
public
:
void
SetSpecificationOption
136
(
137
const
NXString
& specificationOption
138
);
142
void
SetSpecificationOption
143
(
144
const
char
* specificationOption
145
);
149
public
:
void
UnifyPath
150
(
151
);
155
public
:
NXOpen::Routing::RunItemsBuilder
*
CreateRunItemsBuilder
156
(
157
);
161
public
:
void
AddMemberItems
162
(
163
NXOpen::TaggedObject
* memberItem
164
);
168
public
:
void
RemoveMemberItems
169
(
170
const
std::vector<NXOpen::TaggedObject *> & memberItems
171
);
172
};
173
}
174
}
175
#ifdef _MSC_VER
176
#pragma warning(pop)
177
#endif
178
#ifdef __GNUC__
179
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
180
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
181
#endif
182
#endif
183
#undef EXPORTLIBRARY