NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Routing_ProxyPort.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Routing_ProxyPort.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
ProxyPort
;
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
_ProxyPortBuilder;
75
class
ProxyPortImpl;
79
class
NXOPENCPP_ROUTINGEXPORT ProxyPort :
public
NXOpen::Routing::Port
,
public
virtual
NXOpen::Routing::IAxisPort
80
{
81
private
:
ProxyPortImpl
* m_proxyport_impl;
82
private
:
friend
class
_ProxyPortBuilder;
83
protected
: ProxyPort();
84
public
: ~ProxyPort();
88
public
:
virtual
void
SetAlignVector
89
(
90
const
NXOpen::Vector3d
& vector
91
);
95
public
:
virtual
void
SetRotationVector
96
(
97
const
NXOpen::Vector3d
& vector
98
);
102
public
:
virtual
void
SetRotationObject
103
(
104
NXOpen::DisplayableObject
* rotationObject
105
);
109
public
:
virtual
void
SetForwardExtension
110
(
111
double
forwardExtension
112
);
116
public
:
virtual
NXOpen::Expression
*
ForwardExtensionObject
117
(
118
);
122
public
:
virtual
void
SetForwardExtensionObject
123
(
124
NXOpen::Expression
* forwardExtension
125
);
129
public
:
virtual
void
SetEngagement
130
(
131
double
engagement
132
);
136
public
:
virtual
NXOpen::Expression
*
EngagementObject
137
(
138
);
142
public
:
virtual
void
SetEngagementObject
143
(
144
NXOpen::Expression
* engagement
145
);
149
public
:
virtual
void
SetCutbackLength
150
(
151
double
cutbackLength
152
);
156
public
:
virtual
NXOpen::Expression
*
CutbackLengthObject
157
(
158
);
162
public
:
virtual
void
SetCutbackLengthObject
163
(
164
NXOpen::Expression
* cutbackLength
165
);
169
public
:
virtual
NXOpen::Axis
*
Axis
170
(
171
);
175
public
:
virtual
void
SetAxis
176
(
177
NXOpen::Axis
* axis
178
);
179
};
180
}
181
}
182
#ifdef _MSC_VER
183
#pragma warning(pop)
184
#endif
185
#ifdef __GNUC__
186
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
187
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
188
#endif
189
#endif
190
#undef EXPORTLIBRARY