NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_DamperBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_DamperBuilder.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/Motion.hxx>
23#include <NXOpen/Motion_ConnectorBuilder.hxx>
24#include <NXOpen/Motion_ConnectorBuilder.hxx>
25#include <NXOpen/SelectObject.hxx>
26#include <NXOpen/libnxopencpp_motion_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
34namespace NXOpen
35{
36 namespace Motion
37 {
38 class DamperBuilder;
39 }
40 namespace CAE
41 {
42 class Function;
43 }
44 class Expression;
45 namespace Motion
46 {
47 class ConnectorBuilder;
48 }
49 namespace Motion
50 {
51 class SelectFieldData;
52 }
53 namespace Motion
54 {
55 class _DamperBuilderBuilder;
56 class DamperBuilderImpl;
62 class NXOPENCPP_MOTIONEXPORT DamperBuilder : public NXOpen::Motion::ConnectorBuilder
63 {
64 private: DamperBuilderImpl * m_damperbuilder_impl;
65 private: friend class _DamperBuilderBuilder;
66 protected: DamperBuilder();
67 public: ~DamperBuilder();
72 (
73 );
78 (
80 );
85 (
86 );
91 (
93 );
98 (
99 );
104 (
106 );
111 (
112 );
117 (
119 );
124 (
125 );
130 (
132 );
137 (
138 );
143 (
144 NXOpen::CAE::Function * function
145 );
150 (
151 );
155 public: void SetName
156 (
157 const NXString & name
158 );
163 (
164 const char * name
165 );
170 (
171 );
176 (
177 );
182 (
183 );
188 (
189 bool customizedSolver
190 );
195 (
196 );
201 (
203 );
208 (
209 );
213 public: bool ShowVisualization
214 (
215 );
220 (
221 bool showVisualization
222 );
227 (
228 );
233 (
234 );
235 };
236 }
237}
238#ifdef _MSC_VER
239#pragma warning(pop)
240#endif
241#ifdef __GNUC__
242#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
243#pragma GCC diagnostic warning "-Wdeprecated-declarations"
244#endif
245#endif
246#undef EXPORTLIBRARY