NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Positioning_ComponentNetwork.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件:JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Positioning_ComponentNetwork.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/Positioning_Network.hxx>
22
#include <NXOpen/libnxopencpp_positioning_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
Positioning
33
{
34
class
ComponentNetwork
;
35
}
36
namespace
Positioning
37
{
38
class
Network
;
39
}
40
namespace
Positioning
41
{
42
class
_ComponentNetworkBuilder;
43
class
ComponentNetworkImpl;
51
class
NXOPENCPP_POSITIONINGEXPORT ComponentNetwork :
public
NXOpen::Positioning::Network
52
{
57
public
:
enum
ArrangementsMode
58
{
59
ArrangementsModeExisting
,
61
ArrangementsModeInUsed
64
};
65
private
:
ComponentNetworkImpl
* m_componentnetwork_impl;
66
private
:
friend
class
_ComponentNetworkBuilder;
67
protected
:
ComponentNetwork
();
68
public
:
~ComponentNetwork
();
73
public
:
NXOpen::Positioning::ComponentNetwork::ArrangementsMode
NetworkArrangementsMode
74
(
75
);
80
public
:
void
SetNetworkArrangementsMode
81
(
82
NXOpen::Positioning::ComponentNetwork::ArrangementsMode
mode
83
);
88
public
:
bool
NetworkSolveInWorksetMode
89
(
90
);
95
public
:
void
SetNetworkSolveInWorksetMode
96
(
97
bool
solveInWorkset
98
);
100
103
public
:
void
CreateFeaturesAndDelete
104
(
105
);
107
};
108
}
109
}
110
#ifdef _MSC_VER
111
#pragma warning(pop)
112
#endif
113
#ifdef __GNUC__
114
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
115
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
116
#endif
117
#endif
118
#undef EXPORTLIBRARY