NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Motion_SpreadsheetRunControl.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Motion_SpreadsheetRunControl.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.hxx>
22
#include <NXOpen/Motion_PostControl.hxx>
23
#include <NXOpen/libnxopencpp_motion_exports.hxx>
24
#ifdef _MSC_VER
25
#pragma warning(push)
26
#pragma warning(disable:4996)
27
#endif
28
#ifdef __GNUC__
29
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30
#endif
31
namespace
NXOpen
32
{
33
namespace
Motion
34
{
35
class
SpreadsheetRunControl
;
36
}
37
namespace
Motion
38
{
39
class
PostControl
;
40
}
41
namespace
Motion
42
{
43
class
_SpreadsheetRunControlBuilder;
44
class
SpreadsheetRunControlImpl;
48
class
NXOPENCPP_MOTIONEXPORT SpreadsheetRunControl :
public
NXOpen::Motion::PostControl
49
{
50
private
:
SpreadsheetRunControlImpl
* m_spreadsheetruncontrol_impl;
51
private
:
friend
class
_SpreadsheetRunControlBuilder;
52
protected
: SpreadsheetRunControl();
53
public
: ~SpreadsheetRunControl();
57
public
:
void
Finish
58
(
59
);
63
public
:
void
StepTo
64
(
65
int
step
66
);
70
public
:
void
Solve
71
(
72
);
76
public
:
void
StepForward
77
(
78
);
82
public
:
void
StepBackward
83
(
84
);
88
public
:
void
StepToDesignPosition
89
(
90
);
94
public
:
void
StepToAssemblyPosition
95
(
96
);
100
public
:
void
Stop
101
(
102
);
106
public
:
void
UpdateFromSpreadsheet
107
(
108
);
112
public
:
void
QuitSpreadsheet
113
(
114
);
118
public
:
int
Delay
119
(
120
);
124
public
:
void
SetDelay
125
(
126
int
delay
127
);
131
public
:
int
PlayMode
132
(
133
);
137
public
:
void
SetPlayMode
138
(
139
int
mode
140
);
144
public
:
NXOpen::Motion::ActiveView
ActiveView
145
(
146
);
150
public
:
void
SetActiveView
151
(
152
NXOpen::Motion::ActiveView
activeView
153
);
157
public
:
bool
JointsLimits
158
(
159
);
163
public
:
void
SetJointsLimits
164
(
165
bool
jointLimits
166
);
167
};
168
}
169
}
170
#ifdef _MSC_VER
171
#pragma warning(pop)
172
#endif
173
#ifdef __GNUC__
174
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
175
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
176
#endif
177
#endif
178
#undef EXPORTLIBRARY