NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_ThickenBuilder.hxx
1
//--------------------------------------------------------------------------
2
// 版权所有 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API C++接口的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_ThickenBuilder.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/GeometricUtilities_BooleanOperation.hxx>
23
#include <NXOpen/Features_FeatureBuilder.hxx>
24
#include <NXOpen/ObjectList.hxx>
25
#include <NXOpen/ScCollector.hxx>
26
#include <NXOpen/Section.hxx>
27
#include <NXOpen/libnxopencpp_features_exports.hxx>
28
#ifdef _MSC_VER
29
#pragma warning(push)
30
#pragma warning(disable:4996)
31
#endif
32
#ifdef __GNUC__
33
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
34
#endif
35
namespace
NXOpen
36
{
37
namespace
Features
38
{
39
class
ThickenBuilder
;
40
}
41
class
Expression
;
42
namespace
Features
43
{
44
class
FeatureBuilder
;
45
}
46
namespace
GeometricUtilities
47
{
48
class
BooleanOperation
;
49
}
50
namespace
GeometricUtilities
51
{
52
class
TwoExpressionsSectionSetList
;
53
}
54
class
ScCollector
;
55
class
Section
;
56
namespace
Features
57
{
58
class
_ThickenBuilderBuilder;
59
class
ThickenBuilderImpl;
91
class
NXOPENCPP_FEATURESEXPORT ThickenBuilder :
public
NXOpen::Features::FeatureBuilder
92
{
93
private
:
ThickenBuilderImpl
* m_thickenbuilder_impl;
94
private
:
friend
class
_ThickenBuilderBuilder;
95
protected
: ThickenBuilder();
96
public
: ~ThickenBuilder();
101
public
:
NXOpen::ScCollector
*
FaceCollector
102
(
103
);
111
public
:
NXOpen::Expression
*
FirstOffset
112
(
113
);
118
public
:
bool
ReverseDirection
119
(
120
);
125
public
:
void
SetReverseDirection
126
(
127
bool
reverseDirection
128
);
133
public
:
NXOpen::Expression
*
SecondOffset
134
(
135
);
140
public
:
NXOpen::Section
*
RegionToPierce
141
(
142
);
147
public
:
NXOpen::GeometricUtilities::TwoExpressionsSectionSetList
*
RegionSectionList
148
(
149
);
154
public
:
NXOpen::GeometricUtilities::BooleanOperation
*
BooleanOperation
155
(
156
);
164
public
:
bool
ApproximateOffset
165
(
166
);
174
public
:
void
SetApproximateOffset
175
(
176
bool
approximateOffset
177
);
183
public
:
bool
RemoveGashes
184
(
185
);
191
public
:
void
SetRemoveGashes
192
(
193
bool
removeGashes
194
);
199
public
:
double
Tolerance
200
(
201
);
206
public
:
void
SetTolerance
207
(
208
double
tolerance
209
);
210
};
211
}
212
}
213
#ifdef _MSC_VER
214
#pragma warning(pop)
215
#endif
216
#ifdef __GNUC__
217
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
218
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
219
#endif
220
#endif
221
#undef EXPORTLIBRARY