NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Routing_DesignRuleOverride.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// 布线API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Routing_DesignRuleOverride.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/NXObject.hxx>
22
#include <NXOpen/libnxopencpp_routing_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
Routing
33
{
34
class
DesignRuleOverride
;
35
}
36
class
NXObject
;
37
namespace
Routing
38
{
39
class
DesignRuleViolation
;
40
}
41
namespace
Routing
42
{
43
class
_DesignRuleOverrideBuilder;
44
class
DesignRuleOverrideImpl;
48
class
NXOPENCPP_ROUTINGEXPORT DesignRuleOverride :
public
NXOpen::NXObject
49
{
50
private
:
DesignRuleOverrideImpl
* m_designruleoverride_impl;
51
private
:
friend
class
_DesignRuleOverrideBuilder;
52
protected
: DesignRuleOverride();
53
public
: ~DesignRuleOverride();
57
public
:
NXString
User
58
(
59
);
63
public
:
void
SetUser
64
(
65
const
NXString
& user
66
);
70
void
SetUser
71
(
72
const
char
* user
73
);
77
public
:
NXString
Reason
78
(
79
);
83
public
:
void
SetReason
84
(
85
const
NXString
& name
86
);
90
void
SetReason
91
(
92
const
char
* name
93
);
98
public
:
int
TimeStamp
99
(
100
);
105
public
:
void
SetTimeStamp
106
(
107
int
timeStamp
108
);
112
public
:
NXOpen::Routing::DesignRuleViolation
*
GetViolation
113
(
114
);
115
};
116
}
117
}
118
#ifdef _MSC_VER
119
#pragma warning(pop)
120
#endif
121
#ifdef __GNUC__
122
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
123
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
124
#endif
125
#endif
126
#undef EXPORTLIBRARY