NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Mechatronics_ComparisonResultAttribute.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Mechatronics_ComparisonResultAttribute.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/Mechatronics_ComparisonResultBase.hxx>
22
#include <NXOpen/libnxopencpp_mechatronics_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
Mechatronics
33
{
34
class
ComparisonResultAttribute
;
35
}
36
namespace
Mechatronics
37
{
38
class
ComparisonResultBase
;
39
}
40
namespace
Mechatronics
41
{
42
}
43
namespace
Mechatronics
44
{
45
class
ComparisonResultAttributeImpl;
49
class
NXOPENCPP_MECHATRONICSEXPORT
ComparisonResultAttribute
:
public
NXOpen::Mechatronics::ComparisonResultBase
50
{
51
private
:
ComparisonResultAttributeImpl
* m_comparisonresultattribute_impl;
53
public
:
explicit
ComparisonResultAttribute
(
void
*ptr);
55
58
public
:
virtual
~ComparisonResultAttribute
();
62
public
:
NXString
Name
63
(
64
);
68
public
:
NXString
LogicalValue
69
(
70
);
74
public
:
void
SetLogicalValue
75
(
76
const
NXString
& logicalValue
77
);
81
void
SetLogicalValue
82
(
83
const
char
* logicalValue
84
);
88
public
:
NXString
EcadValue
89
(
90
);
94
public
:
void
SetEcadValue
95
(
96
const
NXString
& ecadValue
97
);
101
void
SetEcadValue
102
(
103
const
char
* ecadValue
104
);
105
};
//lint !e1712 类未定义默认构造函数
106
}
107
}
108
#ifdef _MSC_VER
109
#pragma warning(pop)
110
#endif
111
#ifdef __GNUC__
112
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
113
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
114
#endif
115
#endif
116
#undef EXPORTLIBRARY