NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Routing_FixturePort.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// 夹具端口JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Routing_FixturePort.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/INXObject.hxx>
22
#include <NXOpen/Routing_IAxisPort.hxx>
23
#include <NXOpen/Routing_ICharacteristic.hxx>
24
#include <NXOpen/Routing_IRoutePosition.hxx>
25
#include <NXOpen/Routing_Port.hxx>
26
#include <NXOpen/Routing_CharacteristicList.hxx>
27
#include <NXOpen/ugmath.hxx>
28
#include <NXOpen/libnxopencpp_routing_exports.hxx>
29
#ifdef _MSC_VER
30
#pragma warning(push)
31
#pragma warning(disable:4996)
32
#endif
33
#ifdef __GNUC__
34
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
35
#endif
36
namespace
NXOpen
37
{
38
namespace
Routing
39
{
40
class
FixturePort
;
41
}
42
namespace
Assemblies
43
{
44
class
Component
;
45
}
46
class
Axis
;
47
class
BasePart
;
48
class
DisplayableObject
;
49
class
Expression
;
50
class
INXObject
;
51
class
Point
;
52
namespace
Routing
53
{
54
class
CharacteristicList
;
55
}
56
namespace
Routing
57
{
58
class
IAxisPort
;
59
}
60
namespace
Routing
61
{
62
class
ICharacteristic
;
63
}
64
namespace
Routing
65
{
66
class
IRoutePosition
;
67
}
68
namespace
Routing
69
{
70
class
Port
;
71
}
72
namespace
Routing
73
{
74
class
_FixturePortBuilder;
75
class
FixturePortImpl;
80
class
NXOPENCPP_ROUTINGEXPORT FixturePort :
public
NXOpen::Routing::Port
,
public
virtual
NXOpen::Routing::IAxisPort
81
{
82
private
:
FixturePortImpl
* m_fixtureport_impl;
83
private
:
friend
class
_FixturePortBuilder;
84
protected
: FixturePort();
85
public
: ~FixturePort();
89
public
:
virtual
void
SetAlignVector
90
(
91
const
NXOpen::Vector3d
& vector
92
);
96
public
:
virtual
void
SetRotationVector
97
(
98
const
NXOpen::Vector3d
& vector
99
);
103
public
:
virtual
void
SetRotationObject
104
(
105
NXOpen::DisplayableObject
* rotationObject
106
);
110
public
:
virtual
void
SetForwardExtension
111
(
112
double
forwardExtension
113
);
117
public
:
virtual
NXOpen::Expression
*
ForwardExtensionObject
118
(
119
);
123
public
:
virtual
void
SetForwardExtensionObject
124
(
125
NXOpen::Expression
* forwardExtension
126
);
130
public
:
virtual
void
SetEngagement
131
(
132
double
engagement
133
);
137
public
:
virtual
NXOpen::Expression
*
EngagementObject
138
(
139
);
143
public
:
virtual
void
SetEngagementObject
144
(
145
NXOpen::Expression
* engagement
146
);
150
public
:
virtual
void
SetCutbackLength
151
(
152
double
cutbackLength
153
);
157
public
:
virtual
NXOpen::Expression
*
CutbackLengthObject
158
(
159
);
163
public
:
virtual
void
SetCutbackLengthObject
164
(
165
NXOpen::Expression
* cutbackLength
166
);
170
public
:
virtual
NXOpen::Axis
*
Axis
171
(
172
);
176
public
:
virtual
void
SetAxis
177
(
178
NXOpen::Axis
* axis
179
);
180
};
181
}
182
}
183
#ifdef _MSC_VER
184
#pragma warning(pop)
185
#endif
186
#ifdef __GNUC__
187
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
188
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
189
#endif
190
#endif
191
#undef EXPORTLIBRARY