NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_SmoothSplineBuilder.hxx
1
//--------------------------------------------------------------------------
2
// 版权所有 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_SmoothSplineBuilder.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_Continuity.hxx>
22
#include <NXOpen/GeometricUtilities_CurveRangeBuilder.hxx>
23
#include <NXOpen/Features_FeatureBuilder.hxx>
24
#include <NXOpen/SelectObject.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
SmoothSplineBuilder
;
38
}
39
namespace
Features
40
{
41
class
FeatureBuilder
;
42
}
43
namespace
GeometricUtilities
44
{
45
class
Continuity
;
46
}
47
namespace
GeometricUtilities
48
{
49
class
CurveRangeBuilder
;
50
}
51
class
SelectCurve
;
52
namespace
Features
53
{
54
class
_SmoothSplineBuilderBuilder;
55
class
SmoothSplineBuilderImpl;
76
class
NXOPENCPP_FEATURESEXPORT SmoothSplineBuilder :
public
NXOpen::Features::FeatureBuilder
77
{
79
public
:
enum
Types
80
{
81
TypesCurvature
,
82
TypesCurvatureVariation
83
};
84
private
:
SmoothSplineBuilderImpl
* m_smoothsplinebuilder_impl;
85
private
:
friend
class
_SmoothSplineBuilderBuilder;
86
protected
:
SmoothSplineBuilder
();
87
public
:
~SmoothSplineBuilder
();
91
public
:
NXOpen::SelectCurve
*
Curve
92
(
93
);
97
public
:
NXOpen::GeometricUtilities::CurveRangeBuilder
*
CurveRange
98
(
99
);
103
public
:
NXOpen::GeometricUtilities::Continuity
*
StartConstraint
104
(
105
);
109
public
:
NXOpen::GeometricUtilities::Continuity
*
EndConstraint
110
(
111
);
115
public
:
int
SmoothingFactor
116
(
117
);
121
public
:
void
SetSmoothingFactor
122
(
123
int
smoothingFactor
124
);
128
public
:
int
ModificationPercentage
129
(
130
);
134
public
:
void
SetModificationPercentage
135
(
136
int
modificationPercentage
137
);
141
public
:
NXOpen::Features::SmoothSplineBuilder::Types
Type
142
(
143
);
147
public
:
void
SetType
148
(
149
NXOpen::Features::SmoothSplineBuilder::Types
type
150
);
151
};
152
}
153
}
154
#ifdef _MSC_VER
155
#pragma warning(pop)
156
#endif
157
#ifdef __GNUC__
158
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
159
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
160
#endif
161
#endif
162
#undef EXPORTLIBRARY