NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_RibBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口的JA API头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_RibBuilder.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/Section.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
RibBuilder
;
38
}
39
class
Expression
;
40
namespace
Features
41
{
42
class
FeatureBuilder
;
43
}
44
class
ScCollector
;
45
class
Section
;
46
namespace
Features
47
{
48
class
_RibBuilderBuilder;
49
class
RibBuilderImpl;
85
class
NXOPENCPP_FEATURESEXPORT RibBuilder :
public
NXOpen::Features::FeatureBuilder
86
{
88
public
:
enum
RibTypes
89
{
90
RibTypesPerpendiculartoSectionPlane
,
91
RibTypesParalleltoSectionPlane
92
};
93
94
public
:
enum
RibThicknessOffsetOptions
95
{
96
RibThicknessOffsetOptionsSymmetric
,
97
RibThicknessOffsetOptionsAsymmetric
98
};
99
100
public
:
enum
RibCapGeometryOptions
101
{
102
RibCapGeometryOptionsFromSection
,
103
RibCapGeometryOptionsFromSelected
104
};
105
106
public
:
enum
RibDraftOptions
107
{
108
RibDraftOptionsNone
,
109
RibDraftOptionsFromCap
110
};
111
private
:
RibBuilderImpl
* m_ribbuilder_impl;
112
private
:
friend
class
_RibBuilderBuilder;
113
protected
:
RibBuilder
();
114
public
:
~RibBuilder
();
118
public
:
NXOpen::ScCollector
*
TargetBody
119
(
120
);
124
public
:
NXOpen::Section
*
Section
125
(
126
);
130
public
:
NXOpen::Features::RibBuilder::RibTypes
RibType
131
(
132
);
136
public
:
void
SetRibType
137
(
138
NXOpen::Features::RibBuilder::RibTypes
ribType
139
);
143
public
:
bool
ReverseRibDirection
144
(
145
);
149
public
:
void
SetReverseRibDirection
150
(
151
bool
reverseRibDirection
152
);
156
public
:
NXOpen::Features::RibBuilder::RibThicknessOffsetOptions
RibThicknessOffsetOption
157
(
158
);
162
public
:
void
SetRibThicknessOffsetOption
163
(
164
NXOpen::Features::RibBuilder::RibThicknessOffsetOptions
ribThicknessOffsetOption
165
);
169
public
:
NXOpen::Expression
*
RibThickness
170
(
171
);
175
public
:
bool
ReverseThicknessDirection
176
(
177
);
181
public
:
void
SetReverseThicknessDirection
182
(
183
bool
reverseThicknessDirection
184
);
188
public
:
bool
CombineRibWithTarget
189
(
190
);
194
public
:
void
SetCombineRibWithTarget
195
(
196
bool
combineRibWithTarget
197
);
201
public
:
NXOpen::Features::RibBuilder::RibCapGeometryOptions
RibCapGeometryOption
202
(
203
);
207
public
:
void
SetRibCapGeometryOption
208
(
209
NXOpen::Features::RibBuilder::RibCapGeometryOptions
ribCapGeometryOption
210
);
214
public
:
NXOpen::ScCollector
*
CappingFaces
215
(
216
);
220
public
:
NXOpen::Expression
*
RibCapOffset
221
(
222
);
226
public
:
bool
ReverseOffsetDirection
227
(
228
);
232
public
:
void
SetReverseOffsetDirection
233
(
234
bool
reverseOffsetDirection
235
);
239
public
:
NXOpen::Features::RibBuilder::RibDraftOptions
RibDraftOption
240
(
241
);
245
public
:
void
SetRibDraftOption
246
(
247
NXOpen::Features::RibBuilder::RibDraftOptions
ribDraftOption
248
);
252
public
:
NXOpen::Expression
*
DraftAngle
253
(
254
);
255
};
256
}
257
}
258
#ifdef _MSC_VER
259
#pragma warning(pop)
260
#endif
261
#ifdef __GNUC__
262
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
263
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
264
#endif
265
#endif
266
#undef EXPORTLIBRARY