NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_FlowBlendBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_FlowBlendBuilder.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_SmoothRangeBuilder.hxx>
22
#include <NXOpen/Features_VariableRadiusPointsBuilder.hxx>
23
#include <NXOpen/Features_FeatureBuilder.hxx>
24
#include <NXOpen/ObjectList.hxx>
25
#include <NXOpen/ScCollector.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
FlowBlendBuilder
;
39
}
40
namespace
Features
41
{
42
class
FeatureBuilder
;
43
}
44
namespace
Features
45
{
46
class
SmoothRangeBuilder
;
47
}
48
namespace
Features
49
{
50
class
SmoothRangeBuilderList
;
51
}
52
namespace
Features
53
{
54
class
VariableRadiusPointsBuilder
;
55
}
56
namespace
Features
57
{
58
class
VariableRadiusPointsBuilderList
;
59
}
60
class
ScCollector
;
61
namespace
Features
62
{
63
class
_FlowBlendBuilderBuilder;
64
class
FlowBlendBuilderImpl;
82
class
NXOPENCPP_FEATURESEXPORT FlowBlendBuilder :
public
NXOpen::Features::FeatureBuilder
83
{
84
private
:
FlowBlendBuilderImpl
* m_flowblendbuilder_impl;
85
private
:
friend
class
_FlowBlendBuilderBuilder;
86
protected
: FlowBlendBuilder();
87
public
: ~FlowBlendBuilder();
91
public
:
NXOpen::ScCollector
*
EdgeToBlend
92
(
93
);
97
public
:
NXOpen::Features::VariableRadiusPointsBuilderList
*
ControlPoint
98
(
99
);
103
public
:
NXOpen::Features::VariableRadiusPointsBuilder
*
NewControlPoint
104
(
105
);
109
public
:
NXOpen::Features::SmoothRangeBuilderList
*
SmoothRange
110
(
111
);
115
public
:
NXOpen::Features::SmoothRangeBuilder
*
NewSmoothRange
116
(
117
);
122
public
:
NX_DEPRECATED
(
"Deprecated in NX10.0.1. This functionality is no longer supported."
) bool Trim
123
(
124
);
129
public:
NX_DEPRECATED
(
"Deprecated in NX10.0.1. This functionality is no longer supported."
)
void
SetTrim
130
(
131
bool
trim
132
);
136
public:
bool
Patch
137
(
138
);
142
public:
void
SetPatch
143
(
144
bool
patch
145
);
149
public:
bool
TrimInputFacesToExtendedRail
150
(
151
);
155
public:
void
SetTrimInputFacesToExtendedRail
156
(
157
bool
trimInputFacesToExtendedRail
158
);
162
public:
double
Tolerance
163
(
164
);
168
public:
void
SetTolerance
169
(
170
double
tolerance
171
);
172
};
173
}
174
}
175
#ifdef _MSC_VER
176
#pragma warning(pop)
177
#endif
178
#ifdef __GNUC__
179
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
180
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
181
#endif
182
#endif
183
#undef EXPORTLIBRARY