NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
PartMfg_ReuseManager.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件:JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// PartMfg_ReuseManager.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/PartMfg_ReusePmiBuilder.hxx>
22
#include <NXOpen/PartMfg_ReuseViewBuilder.hxx>
23
#include <NXOpen/TaggedObject.hxx>
24
#include <NXOpen/libpartmfgopencpp_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
PartMfg
35
{
36
class
ReuseManager
;
37
}
38
class
Session
;
39
class
Part
;
40
namespace
PartMfg
41
{
42
class
ReusePmiBuilder
;
43
}
44
namespace
PartMfg
45
{
46
class
ReuseViewBuilder
;
47
}
48
namespace
PartMfg
49
{
50
class
ReuseManagerImpl;
55
class
PARTMFGOPENCPPEXPORT
ReuseManager
56
{
57
private
:
ReuseManagerImpl
* m_reusemanager_impl;
58
private
:
NXOpen::Session
* m_owner;
60
public
:
explicit
ReuseManager
(
NXOpen::Session
*owner);
62
public
:
64
tag_t
Tag
()
const
;
65
private
:
static
ReuseManager
* theReuseManager;
70
public
:
static
ReuseManager
*
GetReuseManager
(
NXOpen::Session
*owner);
71
public
:
~ReuseManager
();
76
public
:
NXOpen::PartMfg::ReusePmiBuilder
*
CreateReusePmiBuilder
77
(
78
NXOpen::Part
* procModelPartTag
79
);
84
public
:
NXOpen::PartMfg::ReuseViewBuilder
*
CreateReuseViewBuilder
85
(
86
NXOpen::Part
* procModelPartTag
87
);
88
};
//lint !e1712 default constructor not defined for class
89
}
90
}
91
#ifdef _MSC_VER
92
#pragma warning(pop)
93
#endif
94
#ifdef __GNUC__
95
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
96
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
97
#endif
98
#endif
99
#undef EXPORTLIBRARY