NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Markup_Markup.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件,用于JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Markup_Markup.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/DisplayableObject.hxx>
22
#include <NXOpen/libnxopencpp_markup_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
Markup
33
{
34
class
Markup
;
35
}
36
class
DisplayableObject
;
37
namespace
Markup
38
{
39
class
Element
;
40
}
41
namespace
Markup
42
{
43
class
ElementCollection
;
44
}
45
namespace
Markup
46
{
47
class
_MarkupBuilder;
48
class
MarkupImpl;
54
class
NXOPENCPP_MARKUPEXPORT Markup :
public
NXOpen::DisplayableObject
55
{
56
private
:
MarkupImpl
* m_markup_impl;
57
private
:
friend
class
_MarkupBuilder;
58
protected
: Markup();
59
public
: ~Markup();
63
public
: std::vector<NXOpen::Markup::Element *>
GetElements
64
(
65
);
69
public
:
void
HideElements
70
(
71
);
75
public
:
void
ShowElements
76
(
77
);
81
public
:
bool
HasCapturedView
82
(
83
);
87
public
:
void
CaptureView
88
(
89
);
93
public
:
void
ApplyView
94
(
95
);
99
public
:
void
DeleteView
100
(
101
);
105
public
:
bool
IsActive
106
(
107
);
111
public
:
NXOpen::Markup::ElementCollection
*
Elements
();
112
};
113
}
114
}
115
#ifdef _MSC_VER
116
#pragma warning(pop)
117
#endif
118
#ifdef __GNUC__
119
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
120
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
121
#endif
122
#endif
123
#undef EXPORTLIBRARY