NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
DesignSimulation_ConnectionBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// DesignSimulation_ConnectionBuilder.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/Builder.hxx>
23
#include <NXOpen/ScCollector.hxx>
24
#include <NXOpen/SelectObject.hxx>
25
#include <NXOpen/libnxopencpp_designsimulation_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
DesignSimulation
36
{
37
class
ConnectionBuilder
;
38
}
39
class
Builder
;
40
class
Expression
;
41
class
ScCollector
;
42
class
SelectBody
;
43
namespace
DesignSimulation
44
{
45
class
_ConnectionBuilderBuilder;
46
class
ConnectionBuilderImpl;
67
class
NXOPENCPP_DESIGNSIMULATIONEXPORT ConnectionBuilder :
public
NXOpen::Builder
68
{
70
public
:
enum
Types
71
{
72
TypesBodyToBody
,
73
TypesFaceToFace
74
};
75
private
:
ConnectionBuilderImpl
* m_connectionbuilder_impl;
76
private
:
friend
class
_ConnectionBuilderBuilder;
77
protected
:
ConnectionBuilder
();
78
public
:
~ConnectionBuilder
();
82
public
:
NXString
ConnectionName
83
(
84
);
88
public
:
void
SetConnectionName
89
(
90
const
NXString
& connectionName
91
);
95
void
SetConnectionName
96
(
97
const
char
* connectionName
98
);
102
public
:
NXOpen::ScCollector
*
SelectFaces1
103
(
104
);
108
public
:
NXOpen::Expression
*
ShellOffset1
109
(
110
);
114
public
:
NXOpen::ScCollector
*
SelectFaces2
115
(
116
);
120
public
:
NXOpen::Expression
*
ShellOffset2
121
(
122
);
126
public
:
NXOpen::SelectBody
*
SelectBody1
127
(
128
);
132
public
:
NXOpen::SelectBody
*
SelectBody2
133
(
134
);
138
public
:
NXOpen::DesignSimulation::ConnectionBuilder::Types
Type
139
(
140
);
144
public
:
void
SetType
145
(
146
NXOpen::DesignSimulation::ConnectionBuilder::Types
type
147
);
151
public
:
bool
UserSetName
152
(
153
);
157
public
:
void
SetUserSetName
158
(
159
bool
userSetName
160
);
164
public
:
bool
AutoConnection
165
(
166
);
170
public
:
void
SetAutoConnection
171
(
172
bool
autoConnection
173
);
174
};
175
}
176
}
177
#ifdef _MSC_VER
178
#pragma warning(pop)
179
#endif
180
#ifdef __GNUC__
181
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
182
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
183
#endif
184
#endif
185
#undef EXPORTLIBRARY