NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Motion_GeneralCouplerBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Motion_GeneralCouplerBuilder.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/Motion.hxx>
23
#include <NXOpen/Motion_MotionBuilder.hxx>
24
#include <NXOpen/SelectObject.hxx>
25
#include <NXOpen/libnxopencpp_motion_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
Motion
36
{
37
class
GeneralCouplerBuilder
;
38
}
39
class
Expression
;
40
namespace
Motion
41
{
42
class
MotionBuilder
;
43
}
44
namespace
Motion
45
{
46
class
SelectJoint
;
47
}
48
namespace
Motion
49
{
50
class
_GeneralCouplerBuilderBuilder;
51
class
GeneralCouplerBuilderImpl;
73
class
NXOPENCPP_MOTIONEXPORT GeneralCouplerBuilder :
public
NXOpen::Motion::MotionBuilder
74
{
76
public
:
enum
AttachmentType
77
{
78
AttachmentTypeTwo
,
79
AttachmentTypeThree
80
};
81
private
:
GeneralCouplerBuilderImpl
* m_generalcouplerbuilder_impl;
82
private
:
friend
class
_GeneralCouplerBuilderBuilder;
83
protected
:
GeneralCouplerBuilder
();
84
public
:
~GeneralCouplerBuilder
();
88
public
:
NXOpen::Motion::GeneralCouplerBuilder::AttachmentType
Attachment
89
(
90
);
94
public
:
void
SetAttachment
95
(
96
NXOpen::Motion::GeneralCouplerBuilder::AttachmentType
attachment
97
);
101
public
:
NXOpen::Motion::SelectJoint
*
FirstJoint
102
(
103
);
107
public
:
NXOpen::Motion::GcouplerMovementTypes
FirstType
108
(
109
);
113
public
:
void
SetFirstType
114
(
115
NXOpen::Motion::GcouplerMovementTypes
firstType
116
);
120
public
:
NXOpen::Motion::SelectJoint
*
SecondJoint
121
(
122
);
126
public
:
NXOpen::Motion::GcouplerMovementTypes
SecondType
127
(
128
);
132
public
:
void
SetSecondType
133
(
134
NXOpen::Motion::GcouplerMovementTypes
secondType
135
);
139
public
:
NXOpen::Motion::SelectJoint
*
ThirdJoint
140
(
141
);
145
public
:
NXOpen::Motion::GcouplerMovementTypes
ThirdType
146
(
147
);
151
public
:
void
SetThirdType
152
(
153
NXOpen::Motion::GcouplerMovementTypes
thirdType
154
);
158
public
:
NXString
Name
159
(
160
);
164
public
:
void
SetName
165
(
166
const
NXString
& name
167
);
171
void
SetName
172
(
173
const
char
* name
174
);
178
public
:
NXOpen::Expression
*
FirstScaleExpression
179
(
180
);
184
public
:
NXOpen::Expression
*
SecondScaleExpression
185
(
186
);
190
public
:
NXOpen::Expression
*
ThirdScaleExpression
191
(
192
);
193
};
194
}
195
}
196
#ifdef _MSC_VER
197
#pragma warning(pop)
198
#endif
199
#ifdef __GNUC__
200
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
201
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
202
#endif
203
#endif
204
#undef EXPORTLIBRARY