NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_LinkMassProperty.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_LinkMassProperty.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/TaggedObject.hxx>
24#include <NXOpen/libnxopencpp_motion_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 Motion
35 {
36 class LinkMassProperty;
37 }
38 class CoordinateSystem;
39 class Expression;
40 class Point;
41 namespace Motion
42 {
43 class _LinkMassPropertyBuilder;
44 class LinkMassPropertyImpl;
49 class NXOPENCPP_MOTIONEXPORT LinkMassProperty : public NXOpen::TaggedObject
50 {
58 private: LinkMassPropertyImpl * m_linkmassproperty_impl;
59 private: friend class _LinkMassPropertyBuilder;
60 protected: LinkMassProperty();
61 public: ~LinkMassProperty();
66 (
67 );
71 public: void SetMassTypeOvrCtrl
72 (
74 );
79 (
80 );
84 public: void SetMassType
85 (
87 );
92 (
93 );
98 (
100 );
105 (
106 );
110 public: void SetMassCenter
111 (
112 NXOpen::Point * massCenter
113 );
118 (
119 );
124 (
126 );
131 (
132 );
136 public: void SetInertiaCsys
137 (
138 NXOpen::CoordinateSystem * inertiaCsys
139 );
144 (
145 );
150 (
152 );
157 (
158 );
163 (
164 );
169 (
171 );
176 (
177 );
182 (
183 );
188 (
190 );
195 (
196 );
201 (
202 );
207 (
209 );
214 (
215 );
220 (
221 );
226 (
228 );
233 (
234 );
239 (
240 );
245 (
247 );
252 (
253 );
258 (
259 );
264 (
266 );
271 (
272 );
277 (
278 );
283 (
284 );
289 (
290 );
295 (
296 );
301 (
302 );
307 (
308 );
313 (
314 );
319 (
320 );
325 (
326 );
331 (
332 );
337 (
338 );
339 };
340 }
341}
342#ifdef _MSC_VER
343#pragma warning(pop)
344#endif
345#ifdef __GNUC__
346#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
347#pragma GCC diagnostic warning "-Wdeprecated-declarations"
348#endif
349#endif
350#undef EXPORTLIBRARY