NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Preferences_PartVisualizationScreen.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件:JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Preferences_PartVisualizationScreen.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/TaggedObject.hxx>
22
#include <NXOpen/libnxopencpp_preferences_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
Preferences
33
{
34
class
PartVisualizationScreen
;
35
}
36
namespace
Preferences
37
{
38
class
PartPreferences
;
39
}
40
namespace
Preferences
41
{
42
class
PartVisualizationScreenImpl;
46
class
NXOPENCPP_PREFERENCESEXPORT
PartVisualizationScreen
47
{
49
public
:
enum
ViewTriadLocation
50
{
51
ViewTriadLocationBottomLeft
,
52
ViewTriadLocationBottomRight
53
};
54
private
:
PartVisualizationScreenImpl
* m_partvisualizationscreen_impl;
55
private
:
NXOpen::Preferences::PartPreferences
* m_owner;
57
public
:
explicit
PartVisualizationScreen
(
NXOpen::Preferences::PartPreferences
*owner);
59
public
:
61
tag_t
Tag
()
const
;
62
public
:
~PartVisualizationScreen
();
66
public
:
bool
TriadVisibility
67
(
68
);
72
public
:
void
SetTriadVisibility
73
(
74
bool
triadVisibility
75
);
79
public
:
NXOpen::Preferences::PartVisualizationScreen::ViewTriadLocation
TriadLocation
80
(
81
);
85
public
:
void
SetTriadLocation
86
(
87
NXOpen::Preferences::PartVisualizationScreen::ViewTriadLocation
triadLocation
88
);
92
public
:
bool
CsysShowThrough
93
(
94
);
98
public
:
void
SetCsysShowThrough
99
(
100
bool
showThrough
101
);
105
public
:
bool
CsysFixedSizeOnScreen
106
(
107
);
111
public
:
void
SetCsysFixedSizeOnScreen
112
(
113
bool
fixedSizeOnScreen
114
);
118
public
:
bool
PointShowThrough
119
(
120
);
124
public
:
void
SetPointShowThrough
125
(
126
bool
showThrough
127
);
131
public
:
bool
CurveShowThrough
132
(
133
);
137
public
:
void
SetCurveShowThrough
138
(
139
bool
showThrough
140
);
141
};
//lint !e1712 default constructor not defined for class
142
}
143
}
144
#ifdef _MSC_VER
145
#pragma warning(pop)
146
#endif
147
#ifdef __GNUC__
148
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
149
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
150
#endif
151
#endif
152
#undef EXPORTLIBRARY