NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_BlendPocketBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_BlendPocketBuilder.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/libnxopencpp_features_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
Features
35
{
36
class
BlendPocketBuilder
;
37
}
38
class
Expression
;
39
namespace
Features
40
{
41
class
FeatureBuilder
;
42
}
43
class
ScCollector
;
44
namespace
Features
45
{
46
class
_BlendPocketBuilderBuilder;
47
class
BlendPocketBuilderImpl;
84
class
NXOPENCPP_FEATURESEXPORT BlendPocketBuilder :
public
NXOpen::Features::FeatureBuilder
85
{
87
public
:
enum
ToolTypes
88
{
89
ToolTypesUnknown
,
90
ToolTypesEndMill
,
91
ToolTypesTCutter
,
92
ToolTypesSphericalMill
93
};
94
95
public
:
enum
AngledWallSolutions
96
{
97
AngledWallSolutionsUnknown
,
98
AngledWallSolutionsSwarfCutWall
,
99
AngledWallSolutionsCutFloorAndSwarfCutWall
,
100
AngledWallSolutionsCutFloor
,
101
AngledWallSolutionsSwarfCutWallAndFloor
102
};
103
private
:
BlendPocketBuilderImpl
* m_blendpocketbuilder_impl;
104
private
:
friend
class
_BlendPocketBuilderBuilder;
105
protected
:
BlendPocketBuilder
();
106
public
:
~BlendPocketBuilder
();
110
public
:
NXOpen::ScCollector
*
FloorFaces
111
(
112
);
116
public
:
void
SetFloorFaces
117
(
118
NXOpen::ScCollector
* floorFaces
119
);
123
public
:
NXOpen::ScCollector
*
WallFaces
124
(
125
);
129
public
:
void
SetWallFaces
130
(
131
NXOpen::ScCollector
* wallFaces
132
);
136
public
:
NXOpen::ScCollector
*
DeselectedFaces
137
(
138
);
142
public
:
void
SetDeselectedFaces
143
(
144
NXOpen::ScCollector
* deselectedWallFaces
145
);
149
public
:
bool
AutoInferWall
150
(
151
);
155
public
:
void
SetAutoInferWall
156
(
157
bool
autoInferWall
158
);
162
public
:
NXOpen::Features::BlendPocketBuilder::ToolTypes
ToolType
163
(
164
);
168
public
:
void
SetToolType
169
(
170
NXOpen::Features::BlendPocketBuilder::ToolTypes
toolType
171
);
175
public
:
NXOpen::Expression
*
Diameter
176
(
177
);
181
public
:
NXOpen::Expression
*
LowerRadius
182
(
183
);
187
public
:
NXOpen::Expression
*
UpperRadius
188
(
189
);
193
public
:
NXOpen::Expression
*
NeckDiameter
194
(
195
);
199
public
:
NXOpen::Expression
*
FluteLength
200
(
201
);
205
public
:
NXOpen::Features::BlendPocketBuilder::AngledWallSolutions
AngledWallSolution
206
(
207
);
211
public
:
void
SetAngledWallSolution
212
(
213
NXOpen::Features::BlendPocketBuilder::AngledWallSolutions
angledWallSolution
214
);
218
public
:
NXOpen::Expression
*
CornerClearance
219
(
220
);
221
};
222
}
223
}
224
#ifdef _MSC_VER
225
#pragma warning(pop)
226
#endif
227
#ifdef __GNUC__
228
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
229
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
230
#endif
231
#endif
232
#undef EXPORTLIBRARY