NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Motion_PortAssociation.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Motion_PortAssociation.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/GeometricUtilities_IComponentBuilder.hxx>
24
#include <NXOpen/TaggedObject.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
PortAssociation
;
38
}
39
class
Expression
;
40
namespace
GeometricUtilities
41
{
42
class
IComponentBuilder
;
43
}
44
namespace
Motion
45
{
46
class
_PortAssociationBuilder;
47
class
PortAssociationImpl;
51
class
NXOPENCPP_MOTIONEXPORT PortAssociation :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
52
{
53
private
:
PortAssociationImpl
* m_portassociation_impl;
54
private
:
friend
class
_PortAssociationBuilder;
55
protected
: PortAssociation();
56
public
: ~PortAssociation();
60
public
:
NXOpen::Expression
*
ScaleFactor
61
(
62
);
66
public
:
NXOpen::Expression
*
Offset
67
(
68
);
72
public
:
NXString
Name
73
(
74
);
78
public
:
void
SetName
79
(
80
const
NXString
& name
81
);
85
void
SetName
86
(
87
const
char
* name
88
);
92
public
:
int
OrderNumber
93
(
94
);
98
public
:
void
SetOrderNumber
99
(
100
int
orderNumber
101
);
105
public
:
NXOpen::Motion::ParamOverrideState
ScaleFactorOvrCtrl
106
(
107
);
111
public
:
void
SetScaleFactorOvrCtrl
112
(
113
NXOpen::Motion::ParamOverrideState
overrideState
114
);
118
public
:
NXOpen::Motion::ParamOverrideState
OffsetOvrCtrl
119
(
120
);
124
public
:
void
SetOffsetOvrCtrl
125
(
126
NXOpen::Motion::ParamOverrideState
overrideState
127
);
131
public
:
NXOpen::Motion::ParamOverrideState
NameOvrCtrl
132
(
133
);
137
public
:
void
SetNameOvrCtrl
138
(
139
NXOpen::Motion::ParamOverrideState
overrideState
140
);
144
public
:
NXOpen::Motion::ParamOverrideState
OrderNumberOvrCtrl
145
(
146
);
150
public
:
void
SetOrderNumberOvrCtrl
151
(
152
NXOpen::Motion::ParamOverrideState
overrideState
153
);
160
public
:
virtual
bool
Validate
161
(
162
);
163
};
164
}
165
}
166
#ifdef _MSC_VER
167
#pragma warning(pop)
168
#endif
169
#ifdef __GNUC__
170
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
171
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
172
#endif
173
#endif
174
#undef EXPORTLIBRARY