NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Weld_PlugSlotBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口至JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Weld_PlugSlotBuilder.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/Weld_CharacteristicsBuilder.hxx>
26
#include <NXOpen/libnxopencpp_weld_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
Weld
37
{
38
class
PlugSlotBuilder
;
39
}
40
class
Expression
;
41
class
Face
;
42
namespace
Features
43
{
44
class
FeatureBuilder
;
45
}
46
class
ScCollector
;
47
class
Section
;
48
namespace
Weld
49
{
50
class
CharacteristicsBuilder
;
51
}
52
namespace
Weld
53
{
54
class
_PlugSlotBuilderBuilder;
55
class
PlugSlotBuilderImpl;
80
class
NXOPENCPP_WELDEXPORT PlugSlotBuilder :
public
NXOpen::Features::FeatureBuilder
81
{
83
public
:
enum
EnumContour
84
{
85
EnumContourNone
,
86
EnumContourConvex
,
87
EnumContourFlush
,
88
EnumContourConcave
89
};
90
91
public
:
enum
ArcProcessEnum
92
{
93
ArcProcessEnumGmaw
,
94
ArcProcessEnumGtaw
,
95
ArcProcessEnumGtac
,
96
ArcProcessEnumSmaw
,
97
ArcProcessEnumPaw
98
};
99
private
:
PlugSlotBuilderImpl
* m_plugslotbuilder_impl;
100
private
:
friend
class
_PlugSlotBuilderBuilder;
101
protected
:
PlugSlotBuilder
();
102
public
:
~PlugSlotBuilder
();
106
public
:
NXOpen::ScCollector
*
Face1
107
(
108
);
112
public
:
NXOpen::ScCollector
*
Face2
113
(
114
);
118
public
:
NXOpen::Section
*
Edge1
119
(
120
);
124
public
:
NXOpen::Weld::PlugSlotBuilder::EnumContour
ContourType
125
(
126
);
130
public
:
void
SetContourType
131
(
132
NXOpen::Weld::PlugSlotBuilder::EnumContour
contourType
133
);
137
public
:
NXOpen::Expression
*
ContourHeight
138
(
139
);
143
public
:
NXOpen::Expression
*
ContourDepth
144
(
145
);
149
public
:
NXOpen::Weld::CharacteristicsBuilder
*
Characteristics
150
(
151
);
155
public
:
bool
AssignWeldPMI
156
(
157
);
161
public
:
void
SetAssignWeldPMI
162
(
163
bool
assignWeldPMI
164
);
168
public
:
bool
FieldWeld
169
(
170
);
174
public
:
void
SetFieldWeld
175
(
176
bool
fieldWeld
177
);
181
public
:
NXOpen::Face
*
SeedFace1
182
(
183
);
187
public
:
void
SetSeedFace1
188
(
189
NXOpen::Face
* seedFace1
190
);
194
public
:
NXOpen::Face
*
SeedFace2
195
(
196
);
200
public
:
void
SetSeedFace2
201
(
202
NXOpen::Face
* seedFace2
203
);
204
};
205
}
206
}
207
#ifdef _MSC_VER
208
#pragma warning(pop)
209
#endif
210
#ifdef __GNUC__
211
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
212
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
213
#endif
214
#endif
215
#undef EXPORTLIBRARY