NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
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
33namespace NXOpen
34{
35 namespace DesignSimulation
36 {
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 {
74 };
75 private: ConnectionBuilderImpl * m_connectionbuilder_impl;
76 private: friend class _ConnectionBuilderBuilder;
77 protected: ConnectionBuilder();
78 public: ~ConnectionBuilder();
83 (
84 );
88 public: void SetConnectionName
89 (
90 const NXString & connectionName
91 );
96 (
97 const char * connectionName
98 );
103 (
104 );
109 (
110 );
115 (
116 );
121 (
122 );
127 (
128 );
133 (
134 );
139 (
140 );
144 public: void SetType
145 (
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