NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
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
32
namespace
NXOpen
33
{
34
namespace
Motion
35
{
36
class
ControlInputBuilder
;
37
}
38
namespace
Motion
39
{
40
class
ControlInputPortBuilder
;
41
}
42
namespace
Motion
43
{
44
class
ControlInputPortBuilderList
;
45
}
46
namespace
Motion
47
{
48
class
EntityPropTableBuilder
;
49
}
50
namespace
Motion
51
{
52
class
_ControlInputBuilderBuilder;
53
class
ControlInputBuilderImpl;
57
class
NXOPENCPP_MOTIONEXPORT ControlInputBuilder :
public
NXOpen::Motion::EntityPropTableBuilder
58
{
60
public
:
enum
FunctionCurveType
61
{
62
FunctionCurveTypePolynomial
,
63
FunctionCurveTypeHarmonic
,
64
FunctionCurveTypeFunction
,
65
FunctionCurveTypeProfile2D
,
66
FunctionCurveTypeStep
,
67
FunctionCurveTypeRamp
68
};
69
70
public
:
enum
PathFollowerElmentType
71
{
72
PathFollowerElmentTypeFunction
,
73
PathFollowerElmentTypeProfile2D
,
74
PathFollowerElmentTypeRoad
75
};
76
77
public
:
enum
PathFollowerLookAheadDistanceType
78
{
79
PathFollowerLookAheadDistanceTypeExpression
,
80
PathFollowerLookAheadDistanceTypeFromPort
81
};
82
83
public
:
enum
SpecialControlRefernceNumberType
84
{
85
SpecialControlRefernceNumberTypeExtra
,
86
SpecialControlRefernceNumberTypeLambda
,
87
SpecialControlRefernceNumberTypeElementData
88
};
89
90
public
:
enum
SpecialControlElementType
91
{
92
SpecialControlElementTypeMotionObject
,
93
SpecialControlElementTypeFunction
94
};
95
private
:
ControlInputBuilderImpl
* m_controlinputbuilder_impl;
96
private
:
friend
class
_ControlInputBuilderBuilder;
97
protected
:
ControlInputBuilder
();
98
public
:
~ControlInputBuilder
();
102
public
:
NXOpen::Motion::ControlInputPortBuilderList
*
PortsList
103
(
104
);
108
public
:
NXString
Name
109
(
110
);
114
public
:
void
SetName
115
(
116
const
NXString
& name
117
);
121
void
SetName
122
(
123
const
char
* name
124
);
128
public
:
NXOpen::Motion::ControlInputPortBuilder
*
CreateControlInputPortBuilder
129
(
130
);
134
public
:
NXOpen::Motion::ControlInputPortBuilder
*
SinglePort
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