NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_PatchOpeningsBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_PatchOpeningsBuilder.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/Die_DieLimitsBuilder.hxx>
22
#include <NXOpen/Expression.hxx>
23
#include <NXOpen/Features_FeatureBuilder.hxx>
24
#include <NXOpen/ScCollector.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
PatchOpeningsBuilder
;
38
}
39
namespace
Die
40
{
41
class
DieLimitsBuilder
;
42
}
43
class
Expression
;
44
namespace
Features
45
{
46
class
FeatureBuilder
;
47
}
48
class
NXObject
;
49
class
Point
;
50
class
ScCollector
;
51
namespace
Features
52
{
53
class
_PatchOpeningsBuilderBuilder;
54
class
PatchOpeningsBuilderImpl;
61
class
NXOPENCPP_FEATURESEXPORT PatchOpeningsBuilder :
public
NXOpen::Features::FeatureBuilder
62
{
64
public
:
enum
Types
65
{
66
TypesQuilted
,
67
TypesNSided
,
68
TypesMesh
,
69
TypesByDeletingEdges
,
70
TypesExtension
,
71
TypesNotch
,
72
TypesJoggle
,
73
TypesMoldWizard
,
74
TypesBySuppression
75
};
76
77
public
:
enum
OutputTypes
78
{
79
OutputTypesSingleFeature
,
80
OutputTypesMultipleFeatures
,
81
OutputTypesSew
82
};
83
private
:
PatchOpeningsBuilderImpl
* m_patchopeningsbuilder_impl;
84
private
:
friend
class
_PatchOpeningsBuilderBuilder;
85
protected
:
PatchOpeningsBuilder
();
86
public
:
~PatchOpeningsBuilder
();
90
public
:
NXOpen::Features::PatchOpeningsBuilder::Types
Type
91
(
92
);
96
public
:
void
SetType
97
(
98
NXOpen::Features::PatchOpeningsBuilder::Types
type
99
);
103
public
:
NXOpen::ScCollector
*
Faces
104
(
105
);
109
public
:
NXOpen::ScCollector
*
Openings
110
(
111
);
115
public
:
NXOpen::ScCollector
*
DividingCurves
116
(
117
);
121
public
:
NXOpen::Expression
*
Distance
122
(
123
);
127
public
:
NXOpen::Features::PatchOpeningsBuilder::OutputTypes
Output
128
(
129
);
133
public
:
void
SetOutput
134
(
135
NXOpen::Features::PatchOpeningsBuilder::OutputTypes
type
136
);
140
public
:
double
DistanceTolerance
141
(
142
);
146
public
:
void
SetDistanceTolerance
147
(
148
double
distTol
149
);
153
public
:
NXOpen::Die::DieLimitsBuilder
*
Limits
154
(
155
);
159
public
:
NXOpen::Expression
*
ShelfLength
160
(
161
);
165
public
:
NXOpen::Expression
*
ShelfRadius
166
(
167
);
171
public
:
NXOpen::Expression
*
CutoutLength
172
(
173
);
177
public
:
NXOpen::Expression
*
CutoutRadius
178
(
179
);
183
public
:
NXOpen::Point
*
ShelfPoint1
184
(
185
);
189
public
:
void
SetShelfPoint1
190
(
191
NXOpen::Point
* point
192
);
196
public
:
NXOpen::Point
*
ShelfPoint2
197
(
198
);
202
public
:
void
SetShelfPoint2
203
(
204
NXOpen::Point
* point
205
);
209
public
:
void
FindOpenings
210
(
211
bool
filterNoise
212
);
216
public
:
void
CreatePathFromOpening
217
(
218
std::vector<NXOpen::NXObject *> & objectArray ,
219
NXOpen::NXObject
** path
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