NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_CopyFaceBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_CopyFaceBuilder.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_FaceRecognitionBuilder.hxx>
22
#include <NXOpen/GeometricUtilities_ModlMotion.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
CopyFaceBuilder
;
38
}
39
namespace
Features
40
{
41
class
FaceRecognitionBuilder
;
42
}
43
namespace
Features
44
{
45
class
FeatureBuilder
;
46
}
47
namespace
GeometricUtilities
48
{
49
class
ModlMotion
;
50
}
51
class
SelectBody
;
52
namespace
Features
53
{
54
class
_CopyFaceBuilderBuilder;
55
class
CopyFaceBuilderImpl;
133
class
NXOPENCPP_FEATURESEXPORT CopyFaceBuilder :
public
NXOpen::Features::FeatureBuilder
134
{
135
private
:
CopyFaceBuilderImpl
* m_copyfacebuilder_impl;
136
private
:
friend
class
_CopyFaceBuilderBuilder;
137
protected
: CopyFaceBuilder();
138
public
: ~CopyFaceBuilder();
142
public
:
NXOpen::Features::FaceRecognitionBuilder
*
FaceToCopy
143
(
144
);
148
public
:
NXOpen::GeometricUtilities::ModlMotion
*
Motion
149
(
150
);
154
public
:
bool
DoPaste
155
(
156
);
160
public
:
void
SetDoPaste
161
(
162
bool
doPaste
163
);
168
public
:
NXOpen::SelectBody
*
TargetBody
169
(
170
);
175
public
:
bool
ReverseDirection
176
(
177
);
182
public
:
void
SetReverseDirection
183
(
184
bool
reverseDirection
185
);
186
};
187
}
188
}
189
#ifdef _MSC_VER
190
#pragma warning(pop)
191
#endif
192
#ifdef __GNUC__
193
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
194
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
195
#endif
196
#endif
197
#undef EXPORTLIBRARY