NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Display_DynamicSection.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口至JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Display_DynamicSection.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/Display_IDynamicSectionCutCreator.hxx>
22
#include <NXOpen/INXObject.hxx>
23
#include <NXOpen/NXObject.hxx>
24
#include <NXOpen/Update.hxx>
25
#include <NXOpen/libnxopencpp_display_exports.hxx>
26
#ifdef _MSC_VER
27
#pragma warning(push)
28
#pragma warning(disable:4996)
29
#endif
30
#ifdef __GNUC__
31
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32
#endif
33
namespace
NXOpen
34
{
35
namespace
Display
36
{
37
class
DynamicSection
;
38
}
39
namespace
Assemblies
40
{
41
class
Component
;
42
}
43
class
BasePart
;
44
namespace
Display
45
{
46
class
DynamicSectionCut
;
47
}
48
namespace
Display
49
{
50
class
IDynamicSectionCutCreator
;
51
}
52
class
INXObject
;
53
class
NXObject
;
54
class
View
;
55
namespace
Display
56
{
57
class
_DynamicSectionBuilder;
58
class
DynamicSectionImpl;
62
class
NXOPENCPP_DISPLAYEXPORT DynamicSection :
public
NXOpen::NXObject
,
public
virtual
NXOpen::Display::IDynamicSectionCutCreator
63
{
64
private
:
DynamicSectionImpl
* m_dynamicsection_impl;
65
private
:
friend
class
_DynamicSectionBuilder;
66
protected
: DynamicSection();
67
public
: ~DynamicSection();
80
public
:
void
UpdateSectionCuts
81
(
82
NXOpen::Update::Option
updateOption
83
);
90
public
:
virtual
NXOpen::Display::DynamicSectionCut
*
Find
91
(
92
const
NXString
& journalIdentifier
93
);
100
virtual
NXOpen::Display::DynamicSectionCut
*
Find
101
(
102
const
char
* journalIdentifier
103
);
110
public
:
virtual
void
GetSectionCuts
111
(
112
NXOpen::NXObject
* contextOccurrence ,
114
NXOpen::View
* view ,
115
std::vector<NXOpen::Display::DynamicSectionCut *> & sectionCuts
116
);
117
};
118
}
119
}
120
#ifdef _MSC_VER
121
#pragma warning(pop)
122
#endif
123
#ifdef __GNUC__
124
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
125
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
126
#endif
127
#endif
128
#undef EXPORTLIBRARY