NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
DesignSimulation_SubcaseManager.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// DesignSimulation_SubcaseManager.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/DesignSimulation_SubcaseItem.hxx>
22
#include <NXOpen/Builder.hxx>
23
#include <NXOpen/ObjectList.hxx>
24
#include <NXOpen/libnxopencpp_designsimulation_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
DesignSimulation
35
{
36
class
SubcaseManager
;
37
}
38
class
Builder
;
39
namespace
DesignSimulation
40
{
41
class
SubcaseItem
;
42
}
43
namespace
DesignSimulation
44
{
45
class
SubcaseItemList
;
46
}
47
namespace
DesignSimulation
48
{
49
class
_SubcaseManagerBuilder;
50
class
SubcaseManagerImpl;
56
class
NXOPENCPP_DESIGNSIMULATIONEXPORT SubcaseManager :
public
NXOpen::Builder
57
{
58
private
:
SubcaseManagerImpl
* m_subcasemanager_impl;
59
private
:
friend
class
_SubcaseManagerBuilder;
60
protected
: SubcaseManager();
61
public
: ~SubcaseManager();
65
public
:
NXOpen::DesignSimulation::SubcaseItemList
*
SubcaseList
66
(
67
);
71
public
:
NXOpen::DesignSimulation::SubcaseItem
*
CreateSubcase
72
(
73
);
74
};
75
}
76
}
77
#ifdef _MSC_VER
78
#pragma warning(pop)
79
#endif
80
#ifdef __GNUC__
81
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
82
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
83
#endif
84
#endif
85
#undef EXPORTLIBRARY