NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_LawExtensionBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_LawExtensionBuilder.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/GeometricUtilities_LawBuilder.hxx>
22
#include <NXOpen/GeometricUtilities_Rebuild.hxx>
23
#include <NXOpen/Features_FeatureBuilder.hxx>
24
#include <NXOpen/ScCollector.hxx>
25
#include <NXOpen/Section.hxx>
26
#include <NXOpen/libnxopencpp_features_exports.hxx>
27
#ifdef _MSC_VER
28
#pragma warning(push)
29
#pragma warning(disable:4996)
30
#endif
31
#ifdef __GNUC__
32
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33
#endif
34
namespace
NXOpen
35
{
36
namespace
Features
37
{
38
class
LawExtensionBuilder
;
39
}
40
class
Direction
;
41
namespace
Features
42
{
43
class
FeatureBuilder
;
44
}
45
namespace
GeometricUtilities
46
{
47
class
LawBuilder
;
48
}
49
namespace
GeometricUtilities
50
{
51
class
Rebuild
;
52
}
53
class
ScCollector
;
54
class
Section
;
55
namespace
Features
56
{
57
class
_LawExtensionBuilderBuilder;
58
class
LawExtensionBuilderImpl;
94
class
NXOPENCPP_FEATURESEXPORT LawExtensionBuilder :
public
NXOpen::Features::FeatureBuilder
95
{
97
public
:
enum
Types
98
{
99
TypesFaces
,
100
TypesVector
101
};
102
103
public
:
enum
OppositeSideExtensionOptions
104
{
105
OppositeSideExtensionOptionsNone
,
106
OppositeSideExtensionOptionsSymmetric
,
107
OppositeSideExtensionOptionsAsymmetric
108
};
109
private
:
LawExtensionBuilderImpl
* m_lawextensionbuilder_impl;
110
private
:
friend
class
_LawExtensionBuilderBuilder;
111
protected
:
LawExtensionBuilder
();
112
public
:
~LawExtensionBuilder
();
116
public
:
NXOpen::Features::LawExtensionBuilder::Types
Type
117
(
118
);
122
public
:
void
SetType
123
(
124
NXOpen::Features::LawExtensionBuilder::Types
type
125
);
129
public
:
NXOpen::Section
*
BaseProfile
130
(
131
);
136
public
:
NXOpen::ScCollector
*
Faces
137
(
138
);
143
public
:
bool
IsReferenceFaceNormalReversed
144
(
145
);
150
public
:
void
SetReferenceFaceNormalReversed
151
(
152
bool
reverseNormal
153
);
158
public
:
NXOpen::Direction
*
Vector
159
(
160
);
165
public
:
void
SetVector
166
(
167
NXOpen::Direction
* vector
168
);
172
public
:
NXOpen::GeometricUtilities::LawBuilder
*
LengthLaw
173
(
174
);
178
public
:
NXOpen::GeometricUtilities::LawBuilder
*
AngleLaw
179
(
180
);
184
public
:
NXOpen::Features::LawExtensionBuilder::OppositeSideExtensionOptions
OppositeSideExtensionOption
185
(
186
);
190
public
:
void
SetOppositeSideExtensionOption
191
(
192
NXOpen::Features::LawExtensionBuilder::OppositeSideExtensionOptions
oppositeSideExtension
193
);
199
public
:
NXOpen::GeometricUtilities::LawBuilder
*
OppositeSideLengthLaw
200
(
201
);
205
public
:
NXOpen::Section
*
Spine
206
(
207
);
211
public
:
bool
MergeFacesIfPossible
212
(
213
);
217
public
:
void
SetMergeFacesIfPossible
218
(
219
bool
mergeFacesIfPossible
220
);
224
public
:
NXOpen::GeometricUtilities::Rebuild
*
Rebuild
225
(
226
);
230
public
:
double
DistanceTolerance
231
(
232
);
236
public
:
void
SetDistanceTolerance
237
(
238
double
distanceTolerance
239
);
243
public
:
double
AngleTolerance
244
(
245
);
249
public
:
void
SetAngleTolerance
250
(
251
double
angleTolerance
252
);
253
};
254
}
255
}
256
#ifdef _MSC_VER
257
#pragma warning(pop)
258
#endif
259
#ifdef __GNUC__
260
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
261
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
262
#endif
263
#endif
264
#undef EXPORTLIBRARY