NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Validate_CheckOverheatingBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Validate_CheckOverheatingBuilder.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/Expression.hxx>
22
#include <NXOpen/GeometricUtilities_DisplayResolutionBuilder.hxx>
23
#include <NXOpen/Builder.hxx>
24
#include <NXOpen/Validate_SelectionAndPlacementBuilder.hxx>
25
#include <NXOpen/libnxopencpp_validate_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
Validate
36
{
37
class
CheckOverheatingBuilder
;
38
}
39
class
Builder
;
40
class
Expression
;
41
namespace
GeometricUtilities
42
{
43
class
DisplayResolutionBuilder
;
44
}
45
class
NXColor
;
46
namespace
Validate
47
{
48
class
SelectionAndPlacementBuilder
;
49
}
50
namespace
Validate
51
{
52
class
_CheckOverheatingBuilderBuilder;
53
class
CheckOverheatingBuilderImpl;
87
class
NXOPENCPP_VALIDATEEXPORT CheckOverheatingBuilder :
public
NXOpen::Builder
88
{
89
private
:
CheckOverheatingBuilderImpl
* m_checkoverheatingbuilder_impl;
90
private
:
friend
class
_CheckOverheatingBuilderBuilder;
91
protected
: CheckOverheatingBuilder();
92
public
: ~CheckOverheatingBuilder();
96
public
:
NXOpen::Validate::SelectionAndPlacementBuilder
*
SelectionAndPlacement
97
(
98
);
102
public
:
NXOpen::Expression
*
MaximumOverhangAngle
103
(
104
);
108
public
:
NXOpen::NXColor
*
NonOverheatingColor
109
(
110
);
114
public
:
void
SetNonOverheatingColor
115
(
116
NXOpen::NXColor
* nonOverheatingColor
117
);
121
public
:
NXOpen::NXColor
*
OverheatingColor
122
(
123
);
127
public
:
void
SetOverheatingColor
128
(
129
NXOpen::NXColor
* overHeatingColor
130
);
134
public
:
bool
ShowOnlyOverheatingAreas
135
(
136
);
140
public
:
void
SetShowOnlyOverheatingAreas
141
(
142
bool
showOnlyOverheat
143
);
147
public
:
double
OverheatingArea
148
(
149
);
153
public
:
bool
AutomaticUpdate
154
(
155
);
159
public
:
void
SetAutomaticUpdate
160
(
161
bool
automaticUpdate
162
);
166
public
:
NXOpen::GeometricUtilities::DisplayResolutionBuilder
*
DisplayResolution
167
(
168
);
172
public
:
void
Update
173
(
174
);
175
};
176
}
177
}
178
#ifdef _MSC_VER
179
#pragma warning(pop)
180
#endif
181
#ifdef __GNUC__
182
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
183
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
184
#endif
185
#endif
186
#undef EXPORTLIBRARY