NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_MoveFaceBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口的JA API头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_MoveFaceBuilder.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/ModlDirect_SelectBlend.hxx>
23
#include <NXOpen/Features_FeatureBuilder.hxx>
24
#include <NXOpen/ScCollector.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
MoveFaceBuilder
;
38
}
39
class
Axis
;
40
class
Direction
;
41
class
Expression
;
42
namespace
Features
43
{
44
class
FeatureBuilder
;
45
}
46
namespace
ModlDirect
47
{
48
class
SelectBlend
;
49
}
50
class
Point
;
51
class
ScCollector
;
52
namespace
Features
53
{
54
class
_MoveFaceBuilderBuilder;
55
class
MoveFaceBuilderImpl;
73
class
NXOPENCPP_FEATURESEXPORT MoveFaceBuilder :
public
NXOpen::Features::FeatureBuilder
74
{
76
public
:
enum
Types
77
{
78
TypesTranslateDirectionAndDistance
,
79
TypesTranslateBetweenTwoPoints
,
80
TypesRotateAboutAxis
,
81
TypesRotateBetweenTwoAxes
82
};
83
private
:
MoveFaceBuilderImpl
* m_movefacebuilder_impl;
84
private
:
friend
class
_MoveFaceBuilderBuilder;
85
protected
:
MoveFaceBuilder
();
86
public
:
~MoveFaceBuilder
();
90
public
:
NXOpen::Features::MoveFaceBuilder::Types
Type
91
(
92
);
96
public
:
void
SetType
97
(
98
NXOpen::Features::MoveFaceBuilder::Types
moveType
99
);
103
public
:
NXOpen::ScCollector
*
MoveFaceCollector
104
(
105
);
109
public
:
NXOpen::Point
*
FromPoint
110
(
111
);
115
public
:
void
SetFromPoint
116
(
117
NXOpen::Point
* fromPoint
118
);
122
public
:
NXOpen::Point
*
ToPoint
123
(
124
);
128
public
:
void
SetToPoint
129
(
130
NXOpen::Point
* toPoint
131
);
135
public
:
NXOpen::Direction
*
FromVector
136
(
137
);
141
public
:
void
SetFromVector
142
(
143
NXOpen::Direction
* fromVector
144
);
148
public
:
NXOpen::Point
*
PivotPoint
149
(
150
);
154
public
:
void
SetPivotPoint
155
(
156
NXOpen::Point
* pivotPoint
157
);
161
public
:
NXOpen::Direction
*
ToVector
162
(
163
);
167
public
:
void
SetToVector
168
(
169
NXOpen::Direction
* toVector
170
);
174
public
:
NXOpen::ModlDirect::SelectBlend
*
BlendFaces
175
(
176
);
180
public
:
NXOpen::Direction
*
Direction
181
(
182
);
186
public
:
void
SetDirection
187
(
188
NXOpen::Direction
* direction
189
);
193
public
:
NXOpen::Expression
*
Distance
194
(
195
);
199
public
:
NXOpen::Axis
*
Axis
200
(
201
);
205
public
:
void
SetAxis
206
(
207
NXOpen::Axis
* axis
208
);
212
public
:
NXOpen::Expression
*
Angle
213
(
214
);
218
public
:
bool
Copy
219
(
220
);
224
public
:
void
SetCopy
225
(
226
bool
copyOption
227
);
228
};
229
}
230
}
231
#ifdef _MSC_VER
232
#pragma warning(pop)
233
#endif
234
#ifdef __GNUC__
235
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
236
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
237
#endif
238
#endif
239
#undef EXPORTLIBRARY