NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Schematic_PreferencesConnectionBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Schematic_PreferencesConnectionBuilder.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/Diagramming_DataType.hxx>
22
#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
23
#include <NXOpen/TaggedObject.hxx>
24
#include <NXOpen/libnxopencpp_schematic_exports.hxx>
25
#ifdef _MSC_VER
26
#pragma warning(push)
27
#pragma warning(disable:4996)
28
#endif
29
#ifdef __GNUC__
30
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31
#endif
32
namespace
NXOpen
33
{
34
namespace
Schematic
35
{
36
class
PreferencesConnectionBuilder
;
37
}
38
namespace
GeometricUtilities
39
{
40
class
IComponentBuilder
;
41
}
42
namespace
Schematic
43
{
44
class
_PreferencesConnectionBuilderBuilder;
45
class
PreferencesConnectionBuilderImpl;
50
class
NXOPENCPP_SCHEMATICEXPORT PreferencesConnectionBuilder :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
51
{
52
private
:
PreferencesConnectionBuilderImpl
* m_preferencesconnectionbuilder_impl;
53
private
:
friend
class
_PreferencesConnectionBuilderBuilder;
54
protected
: PreferencesConnectionBuilder();
55
public
: ~PreferencesConnectionBuilder();
59
public
:
bool
AllowNonOrthogonalConnections
60
(
61
);
65
public
:
void
SetAllowNonOrthogonalConnections
66
(
67
bool
allowNonOrthogonal
68
);
72
public
:
double
MinimumSegmentLength
73
(
74
);
78
public
:
void
SetMinimumSegmentLength
79
(
80
double
length
81
);
85
public
:
NXOpen::Diagramming::DiagrammingJumpertype
JumperType
86
(
87
);
91
public
:
void
SetJumperType
92
(
93
NXOpen::Diagramming::DiagrammingJumpertype
jumperType
94
);
98
public
:
double
JumperGap
99
(
100
);
104
public
:
void
SetJumperGap
105
(
106
double
gap
107
);
111
public
:
bool
JumperPriorityUseLineType
112
(
113
);
117
public
:
void
SetJumperPriorityUseLineType
118
(
119
bool
useLineType
120
);
124
public
:
NXOpen::Diagramming::DiagrammingJumperprioritytype
JumperPriority
125
(
126
);
130
public
:
void
SetJumperPriority
131
(
132
NXOpen::Diagramming::DiagrammingJumperprioritytype
jumperPriorityType
133
);
137
public
:
double
SnapAngle
138
(
139
);
143
public
:
void
SetSnapAngle
144
(
145
double
angle
146
);
150
public
:
NXOpen::Diagramming::DiagrammingFlowdirectionarrowstyle
ArrowStyle
151
(
152
);
156
public
:
void
SetArrowStyle
157
(
158
NXOpen::Diagramming::DiagrammingFlowdirectionarrowstyle
style
159
);
163
public
:
double
ArrowSize
164
(
165
);
169
public
:
void
SetArrowSize
170
(
171
double
size
172
);
176
public
:
double
TeeSize
177
(
178
);
182
public
:
void
SetTeeSize
183
(
184
double
size
185
);
189
public
:
bool
UseDefaultTee
190
(
191
);
195
public
:
void
SetUseDefaultTee
196
(
197
bool
useDefaultTee
198
);
202
public
:
NXString
DefaultTeeSymbolId
203
(
204
);
208
public
:
void
SetDefaultTeeSymbolId
209
(
210
const
NXString
& symbolId
211
);
215
void
SetDefaultTeeSymbolId
216
(
217
const
char
* symbolId
218
);
223
public
:
NXString
DefaultTeeSymbolIdForPDM
224
(
225
);
230
public
:
void
SetDefaultTeeSymbolIdForPDM
231
(
232
const
NXString
& symbolId
233
);
238
void
SetDefaultTeeSymbolIdForPDM
239
(
240
const
char
* symbolId
241
);
245
public
:
bool
AllowBreakConnections
246
(
247
);
251
public
:
void
SetAllowBreakConnections
252
(
253
bool
allowBreakConnections
254
);
259
public
:
virtual
bool
Validate
260
(
261
);
262
};
263
}
264
}
265
#ifdef _MSC_VER
266
#pragma warning(pop)
267
#endif
268
#ifdef __GNUC__
269
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
270
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
271
#endif
272
#endif
273
#undef EXPORTLIBRARY