NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Preferences_PartAeroSheetmetal.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Preferences_PartAeroSheetmetal.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
PartAeroSheetmetal
;
35
}
36
namespace
Preferences
37
{
38
class
PartPreferences
;
39
}
40
class
Expression
;
41
namespace
Preferences
42
{
43
class
PartAeroSheetmetalImpl;
47
class
NXOPENCPP_PREFERENCESEXPORT
PartAeroSheetmetal
48
{
49
private
:
PartAeroSheetmetalImpl
* m_partaerosheetmetal_impl;
50
private
:
NXOpen::Preferences::PartPreferences
* m_owner;
52
public
:
explicit
PartAeroSheetmetal
(
NXOpen::Preferences::PartPreferences
*owner);
54
public
:
56
tag_t
Tag
()
const
;
57
public
:
~PartAeroSheetmetal
();
61
public
:
NXOpen::Expression
*
GetJoggleStationaryRadius
62
(
63
);
67
public
:
void
SetJoggleStationaryRadius
68
(
69
bool
updateModel ,
70
const
NXString
& stationaryRadius
71
);
75
void
SetJoggleStationaryRadius
76
(
77
bool
updateModel ,
78
const
char
* stationaryRadius
79
);
83
public
:
NXOpen::Expression
*
GetJoggleOffsetRadius
84
(
85
);
89
public
:
void
SetJoggleOffsetRadius
90
(
91
bool
updateModel ,
92
const
NXString
& offsetRadius
93
);
97
void
SetJoggleOffsetRadius
98
(
99
bool
updateModel ,
100
const
char
* offsetRadius
101
);
105
public
:
NXOpen::Expression
*
GetJoggleDepthThreshold
106
(
107
);
111
public
:
void
SetJoggleDepthThreshold
112
(
113
bool
updateModel ,
114
const
NXString
& depthThreshold
115
);
119
void
SetJoggleDepthThreshold
120
(
121
bool
updateModel ,
122
const
char
* depthThreshold
123
);
127
public
:
NXOpen::Expression
*
GetJoggleDistanceThreshold
128
(
129
);
133
public
:
void
SetJoggleDistanceThreshold
134
(
135
bool
updateModel ,
136
const
NXString
& distanceThreshold
137
);
141
void
SetJoggleDistanceThreshold
142
(
143
bool
updateModel ,
144
const
char
* distanceThreshold
145
);
146
};
//lint !e1712 类未定义默认构造函数
147
}
148
}
149
#ifdef _MSC_VER
150
#pragma warning(pop)
151
#endif
152
#ifdef __GNUC__
153
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
154
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
155
#endif
156
#endif
157
#undef EXPORTLIBRARY