NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_OffsetEmbossBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口的JA API头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_OffsetEmbossBuilder.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/Features_FeatureBuilder.hxx>
23
#include <NXOpen/ScCollector.hxx>
24
#include <NXOpen/Section.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
OffsetEmbossBuilder
;
38
}
39
class
Expression
;
40
namespace
Features
41
{
42
class
FeatureBuilder
;
43
}
44
class
Point
;
45
class
ScCollector
;
46
class
Section
;
47
namespace
Features
48
{
49
class
_OffsetEmbossBuilderBuilder;
50
class
OffsetEmbossBuilderImpl;
57
class
NXOPENCPP_FEATURESEXPORT OffsetEmbossBuilder :
public
NXOpen::Features::FeatureBuilder
58
{
62
public
:
enum
Types
63
{
64
TypesCurve
,
65
TypesPoint
66
};
67
private
:
OffsetEmbossBuilderImpl
* m_offsetembossbuilder_impl;
68
private
:
friend
class
_OffsetEmbossBuilderBuilder;
69
protected
:
OffsetEmbossBuilder
();
70
public
:
~OffsetEmbossBuilder
();
75
public
:
NXOpen::Features::OffsetEmbossBuilder::Types
Type
76
(
77
);
82
public
:
void
SetType
83
(
84
NXOpen::Features::OffsetEmbossBuilder::Types
type
85
);
90
public
:
NXOpen::ScCollector
*
Target
91
(
92
);
97
public
:
void
SetTarget
98
(
99
NXOpen::ScCollector
* target
100
);
105
public
:
NXOpen::Section
*
CenterLine
106
(
107
);
112
public
:
NXOpen::Point
*
CenterPoint
113
(
114
);
119
public
:
void
SetCenterPoint
120
(
121
NXOpen::Point
* point
122
);
129
public
:
NXOpen::Expression
*
SideOffset
130
(
131
);
137
public
:
NXOpen::Expression
*
HeightOffset
138
(
139
);
145
public
:
bool
ReverseDirection
146
(
147
);
153
public
:
void
SetReverseDirection
154
(
155
bool
direction
156
);
162
public
:
NXOpen::Expression
*
RightWidth
163
(
164
);
170
public
:
NXOpen::Expression
*
LeftWidth
171
(
172
);
177
public
:
NXOpen::Expression
*
TopDistance
178
(
179
);
184
public
:
NXOpen::Expression
*
BottomDistance
185
(
186
);
191
public
:
double
DistanceTolerance
192
(
193
);
198
public
:
void
SetDistanceTolerance
199
(
200
double
distanceTolerance
201
);
206
public
:
double
AngleTolerance
207
(
208
);
213
public
:
void
SetAngleTolerance
214
(
215
double
angleTolerance
216
);
217
};
218
}
219
}
220
#ifdef _MSC_VER
221
#pragma warning(pop)
222
#endif
223
#ifdef __GNUC__
224
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
225
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
226
#endif
227
#endif
228
#undef EXPORTLIBRARY