NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_JointFrictionAdams.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口的JA API头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_JointFrictionAdams.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/TaggedObject.hxx>
23#include <NXOpen/libnxopencpp_motion_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
33 namespace Motion
34 {
36 }
37 class Expression;
38 namespace Motion
39 {
40 class _JointFrictionAdamsBuilder;
41 class JointFrictionAdamsImpl;
45 class NXOPENCPP_MOTIONEXPORT JointFrictionAdams : public NXOpen::TaggedObject
46 {
54
60
67 private: JointFrictionAdamsImpl * m_jointfrictionadams_impl;
68 private: friend class _JointFrictionAdamsBuilder;
69 protected: JointFrictionAdams();
70 public: ~JointFrictionAdams();
75 (
76 );
80 public: void SetEffect
81 (
83 );
87 public: bool Preload
88 (
89 );
93 public: void SetPreload
94 (
95 bool preload
96 );
100 public: bool ReactionForce
101 (
102 );
106 public: void SetReactionForce
107 (
108 bool reactionForce
109 );
113 public: bool BendMoment
114 (
115 );
119 public: void SetBendMoment
120 (
121 bool bendMoment
122 );
126 public: bool TorsionalMoment
127 (
128 );
133 (
134 bool torsionalMoment
135 );
139 public: bool StaticEqu
140 (
141 );
145 public: void SetStaticEqu
146 (
147 bool staticEqu
148 );
153 (
154 );
158 public: void SetYokeType
159 (
161 );
166 (
167 );
171 public: void SetOverlapDelta
172 (
174 );
179 (
180 );
185 (
186 );
191 (
192 );
197 (
198 );
203 (
204 );
209 (
210 );
215 (
216 );
221 (
222 );
227 (
228 );
233 (
234 );
239 (
240 );
245 (
246 );
247 };
248 }
249}
250#ifdef _MSC_VER
251#pragma warning(pop)
252#endif
253#ifdef __GNUC__
254#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
255#pragma GCC diagnostic warning "-Wdeprecated-declarations"
256#endif
257#endif
258#undef EXPORTLIBRARY