NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Vsa_AutotestValidation.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件(JA API)
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Vsa_AutotestValidation.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_vsa_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
Vsa
33
{
34
class
AutotestValidation
;
35
}
36
class
Session
;
37
namespace
Vsa
38
{
39
class
AutotestValidationImpl;
44
class
NXOPENCPP_VSAEXPORT
AutotestValidation
45
{
46
private
:
AutotestValidationImpl
* m_autotestvalidation_impl;
47
private
:
NXOpen::Session
* m_owner;
49
public
:
explicit
AutotestValidation
(
NXOpen::Session
*owner);
51
public
:
53
tag_t
Tag
()
const
;
54
private
:
static
AutotestValidation
* theAutotestValidation;
59
public
:
static
AutotestValidation
*
GetAutotestValidation
(
NXOpen::Session
*owner);
60
public
:
~AutotestValidation
();
65
public
:
void
ValidateSimulationResultAll
66
(
67
);
72
public
:
void
ValidateObjectDetailsPane
73
(
74
);
75
};
//lint !e1712 default constructor not defined for class
76
}
77
}
78
#ifdef _MSC_VER
79
#pragma warning(pop)
80
#endif
81
#ifdef __GNUC__
82
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
83
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
84
#endif
85
#endif
86
#undef EXPORTLIBRARY