NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_EmbossTarget.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_EmbossTarget.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/TaggedObject.hxx>
22
#include <NXOpen/libnxopencpp_features_exports.hxx>
23
#ifdef _MSC_VER
24
#pragma warning(push)
25
#pragma warning(disable:4996)
26
#endif
27
#ifdef __GNUC__
28
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29
#endif
30
namespace
NXOpen
31
{
32
namespace
Features
33
{
34
class
EmbossTarget
;
35
}
36
class
Expression
;
37
class
ISurface
;
38
class
ScCollector
;
39
namespace
Features
40
{
41
class
_EmbossTargetBuilder;
42
class
EmbossTargetImpl;
67
class
NXOPENCPP_FEATURESEXPORT EmbossTarget :
public
NXOpen::TaggedObject
68
{
69
private
:
EmbossTargetImpl
* m_embosstarget_impl;
70
private
:
friend
class
_EmbossTargetBuilder;
71
protected
: EmbossTarget();
72
public
: ~EmbossTarget();
76
public
:
void
SetTargetFace
77
(
78
NXOpen::ScCollector
* targetFaceCollector
79
);
83
public
:
NXOpen::ScCollector
*
TargetFace
84
(
85
);
89
public
:
void
SetEndcapFace
90
(
91
NXOpen::ScCollector
* endcapFaceCollector
92
);
96
public
:
NXOpen::ScCollector
*
EndcapFace
97
(
98
);
102
public
:
void
SetEndcapPlane
103
(
104
NXOpen::ISurface
* endcapPlane
105
);
109
public
:
NXOpen::ISurface
*
EndcapPlane
110
(
111
);
115
public
:
void
SetDistance
116
(
117
const
NXString
& distance
118
);
122
void
SetDistance
123
(
124
const
char
* distance
125
);
129
public
:
NXOpen::Expression
*
Distance
130
(
131
);
135
public
:
void
SetFlipDirection
136
(
137
bool
dirFlip
138
);
142
public
:
bool
FlipDirection
143
(
144
);
145
};
146
}
147
}
148
#ifdef _MSC_VER
149
#pragma warning(pop)
150
#endif
151
#ifdef __GNUC__
152
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
153
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
154
#endif
155
#endif
156
#undef EXPORTLIBRARY