NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_PlantOutputBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_PlantOutputBuilder.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_MotionBuilder.hxx>
22#include <NXOpen/libnxopencpp_motion_exports.hxx>
23#ifdef _MSC_VER
24#pragma warning(push)
25#pragma warning(disable:4996)
26#endif
27#ifdef __GNUC__
28#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29#endif
30namespace NXOpen
31{
32 namespace Motion
33 {
35 }
36 namespace CAE
37 {
38 class Function;
39 }
40 namespace Motion
41 {
42 class MotionBuilder;
43 }
44 class NXObject;
45 namespace Motion
46 {
47 class _PlantOutputBuilderBuilder;
48 class PlantOutputBuilderImpl;
52 class NXOPENCPP_MOTIONEXPORT PlantOutputBuilder : public NXOpen::Motion::MotionBuilder
53 {
55 public: enum Poutype
56 {
59 };
60 private: PlantOutputBuilderImpl * m_plantoutputbuilder_impl;
61 private: friend class _PlantOutputBuilderBuilder;
62 protected: PlantOutputBuilder();
63 public: ~PlantOutputBuilder();
68 (
69 );
73 public: void SetType
74 (
76 );
81 (
82 );
86 public: void SetSensor
87 (
88 NXOpen::NXObject * sensor
89 );
94 (
95 );
99 public: void SetFunction
100 (
101 NXOpen::CAE::Function * function
102 );
107 (
108 );
112 public: void SetName
113 (
114 const NXString & name
115 );
120 (
121 const char * name
122 );
123 };
124 }
125}
126#ifdef _MSC_VER
127#pragma warning(pop)
128#endif
129#ifdef __GNUC__
130#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
131#pragma GCC diagnostic warning "-Wdeprecated-declarations"
132#endif
133#endif
134#undef EXPORTLIBRARY