NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_ControlOutputBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_ControlOutputBuilder.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/Motion.hxx>
22#include <NXOpen/Motion_LinkAttachmentData.hxx>
23#include <NXOpen/Motion_MotionBuilder.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 {
38 }
39 namespace Motion
40 {
42 }
43 namespace Motion
44 {
45 class MotionBuilder;
46 }
47 namespace Motion
48 {
50 }
51 namespace Motion
52 {
53 class SelectJoint;
54 }
55 namespace Motion
56 {
57 class SelectLink;
58 }
59 namespace Motion
60 {
61 class _ControlOutputBuilderBuilder;
62 class ControlOutputBuilderImpl;
84 class NXOPENCPP_MOTIONEXPORT ControlOutputBuilder : public NXOpen::Motion::MotionBuilder
85 {
94
103
110
116
130
137 private: ControlOutputBuilderImpl * m_controloutputbuilder_impl;
138 private: friend class _ControlOutputBuilderBuilder;
139 protected: ControlOutputBuilder();
140public: ~ControlOutputBuilder();
145 (
146 );
150 public: void SetOutputType
151 (
153 );
158 (
159 );
164 (
165 );
170 (
171 );
176 (
177 );
182 (
183 );
187 public: void SetVariable
188 (
190 );
195 (
196 );
200 public: void SetDirection
201 (
203 );
208 (
209 );
213 public: void SetApplication
214 (
216 );
221 (
222 );
227 (
229 );
234 (
235 );
240 (
242 );
247 (
248 );
253 (
254 );
258 public: void SetName
259 (
260 const NXString & name
261 );
266 (
267 const char * name
268 );
273 (
274 );
279 (
281 );
286 (
287 );
292 (
294 );
299 (
300 );
305 (
306 );
311 (
312 );
317 (
318 );
323 (
325 );
330 (
331 );
336 (
338 );
343 (
344 );
349 (
351 );
352 };
353 }
354}
355#ifdef _MSC_VER
356#pragma warning(pop)
357#endif
358#ifdef __GNUC__
359#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
360#pragma GCC diagnostic warning "-Wdeprecated-declarations"
361#endif
362#endif
363#undef EXPORTLIBRARY