NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
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
32namespace NXOpen
33{
34 namespace Schematic
35 {
37 }
38 namespace GeometricUtilities
39 {
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();
60 (
61 );
66 (
67 bool allowNonOrthogonal
68 );
72 public: double MinimumSegmentLength
73 (
74 );
79 (
80 double length
81 );
86 (
87 );
91 public: void SetJumperType
92 (
94 );
98 public: double JumperGap
99 (
100 );
104 public: void SetJumperGap
105 (
106 double gap
107 );
112 (
113 );
118 (
119 bool useLineType
120 );
125 (
126 );
130 public: void SetJumperPriority
131 (
133 );
137 public: double SnapAngle
138 (
139 );
143 public: void SetSnapAngle
144 (
145 double angle
146 );
151 (
152 );
156 public: void SetArrowStyle
157 (
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 );
203 (
204 );
209 (
210 const NXString & symbolId
211 );
216 (
217 const char * symbolId
218 );
224 (
225 );
231 (
232 const NXString & symbolId
233 );
239 (
240 const char * symbolId
241 );
246 (
247 );
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