NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_LinkInitialVelocity.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// Motion_LinkInitialVelocity.ja
9//
10// Generated by:
11// apiwrap
12//
13// WARNING:
14// This file is automatically generated - do not edit by hand
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 {
37 }
38 class CoordinateSystem;
39 class Direction;
40 class Expression;
41 namespace Motion
42 {
43 class _LinkInitialVelocityBuilder;
44 class LinkInitialVelocityImpl;
49 class NXOPENCPP_MOTIONEXPORT LinkInitialVelocity : public NXOpen::TaggedObject
50 {
61 private: LinkInitialVelocityImpl * m_linkinitialvelocity_impl;
62 private: friend class _LinkInitialVelocityBuilder;
63 protected: LinkInitialVelocity();
64 public: ~LinkInitialVelocity();
68 public: bool TranslateEnable
69 (
70 );
74 public: void SetTranslateEnable
75 (
76 bool translateEnable
77 );
82 (
83 );
87 public: void SetTranslateVector
88 (
89 NXOpen::Direction * translateVector
90 );
94 public: bool RotateEnable
95 (
96 );
100 public: void SetRotateEnable
101 (
102 bool rotationEnable
103 );
108 (
109 );
113 public: void SetRotateType
114 (
116 );
121 (
122 );
126 public: void SetRotateVector
127 (
128 NXOpen::Direction * rotateVector
129 );
134 (
135 );
139 public: void SetRotateCsys
140 (
141 NXOpen::CoordinateSystem * rotateCsys
142 );
147 (
148 );
153 (
154 );
159 (
160 );
165 (
166 );
171 (
172 );
177 (
178 );
183 (
185 );
190 (
191 );
196 (
198 );
203 (
204 );
209 (
211 );
216 (
217 );
222 (
224 );
229 (
230 );
235 (
237 );
242 (
243 );
248 (
250 );
255 (
256 );
261 (
263 );
268 (
269 );
274 (
276 );
281 (
282 );
287 (
289 );
294 (
295 );
300 (
302 );
307 (
308 );
313 (
315 );
316 };
317 }
318}
319#ifdef _MSC_VER
320#pragma warning(pop)
321#endif
322#ifdef __GNUC__
323#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
324#pragma GCC diagnostic warning "-Wdeprecated-declarations"
325#endif
326#endif
327#undef EXPORTLIBRARY