NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Validate_RulePropertiesBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口的JA API头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Validate_RulePropertiesBuilder.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/Builder.hxx>
22
#include <NXOpen/libnxopencpp_validate_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
Validate
33
{
34
class
RulePropertiesBuilder
;
35
}
36
class
Builder
;
37
namespace
Validate
38
{
39
class
_RulePropertiesBuilderBuilder;
40
class
RulePropertiesBuilderImpl;
56
class
NXOPENCPP_VALIDATEEXPORT RulePropertiesBuilder :
public
NXOpen::Builder
57
{
58
private
:
RulePropertiesBuilderImpl
* m_rulepropertiesbuilder_impl;
59
private
:
friend
class
_RulePropertiesBuilderBuilder;
60
protected
: RulePropertiesBuilder();
61
public
: ~RulePropertiesBuilder();
65
public
:
NXString
Name
66
(
67
);
71
public
:
void
SetName
72
(
73
const
NXString
& ruleName
74
);
78
void
SetName
79
(
80
const
char
* ruleName
81
);
85
public
:
NXString
ClassID
86
(
87
);
91
public
:
void
SetClassID
92
(
93
const
NXString
& classID
94
);
98
void
SetClassID
99
(
100
const
char
* classID
101
);
105
public
:
NXString
Category
106
(
107
);
111
public
:
void
SetCategory
112
(
113
const
NXString
& category
114
);
118
void
SetCategory
119
(
120
const
char
* category
121
);
125
public
:
bool
SaveLogInPartToggle
126
(
127
);
131
public
:
void
SetSaveLogInPartToggle
132
(
133
bool
saveLogInPart
134
);
138
public
:
bool
DisabledToggle
139
(
140
);
144
public
:
void
SetDisabledToggle
145
(
146
bool
disabledToggle
147
);
151
public
: std::vector<NXString>
GetDescription
152
(
153
);
157
public
:
void
SetDescription
158
(
159
const
std::vector<NXString> & text
160
);
161
};
162
}
163
}
164
#ifdef _MSC_VER
165
#pragma warning(pop)
166
#endif
167
#ifdef __GNUC__
168
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
169
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
170
#endif
171
#endif
172
#undef EXPORTLIBRARY