NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_AnalyzePocketBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_AnalyzePocketBuilder.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
AnalyzePocketBuilder
;
37
}
38
class
Expression
;
39
namespace
Features
40
{
41
class
FeatureBuilder
;
42
}
43
class
ScCollector
;
44
namespace
Features
45
{
46
class
_AnalyzePocketBuilderBuilder;
47
class
AnalyzePocketBuilderImpl;
84
class
NXOPENCPP_FEATURESEXPORT AnalyzePocketBuilder :
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
:
AnalyzePocketBuilderImpl
* m_analyzepocketbuilder_impl;
104
private
:
friend
class
_AnalyzePocketBuilderBuilder;
105
protected
:
AnalyzePocketBuilder
();
106
public
:
~AnalyzePocketBuilder
();
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::Features::AnalyzePocketBuilder::ToolTypes
ToolType
137
(
138
);
142
public
:
void
SetToolType
143
(
144
NXOpen::Features::AnalyzePocketBuilder::ToolTypes
toolType
145
);
149
public
:
NXOpen::Expression
*
Diameter
150
(
151
);
155
public
:
NXOpen::Expression
*
LowerRadius
156
(
157
);
161
public
:
NXOpen::Expression
*
UpperRadius
162
(
163
);
167
public
:
NXOpen::Expression
*
NeckDiameter
168
(
169
);
173
public
:
NXOpen::Expression
*
FluteLength
174
(
175
);
179
public
:
bool
UndercutsChecker
180
(
181
);
185
public
:
void
SetUndercutsChecker
186
(
187
bool
undercutsChecker
188
);
192
public
:
bool
AcutelyAngledWallsChecker
193
(
194
);
198
public
:
void
SetAcutelyAngledWallsChecker
199
(
200
bool
acutelyAngledWallsChecker
201
);
205
public
:
bool
InaccessibleAreasChecker
206
(
207
);
211
public
:
void
SetInaccessibleAreasChecker
212
(
213
bool
inaccessibleAreasChecker
214
);
215
};
216
}
217
}
218
#ifdef _MSC_VER
219
#pragma warning(pop)
220
#endif
221
#ifdef __GNUC__
222
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
223
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
224
#endif
225
#endif
226
#undef EXPORTLIBRARY