NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
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
30
namespace
NXOpen
31
{
32
namespace
Motion
33
{
34
class
PlantOutputBuilder
;
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
{
57
PoutypeFunc
,
58
PoutypeSensor
59
};
60
private
:
PlantOutputBuilderImpl
* m_plantoutputbuilder_impl;
61
private
:
friend
class
_PlantOutputBuilderBuilder;
62
protected
:
PlantOutputBuilder
();
63
public
:
~PlantOutputBuilder
();
67
public
:
NXOpen::Motion::PlantOutputBuilder::Poutype
Type
68
(
69
);
73
public
:
void
SetType
74
(
75
NXOpen::Motion::PlantOutputBuilder::Poutype
type
76
);
80
public
:
NXOpen::NXObject
*
Sensor
81
(
82
);
86
public
:
void
SetSensor
87
(
88
NXOpen::NXObject
* sensor
89
);
93
public
:
NXOpen::CAE::Function
*
Function
94
(
95
);
99
public
:
void
SetFunction
100
(
101
NXOpen::CAE::Function
* function
102
);
106
public
:
NXString
Name
107
(
108
);
112
public
:
void
SetName
113
(
114
const
NXString
& name
115
);
119
void
SetName
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