NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_MoveCurveBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_MoveCurveBuilder.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/Features_CurveFinderBuilder.hxx>
22
#include <NXOpen/GeometricUtilities_ModlMotion.hxx>
23
#include <NXOpen/Features_FeatureBuilder.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
MoveCurveBuilder
;
37
}
38
namespace
Features
39
{
40
class
CurveFinderBuilder
;
41
}
42
namespace
Features
43
{
44
class
FeatureBuilder
;
45
}
46
namespace
GeometricUtilities
47
{
48
class
ModlMotion
;
49
}
50
namespace
Features
51
{
52
class
_MoveCurveBuilderBuilder;
53
class
MoveCurveBuilderImpl;
161
class
NXOPENCPP_FEATURESEXPORT MoveCurveBuilder :
public
NXOpen::Features::FeatureBuilder
162
{
163
private
:
MoveCurveBuilderImpl
* m_movecurvebuilder_impl;
164
private
:
friend
class
_MoveCurveBuilderBuilder;
165
protected
: MoveCurveBuilder();
166
public
: ~MoveCurveBuilder();
170
public
:
NXOpen::Features::CurveFinderBuilder
*
CurveFinder
171
(
172
);
176
public
:
NXOpen::GeometricUtilities::ModlMotion
*
TransformMotion
177
(
178
);
182
public
:
double
DistanceTolerance
183
(
184
);
188
public
:
void
SetDistanceTolerance
189
(
190
double
distanceTolerance
191
);
195
public
:
int
SizeOption
196
(
197
);
201
public
:
void
SetSizeOption
202
(
203
int
sizeOption
204
);
208
public
:
int
KeepTangent
209
(
210
);
214
public
:
void
SetKeepTangent
215
(
216
int
keepTangent
217
);
221
public
:
bool
KeepOrthogonal
222
(
223
);
227
public
:
void
SetKeepOrthogonal
228
(
229
bool
keepOrthogonal
230
);
231
};
232
}
233
}
234
#ifdef _MSC_VER
235
#pragma warning(pop)
236
#endif
237
#ifdef __GNUC__
238
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
239
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
240
#endif
241
#endif
242
#undef EXPORTLIBRARY