NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Annotations_BaseAngularDimension.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Annotations_BaseAngularDimension.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/Annotations_AngularTolerance.hxx>
22
#include <NXOpen/Annotations_Dimension.hxx>
23
#include <NXOpen/Annotations_IAngularTolerance.hxx>
24
#include <NXOpen/INXObject.hxx>
25
#include <NXOpen/libnxopencpp_annotations_exports.hxx>
26
#ifdef _MSC_VER
27
#pragma warning(push)
28
#pragma warning(disable:4996)
29
#endif
30
#ifdef __GNUC__
31
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32
#endif
33
namespace
NXOpen
34
{
35
namespace
Annotations
36
{
37
class
BaseAngularDimension
;
38
}
39
namespace
Annotations
40
{
41
class
AngularTolerance
;
42
}
43
namespace
Annotations
44
{
45
class
Dimension
;
46
}
47
namespace
Annotations
48
{
49
class
IAngularTolerance
;
50
}
51
namespace
Assemblies
52
{
53
class
Component
;
54
}
55
class
BasePart
;
56
class
INXObject
;
57
namespace
Annotations
58
{
59
class
_BaseAngularDimensionBuilder;
60
class
BaseAngularDimensionImpl;
64
class
NXOPENCPP_ANNOTATIONSEXPORT BaseAngularDimension :
public
NXOpen::Annotations::Dimension
,
public
virtual
NXOpen::Annotations::IAngularTolerance
65
{
66
private
:
BaseAngularDimensionImpl
* m_baseangulardimension_impl;
67
private
:
friend
class
_BaseAngularDimensionBuilder;
68
protected
: BaseAngularDimension();
69
public
: ~BaseAngularDimension();
73
public
:
virtual
NXOpen::Annotations::AngularTolerance
*
GetTolerance
74
(
75
);
81
public
:
virtual
void
SetTolerance
82
(
83
NXOpen::Annotations::AngularTolerance
* tolerances
84
);
85
};
86
}
87
}
88
#ifdef _MSC_VER
89
#pragma warning(pop)
90
#endif
91
#ifdef __GNUC__
92
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
93
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
94
#endif
95
#endif
96
#undef EXPORTLIBRARY