NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Routing_AssemblyDefinition.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件 - JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Routing_AssemblyDefinition.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/Routing_ItemDefinition.hxx>
22
#include <NXOpen/libnxopencpp_routing_exports.hxx>
23
#ifdef _MSC_VER
24
#pragma warning(push)
25
#pragma warning(disable:4996)
26
#endif
27
#ifdef __GNUC__
28
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29
#endif
30
namespace
NXOpen
31
{
32
namespace
Routing
33
{
34
class
AssemblyDefinition
;
35
}
36
namespace
Routing
37
{
38
class
ItemDefinition
;
39
}
40
namespace
Routing
41
{
42
class
SingleDevice
;
43
}
44
namespace
Routing
45
{
46
class
_AssemblyDefinitionBuilder;
47
class
AssemblyDefinitionImpl;
58
class
NXOPENCPP_ROUTINGEXPORT AssemblyDefinition :
public
NXOpen::Routing::ItemDefinition
59
{
60
private
:
AssemblyDefinitionImpl
* m_assemblydefinition_impl;
61
private
:
friend
class
_AssemblyDefinitionBuilder;
62
protected
: AssemblyDefinition();
63
public
: ~AssemblyDefinition();
68
public
: std::vector<NXOpen::Routing::SingleDevice *>
GetSingleDeviceChildren
69
(
70
);
75
public
:
void
ReplaceSingleDeviceChildren
76
(
77
const
std::vector<NXOpen::Routing::SingleDevice *> & replacementChildren
78
);
82
public
:
void
AddSingleDeviceChild
83
(
84
NXOpen::Routing::SingleDevice
* device
85
);
89
public
:
void
RemoveSingleDeviceChild
90
(
91
NXOpen::Routing::SingleDevice
* device
92
);
96
public
:
bool
IsSingleDeviceChild
97
(
98
NXOpen::Routing::SingleDevice
* device
99
);
103
public
:
NXOpen::Routing::SingleDevice
*
GetReferencingDevice
104
(
105
);
106
};
107
}
108
}
109
#ifdef _MSC_VER
110
#pragma warning(pop)
111
#endif
112
#ifdef __GNUC__
113
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
114
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
115
#endif
116
#endif
117
#undef EXPORTLIBRARY