NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_VObject.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_VObject.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/SelectObject.hxx>
25#include <NXOpen/libnxopencpp_motion_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 Motion
36 {
37 class VObject;
38 }
39 namespace CAE
40 {
41 class Function;
42 }
43 class CoordinateSystem;
44 class Direction;
45 class Expression;
46 namespace Motion
47 {
48 class SelectFieldData;
49 }
50 namespace Motion
51 {
52 class SelectLink;
53 }
54 class Point;
55 namespace Motion
56 {
63
69 }
70 namespace Motion
71 {
72 class _VObjectBuilder;
73 class VObjectImpl;
78 class NXOPENCPP_MOTIONEXPORT VObject : public NXOpen::TaggedObject
79 {
80 private: VObjectImpl * m_vobject_impl;
81 private: friend class _VObjectBuilder;
82 protected: VObject();
83 public: ~VObject();
88 (
89 );
93 public: void SetCsys
94 (
96 );
101 (
102 );
108 (
109 );
115 (
117 );
122 (
123 );
127 public: void SetOrigin
128 (
129 NXOpen::Point * origin
130 );
136 (
137 );
142 public: void SetOriginOvrCtrl
143 (
145 );
150 (
151 );
155 public: void SetDirection
156 (
157 NXOpen::Direction * direction
158 );
163 (
164 );
170 (
171 );
177 (
179 );
184 (
185 );
189 public: void SetReactionOrigin
190 (
191 NXOpen::Point * origin
192 );
198 (
199 );
205 (
207 );
212 (
213 );
219 (
220 );
226 (
228 );
233 (
234 );
239 (
240 NXOpen::Point * referencePoint
241 );
247 (
248 );
254 (
256 );
261 (
262 );
267 (
268 NXOpen::Direction * direction
269 );
275 (
276 );
282 (
284 );
289 (
290 );
294 public: void SetReferenceCsys
295 (
297 );
303 (
304 );
310 (
312 );
317 (
318 );
322 public: void SetValueType
323 (
325 );
330 (
331 );
336 (
338 );
343 (
344 );
348 public: void SetXValueType
349 (
351 );
356 (
357 );
361 public: void SetYValueType
362 (
364 );
369 (
370 );
374 public: void SetZValueType
375 (
377 );
382 (
383 );
387 public: void SetXFunction
388 (
389 NXOpen::CAE::Function * function
390 );
395 (
396 );
400 public: void SetYFunction
401 (
402 NXOpen::CAE::Function * function
403 );
408 (
409 );
413 public: void SetZFunction
414 (
415 NXOpen::CAE::Function * function
416 );
421 (
422 );
426 public: void SetMagFunction
427 (
428 NXOpen::CAE::Function * function
429 );
434 (
435 );
440 (
442 );
446 public: double DisplayScale
447 (
448 );
452 public: void SetDisplayScale
453 (
454 double displayScale
455 );
460 (
461 );
465 public: void SetName
466 (
467 const NXString & name
468 );
473 (
474 const char * name
475 );
480 (
481 );
486 (
487 );
492 (
493 );
498 (
499 );
504 (
505 );
510 (
511 );
516 (
517 );
522 (
523 );
524 };
525 }
526}
527#ifdef _MSC_VER
528#pragma warning(pop)
529#endif
530#ifdef __GNUC__
531#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
532#pragma GCC diagnostic warning "-Wdeprecated-declarations"
533#endif
534#endif
535#undef EXPORTLIBRARY