NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Annotations_BaseSurfaceFinish.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Annotations_BaseSurfaceFinish.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_LinearTolerance.hxx>
22
#include <NXOpen/Annotations_UnitsFormatPreferences.hxx>
23
#include <NXOpen/Annotations_ILinearTolerance.hxx>
24
#include <NXOpen/Annotations_PmiAttribute.hxx>
25
#include <NXOpen/INXObject.hxx>
26
#include <NXOpen/libnxopencpp_annotations_exports.hxx>
27
#ifdef _MSC_VER
28
#pragma warning(push)
29
#pragma warning(disable:4996)
30
#endif
31
#ifdef __GNUC__
32
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33
#endif
34
namespace
NXOpen
35
{
36
namespace
Annotations
37
{
38
class
BaseSurfaceFinish
;
39
}
40
namespace
Annotations
41
{
42
class
ILinearTolerance
;
43
}
44
namespace
Annotations
45
{
46
class
LinearTolerance
;
47
}
48
namespace
Annotations
49
{
50
class
PmiAttribute
;
51
}
52
namespace
Annotations
53
{
54
class
UnitsFormatPreferences
;
55
}
56
namespace
Assemblies
57
{
58
class
Component
;
59
}
60
class
BasePart
;
61
class
INXObject
;
62
namespace
Annotations
63
{
64
class
_BaseSurfaceFinishBuilder;
65
class
BaseSurfaceFinishImpl;
69
class
NXOPENCPP_ANNOTATIONSEXPORT BaseSurfaceFinish :
public
NXOpen::Annotations::PmiAttribute
,
public
virtual
NXOpen::Annotations::ILinearTolerance
70
{
71
private
:
BaseSurfaceFinishImpl
* m_basesurfacefinish_impl;
72
private
:
friend
class
_BaseSurfaceFinishBuilder;
73
protected
: BaseSurfaceFinish();
74
public
: ~BaseSurfaceFinish();
78
public
:
NXOpen::Annotations::UnitsFormatPreferences
*
GetUnitsFormatPrefs
79
(
80
);
86
public
:
void
SetUnitsFormatPrefs
87
(
88
NXOpen::Annotations::UnitsFormatPreferences
* unitsFormat
89
);
93
public
:
bool
GetInvertSymbol
94
(
95
);
101
public
:
void
SetInvertSymbol
102
(
103
bool
invertSymbol
104
);
108
public
:
virtual
NXOpen::Annotations::LinearTolerance
*
GetTolerance
109
(
110
);
116
public
:
virtual
void
SetTolerance
117
(
118
NXOpen::Annotations::LinearTolerance
* tolerance
119
);
120
};
121
}
122
}
123
#ifdef _MSC_VER
124
#pragma warning(pop)
125
#endif
126
#ifdef __GNUC__
127
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
128
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
129
#endif
130
#endif
131
#undef EXPORTLIBRARY