NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Preferences_RoutingCharacteristics.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Preferences_RoutingCharacteristics.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/NXObject.hxx>
22
#include <NXOpen/Routing_CharacteristicList.hxx>
23
#include <NXOpen/TaggedObject.hxx>
24
#include <NXOpen/libnxopencpp_preferences_exports.hxx>
25
#ifdef _MSC_VER
26
#pragma warning(push)
27
#pragma warning(disable:4996)
28
#endif
29
#ifdef __GNUC__
30
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31
#endif
32
namespace
NXOpen
33
{
34
namespace
Preferences
35
{
36
class
RoutingCharacteristics
;
37
}
38
namespace
Preferences
39
{
40
class
RoutingApplicationView
;
41
}
42
namespace
Routing
43
{
44
class
CharacteristicList
;
45
}
46
namespace
Preferences
47
{
48
class
RoutingCharacteristicsImpl;
54
class
NXOPENCPP_PREFERENCESEXPORT
RoutingCharacteristics
55
{
56
private
:
RoutingCharacteristicsImpl
* m_routingcharacteristics_impl;
57
private
:
NXOpen::Preferences::RoutingApplicationView
* m_owner;
59
public
:
explicit
RoutingCharacteristics
(
NXOpen::Preferences::RoutingApplicationView
*owner);
61
public
:
63
tag_t
Tag
()
const
;
64
public
:
~RoutingCharacteristics
();
68
public
: std::vector<NXOpen::Routing::CharacteristicList::CharacteristicInformation>
GetStockRequiredCharacteristics
69
(
70
);
74
public
: std::vector<NXOpen::Routing::CharacteristicList::CharacteristicInformation>
GetComponentRequiredCharacteristics
75
(
76
);
80
public
: std::vector<NXOpen::Routing::CharacteristicList::CharacteristicInformation>
GetStockOptionalCharacteristics
81
(
82
);
86
public
: std::vector<NXOpen::Routing::CharacteristicList::CharacteristicInformation>
GetComponentOptionalCharacteristics
87
(
88
);
92
public
: std::vector<NXOpen::Routing::CharacteristicList::CharacteristicInformation>
GetDestintationCharacteristics
93
(
94
);
98
public
:
NXOpen::Routing::CharacteristicList
*
GetStockCharacteristicValues
99
(
100
);
104
public
:
void
UpdateStockCharacteristicValues
105
(
106
NXOpen::Routing::CharacteristicList
* values
107
);
111
public
:
NXOpen::Routing::CharacteristicList
*
GetComponentCharacteristicValues
112
(
113
);
117
public
:
void
UpdateComponentCharacteristicValues
118
(
119
NXOpen::Routing::CharacteristicList
* values
120
);
124
public
:
NXOpen::Routing::CharacteristicList
*
GetDefaultElbowCharacteristicValues
125
(
126
);
130
public
:
void
UpdateDefaultElbowCharacteristicValues
131
(
132
NXOpen::Routing::CharacteristicList
* values
133
);
134
};
//lint !e1712 类未定义默认构造函数
135
}
136
}
137
#ifdef _MSC_VER
138
#pragma warning(pop)
139
#endif
140
#ifdef __GNUC__
141
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
142
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
143
#endif
144
#endif
145
#undef EXPORTLIBRARY