NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_ExtendSheetBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_ExtendSheetBuilder.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
ExtendSheetBuilder
;
37
}
38
class
Expression
;
39
namespace
Features
40
{
41
class
FeatureBuilder
;
42
}
43
class
ScCollector
;
44
namespace
Features
45
{
46
class
_ExtendSheetBuilderBuilder;
47
class
ExtendSheetBuilderImpl;
77
class
NXOPENCPP_FEATURESEXPORT ExtendSheetBuilder :
public
NXOpen::Features::FeatureBuilder
78
{
80
public
:
enum
Limit
81
{
82
LimitOffset
,
83
LimitUntilSelected
84
};
85
86
public
:
enum
SurfaceShape
87
{
88
SurfaceShapeNaturalCurvature
,
89
SurfaceShapeNaturalTangent
,
90
SurfaceShapeMirrored
91
};
92
93
public
:
enum
SideEdgeShape
94
{
95
SideEdgeShapeAutomatic
,
96
SideEdgeShapeTangent
,
97
SideEdgeShapeOrthogonal
98
};
99
100
public
:
enum
BodyOutput
101
{
102
BodyOutputExtendOriginalSheet
,
103
BodyOutputExtendasNewFace
,
104
BodyOutputExtendasNewSheet
105
};
106
private
:
ExtendSheetBuilderImpl
* m_extendsheetbuilder_impl;
107
private
:
friend
class
_ExtendSheetBuilderBuilder;
108
protected
:
ExtendSheetBuilder
();
109
public
:
~ExtendSheetBuilder
();
113
public
:
NXOpen::ScCollector
*
TargetBoundaryEdges
114
(
115
);
119
public
:
NXOpen::Features::ExtendSheetBuilder::Limit
LimitMethod
120
(
121
);
125
public
:
void
SetLimitMethod
126
(
127
NXOpen::Features::ExtendSheetBuilder::Limit
limitMethod
128
);
132
public
:
NXOpen::Expression
*
Offset
133
(
134
);
138
public
:
NXOpen::ScCollector
*
LimitTools
139
(
140
);
144
public
:
NXOpen::Features::ExtendSheetBuilder::SurfaceShape
SurfaceShapeOption
145
(
146
);
150
public
:
void
SetSurfaceShapeOption
151
(
152
NXOpen::Features::ExtendSheetBuilder::SurfaceShape
surfaceShapeOption
153
);
157
public
:
NXOpen::Features::ExtendSheetBuilder::SideEdgeShape
SideEdgeShapeOption
158
(
159
);
163
public
:
void
SetSideEdgeShapeOption
164
(
165
NXOpen::Features::ExtendSheetBuilder::SideEdgeShape
sideEdgeShapeOption
166
);
170
public
:
NXOpen::Features::ExtendSheetBuilder::BodyOutput
BodyOutputOption
171
(
172
);
176
public
:
void
SetBodyOutputOption
177
(
178
NXOpen::Features::ExtendSheetBuilder::BodyOutput
bodyOutputOption
179
);
183
public
:
bool
CopyOriginal
184
(
185
);
189
public
:
void
SetCopyOriginal
190
(
191
bool
copyOriginal
192
);
196
public
:
double
DistanceTolerance
197
(
198
);
202
public
:
void
SetDistanceTolerance
203
(
204
double
tolerance
205
);
209
public
:
void
ReverseExtensionSide
210
(
211
);
212
};
213
}
214
}
215
#ifdef _MSC_VER
216
#pragma warning(pop)
217
#endif
218
#ifdef __GNUC__
219
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
220
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
221
#endif
222
#endif
223
#undef EXPORTLIBRARY