NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_EmbossBodyBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_EmbossBodyBuilder.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/Expression.hxx>
22
#include <NXOpen/Features_FeatureBuilder.hxx>
23
#include <NXOpen/ScCollector.hxx>
24
#include <NXOpen/SelectObjectList.hxx>
25
#include <NXOpen/libnxopencpp_features_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
Features
36
{
37
class
EmbossBodyBuilder
;
38
}
39
class
Expression
;
40
namespace
Features
41
{
42
class
FeatureBuilder
;
43
}
44
class
ScCollector
;
45
class
SelectNXObjectList
;
46
namespace
Features
47
{
48
class
_EmbossBodyBuilderBuilder;
49
class
EmbossBodyBuilderImpl;
70
class
NXOPENCPP_FEATURESEXPORT EmbossBodyBuilder :
public
NXOpen::Features::FeatureBuilder
71
{
72
private
:
EmbossBodyBuilderImpl
* m_embossbodybuilder_impl;
73
private
:
friend
class
_EmbossBodyBuilderBuilder;
74
protected
: EmbossBodyBuilder();
75
public
: ~EmbossBodyBuilder();
79
public
:
NXOpen::ScCollector
*
TargetBody
80
(
81
);
85
public
:
void
SetTargetBody
86
(
87
NXOpen::ScCollector
* targetBody
88
);
92
public
:
NXOpen::ScCollector
*
ToolBody
93
(
94
);
98
public
:
void
SetToolBody
99
(
100
NXOpen::ScCollector
* toolBody
101
);
105
public
:
NXOpen::SelectNXObjectList
*
RegionObject
106
(
107
);
111
public
:
NXOpen::Expression
*
Clearance
112
(
113
);
117
public
:
NXOpen::Expression
*
Thickness
118
(
119
);
123
public
:
bool
KeepTargets
124
(
125
);
129
public
:
void
SetKeepTargets
130
(
131
bool
keepTargets
132
);
136
public
:
bool
KeepTools
137
(
138
);
142
public
:
void
SetKeepTools
143
(
144
bool
keepTools
145
);
149
public
:
bool
TargetMaterialSide
150
(
151
);
155
public
:
void
SetTargetMaterialSide
156
(
157
bool
targetMaterialSide
158
);
162
public
:
bool
ToolEmbossDirection
163
(
164
);
168
public
:
void
SetToolEmbossDirection
169
(
170
bool
toolEmbossDirection
171
);
175
public
:
bool
ThickenOption
176
(
177
);
181
public
:
void
SetThickenOption
182
(
183
bool
thickenOption
184
);
188
public
:
bool
TrimOption
189
(
190
);
194
public
:
void
SetTrimOption
195
(
196
bool
trimOption
197
);
201
public
:
NXOpen::ScCollector
*
CapFace
202
(
203
);
207
public
:
void
SetCapFace
208
(
209
NXOpen::ScCollector
* capFace
210
);
211
};
212
}
213
}
214
#ifdef _MSC_VER
215
#pragma warning(pop)
216
#endif
217
#ifdef __GNUC__
218
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
219
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
220
#endif
221
#endif
222
#undef EXPORTLIBRARY