NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Motion_LinkAttachmentData.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Motion_LinkAttachmentData.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/GeometricUtilities_IComponentBuilder.hxx>
23
#include <NXOpen/TaggedObject.hxx>
24
#include <NXOpen/SelectObject.hxx>
25
#include <NXOpen/ugmath.hxx>
26
#include <NXOpen/libnxopencpp_motion_exports.hxx>
27
#ifdef _MSC_VER
28
#pragma warning(push)
29
#pragma warning(disable:4996)
30
#endif
31
#ifdef __GNUC__
32
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33
#endif
34
namespace
NXOpen
35
{
36
namespace
Motion
37
{
38
class
LinkAttachmentData
;
39
}
40
class
CoordinateSystem
;
41
class
Direction
;
42
namespace
GeometricUtilities
43
{
44
class
IComponentBuilder
;
45
}
46
namespace
Motion
47
{
48
class
SelectLink
;
49
}
50
class
Point
;
51
namespace
Motion
52
{
53
class
_LinkAttachmentDataBuilder;
54
class
LinkAttachmentDataImpl;
58
class
NXOPENCPP_MOTIONEXPORT LinkAttachmentData :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
59
{
61
public
:
enum
OrientationTypes
62
{
63
OrientationTypesNone
,
64
OrientationTypesVector
,
65
OrientationTypesCsys
66
};
67
private
:
LinkAttachmentDataImpl
* m_linkattachmentdata_impl;
68
private
:
friend
class
_LinkAttachmentDataBuilder;
69
protected
:
LinkAttachmentData
();
70
public
:
~LinkAttachmentData
();
74
public
:
NXOpen::Motion::SelectLink
*
Link
75
(
76
);
80
public
:
NXOpen::Motion::ParamOverrideState
LinkOvrCtrl
81
(
82
);
86
public
:
void
SetLinkOvrCtrl
87
(
88
NXOpen::Motion::ParamOverrideState
overrideState
89
);
93
public
:
NXOpen::Point
*
Origin
94
(
95
);
99
public
:
void
SetOrigin
100
(
101
NXOpen::Point
* origin
102
);
106
public
:
NXOpen::Motion::ParamOverrideState
OriginOvrCtrl
107
(
108
);
112
public
:
void
SetOriginOvrCtrl
113
(
114
NXOpen::Motion::ParamOverrideState
overrideState
115
);
119
public
:
NXOpen::Motion::LinkAttachmentData::OrientationTypes
OrientationType
120
(
121
);
125
public
:
void
SetOrientationType
126
(
127
NXOpen::Motion::LinkAttachmentData::OrientationTypes
orientationType
128
);
132
public
:
NXOpen::Motion::ParamOverrideState
OrientationTypeOvrCtrl
133
(
134
);
138
public
:
void
SetOrientationTypeOvrCtrl
139
(
140
NXOpen::Motion::ParamOverrideState
overrideState
141
);
145
public
:
NXOpen::Direction
*
Vector
146
(
147
);
151
public
:
void
SetVector
152
(
153
NXOpen::Direction
* vector
154
);
158
public
:
NXOpen::Motion::ParamOverrideState
VectorOvrCtrl
159
(
160
);
164
public
:
void
SetVectorOvrCtrl
165
(
166
NXOpen::Motion::ParamOverrideState
overrideState
167
);
171
public
:
NXOpen::CoordinateSystem
*
Csys
172
(
173
);
177
public
:
void
SetCsys
178
(
179
NXOpen::CoordinateSystem
* csys
180
);
184
public
:
NXOpen::Motion::ParamOverrideState
CsysOvrCtrl
185
(
186
);
190
public
:
void
SetCsysOvrCtrl
191
(
192
NXOpen::Motion::ParamOverrideState
overrideState
193
);
198
public
:
NXOpen::Matrix3x3
GetOrientation
199
(
200
);
205
public
:
virtual
bool
Validate
206
(
207
);
208
};
209
}
210
}
211
#ifdef _MSC_VER
212
#pragma warning(pop)
213
#endif
214
#ifdef __GNUC__
215
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
216
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
217
#endif
218
#endif
219
#undef EXPORTLIBRARY