NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Motion_LoadTransferControl.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Motion_LoadTransferControl.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/NXObject.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
LoadTransferControl
;
35
}
36
namespace
Motion
37
{
38
class
FlexBody
;
39
}
40
namespace
Motion
41
{
42
class
Link
;
43
}
44
namespace
Motion
45
{
46
class
SplineBeam
;
47
}
48
class
NXObject
;
49
namespace
Motion
50
{
51
class
_LoadTransferControlBuilder;
52
class
LoadTransferControlImpl;
56
class
NXOPENCPP_MOTIONEXPORT LoadTransferControl :
public
NXOpen::NXObject
57
{
58
private
:
LoadTransferControlImpl
* m_loadtransfercontrol_impl;
59
private
:
friend
class
_LoadTransferControlBuilder;
60
protected
: LoadTransferControl();
61
public
: ~LoadTransferControl();
65
public
:
void
SetRigidLink
66
(
67
NXOpen::Motion::Link
* link
68
);
72
public
:
void
SetFlexibleLink
73
(
74
NXOpen::Motion::FlexBody
* link
75
);
79
public
:
void
SetSplineBeam
80
(
81
NXOpen::Motion::SplineBeam
* link
82
);
86
public
:
void
SetViewPort
87
(
88
int
viewPort
89
);
93
public
:
void
SetLoadVectorScale
94
(
95
double
scale ,
96
bool
updateDisplay
97
);
101
public
:
void
SetAnimationCurrentStep
102
(
103
int
step
104
);
108
public
:
void
AnimationStepForward
109
(
110
);
114
public
:
void
AnimationStepBackward
115
(
116
);
120
public
:
void
PlayAnimation
121
(
122
);
126
public
:
void
StopAnimation
127
(
128
);
132
public
:
void
UpdateFromSpreadsheet
133
(
134
);
138
public
:
void
ExportToSpreadsheet
139
(
140
);
144
public
:
void
Finish
145
(
146
);
147
};
148
}
149
}
150
#ifdef _MSC_VER
151
#pragma warning(pop)
152
#endif
153
#ifdef __GNUC__
154
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
155
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
156
#endif
157
#endif
158
#undef EXPORTLIBRARY