NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Mechatronics_SpeedControlBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Mechatronics_SpeedControlBuilder.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/Expression.hxx>
22
#include <NXOpen/Mechatronics_PhysicsConstraintBuilder.hxx>
23
#include <NXOpen/Mechatronics_PhysicsConstraintBuilder.hxx>
24
#include <NXOpen/SelectObject.hxx>
25
#include <NXOpen/libnxopencpp_mechatronics_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
33
namespace
NXOpen
34
{
35
namespace
Mechatronics
36
{
37
class
SpeedControlBuilder
;
38
}
39
class
Expression
;
40
namespace
Mechatronics
41
{
42
class
PhysicsConstraintBuilder
;
43
}
44
namespace
Mechatronics
45
{
46
class
SelectPhysicsJoint
;
47
}
48
class
NXObject
;
49
class
SelectNXObject
;
50
namespace
Mechatronics
51
{
52
class
_SpeedControlBuilderBuilder;
53
class
SpeedControlBuilderImpl;
59
class
NXOPENCPP_MECHATRONICSEXPORT SpeedControlBuilder :
public
NXOpen::Mechatronics::PhysicsConstraintBuilder
60
{
62
public
:
enum
AxisJointType
63
{
64
AxisJointTypeAngular
,
65
AxisJointTypeLinear
,
66
AxisJointTypeMixed
67
};
68
private
:
SpeedControlBuilderImpl
* m_speedcontrolbuilder_impl;
69
private
:
friend
class
_SpeedControlBuilderBuilder;
70
protected
:
SpeedControlBuilder
();
71
public
:
~SpeedControlBuilder
();
78
public
:
NXOpen::Mechatronics::SelectPhysicsJoint
*
AxisJoint
79
(
80
);
84
public
:
void
SetAxisJoint
85
(
86
NXOpen::NXObject
* axisJoint
87
);
91
public
:
NXOpen::Mechatronics::SpeedControlBuilder::AxisJointType
AxisType
92
(
93
);
97
public
:
void
SetAxisType
98
(
99
NXOpen::Mechatronics::SpeedControlBuilder::AxisJointType
axisType
100
);
104
public
:
NXOpen::Expression
*
Speed
105
(
106
);
110
public
:
bool
UseAcceleration
111
(
112
);
116
public
:
void
SetUseAcceleration
117
(
118
bool
useAcceleration
119
);
123
public
:
NXOpen::Expression
*
MaxAcceleration
124
(
125
);
129
public
:
bool
LimitJerk
130
(
131
);
135
public
:
void
SetLimitJerk
136
(
137
bool
limitJerk
138
);
142
public
:
NXOpen::Expression
*
MaxJerk
143
(
144
);
148
public
:
bool
EnableLimitForce
149
(
150
);
154
public
:
void
SetEnableLimitForce
155
(
156
bool
enable
157
);
161
public
:
NXOpen::Expression
*
ForwardForce
162
(
163
);
167
public
:
NXOpen::Expression
*
ReverseForce
168
(
169
);
173
public
:
NXOpen::Mechatronics::SpeedPositionControlDirectiontype
DirectionType
174
(
175
);
179
public
:
void
SetDirectionType
180
(
181
NXOpen::Mechatronics::SpeedPositionControlDirectiontype
directionType
182
);
187
public
:
NXOpen::SelectNXObject
*
Signal
188
(
189
);
193
public
:
void
SetSignal
194
(
195
NXOpen::NXObject
* signal
196
);
200
public
:
NXOpen::Mechatronics::SpeedPositionControlBuilderTargetparameter
ParameterType
201
(
202
);
206
public
:
void
SetParameterType
207
(
208
NXOpen::Mechatronics::SpeedPositionControlBuilderTargetparameter
parameterType
209
);
213
public
:
void
SetTarget
214
(
215
NXOpen::Expression
* targetExp
216
);
217
};
218
}
219
}
220
#ifdef _MSC_VER
221
#pragma warning(pop)
222
#endif
223
#ifdef __GNUC__
224
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
225
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
226
#endif
227
#endif
228
#undef EXPORTLIBRARY