NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Mechatronics_GripperBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// Header for C++ interface to JA API
5
//--------------------------------------------------------------------------
6
//
7
// Source File:
8
// Mechatronics_GripperBuilder.ja
9
//
10
// Generated by:
11
// apiwrap
12
//
13
// WARNING:
14
// This file is automatically generated - do not edit by hand
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_ZoneBuilder.hxx>
23
#include <NXOpen/Builder.hxx>
24
#include <NXOpen/ObjectList.hxx>
25
#include <NXOpen/SelectObject.hxx>
26
#include <NXOpen/SelectObjectList.hxx>
27
#include <NXOpen/libnxopencpp_mechatronics_exports.hxx>
28
#ifdef _MSC_VER
29
#pragma warning(push)
30
#pragma warning(disable:4996)
31
#endif
32
#ifdef __GNUC__
33
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
34
#endif
35
namespace
NXOpen
36
{
37
namespace
Mechatronics
38
{
39
class
GripperBuilder
;
40
}
41
class
Builder
;
42
class
CoordinateSystem
;
43
class
Expression
;
44
namespace
Mechatronics
45
{
46
class
GripperFingerBuilderList
;
47
}
48
namespace
Mechatronics
49
{
50
class
ZoneBuilder
;
51
}
52
class
SelectNXObject
;
53
class
SelectNXObjectList
;
54
namespace
Mechatronics
55
{
56
class
_GripperBuilderBuilder;
57
class
GripperBuilderImpl;
62
class
NXOPENCPP_MECHATRONICSEXPORT GripperBuilder :
public
NXOpen::Builder
63
{
66
public
:
enum
Types
67
{
68
TypesFixture
,
69
TypesVacuum
70
};
71
73
public
:
enum
FingeTypes
74
{
75
FingeTypesLinear
,
76
FingeTypesRotary
77
};
78
private
:
GripperBuilderImpl
* m_gripperbuilder_impl;
79
private
:
friend
class
_GripperBuilderBuilder;
80
protected
:
GripperBuilder
();
81
public
:
~GripperBuilder
();
85
public
:
NXOpen::Mechatronics::GripperBuilder::Types
Type
86
(
87
);
91
public
:
void
SetType
92
(
93
NXOpen::Mechatronics::GripperBuilder::Types
type
94
);
98
public
:
NXOpen::SelectNXObjectList
*
BaseBody
99
(
100
);
104
public
:
NXOpen::Mechatronics::ZoneBuilder
*
DectectionSensor
105
(
106
);
110
public
:
int
Category
111
(
112
);
116
public
:
void
SetCategory
117
(
118
int
collisionCategory
119
);
123
public
:
bool
EnableAlignment
124
(
125
);
129
public
:
void
SetEnableAlignment
130
(
131
bool
enableAlignment
132
);
136
public
:
NXOpen::CoordinateSystem
*
AlignCSYS
137
(
138
);
142
public
:
void
SetAlignCSYS
143
(
144
NXOpen::CoordinateSystem
* alignCSYS
145
);
149
public
:
NXOpen::Expression
*
ActionDuration
150
(
151
);
155
public
:
NXOpen::Mechatronics::GripperBuilder::FingeTypes
FingerType
156
(
157
);
161
public
:
void
SetFingerType
162
(
163
NXOpen::Mechatronics::GripperBuilder::FingeTypes
fingerType
164
);
168
public
:
NXOpen::Mechatronics::GripperFingerBuilderList
*
FingerList
169
(
170
);
174
public
:
NXOpen::Expression
*
InitPosition
175
(
176
);
180
public
:
NXOpen::Expression
*
MaxPosition
181
(
182
);
186
public
:
NXOpen::Expression
*
Speed
187
(
188
);
192
public
:
bool
StopOnCollision
193
(
194
);
198
public
:
void
SetStopOnCollision
199
(
200
bool
stopOnCollision
201
);
205
public
:
NXOpen::SelectNXObject
*
FingerCollision
206
(
207
);
211
public
:
NXString
Name
212
(
213
);
217
public
:
void
SetName
218
(
219
const
NXString
& name
220
);
224
void
SetName
225
(
226
const
char
* name
227
);
228
};
229
}
230
}
231
#ifdef _MSC_VER
232
#pragma warning(pop)
233
#endif
234
#ifdef __GNUC__
235
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
236
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
237
#endif
238
#endif
239
#undef EXPORTLIBRARY