NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_ControlInputBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口至JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_ControlInputBuilder.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_ControlInputPortBuilder.hxx>
22#include <NXOpen/Motion_EntityPropTableBuilder.hxx>
23#include <NXOpen/ObjectList.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 namespace Motion
39 {
41 }
42 namespace Motion
43 {
45 }
46 namespace Motion
47 {
49 }
50 namespace Motion
51 {
52 class _ControlInputBuilderBuilder;
53 class ControlInputBuilderImpl;
57 class NXOPENCPP_MOTIONEXPORT ControlInputBuilder : public NXOpen::Motion::EntityPropTableBuilder
58 {
69
76
82
89
95 private: ControlInputBuilderImpl * m_controlinputbuilder_impl;
96 private: friend class _ControlInputBuilderBuilder;
97 protected: ControlInputBuilder();
98 public: ~ControlInputBuilder();
103 (
104 );
109 (
110 );
114 public: void SetName
115 (
116 const NXString & name
117 );
122 (
123 const char * name
124 );
129 (
130 );
135 (
136 );
137 };
138 }
139}
140#ifdef _MSC_VER
141#pragma warning(pop)
142#endif
143#ifdef __GNUC__
144#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
145#pragma GCC diagnostic warning "-Wdeprecated-declarations"
146#endif
147#endif
148#undef EXPORTLIBRARY