NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_IPmiSemantics.hxx
1//--------------------------------------------------------------------------
2// 版权所有 2024 Siemens
3//--------------------------------------------------------------------------
4// C++ 接口到 JA API 的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_IPmiSemantics.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_PmiBalloonIdSymbolData.hxx>
22#include <NXOpen/Annotations_PmiBalloonNoteData.hxx>
23#include <NXOpen/Annotations_PmiCoordinateNoteData.hxx>
24#include <NXOpen/Annotations_PmiDatumData.hxx>
25#include <NXOpen/Annotations_PmiDatumTargetData.hxx>
26#include <NXOpen/Annotations_PmiDimensionData.hxx>
27#include <NXOpen/Annotations_PmiEdgeConditionSymbolData.hxx>
28#include <NXOpen/Annotations_PmiEnterpriseIdentifierData.hxx>
29#include <NXOpen/Annotations_PmiExportControlData.hxx>
30#include <NXOpen/Annotations_PmiFcfData.hxx>
31#include <NXOpen/Annotations_PmiGovernmentSecurityInfoData.hxx>
32#include <NXOpen/Annotations_PmiLineWeldData.hxx>
33#include <NXOpen/Annotations_PmiLocatorDesignatorData.hxx>
34#include <NXOpen/Annotations_PmiMaterialSpecificationData.hxx>
35#include <NXOpen/Annotations_PmiNoteData.hxx>
36#include <NXOpen/Annotations_PmiPartIdentificationData.hxx>
37#include <NXOpen/Annotations_PmiProcessSpecificationData.hxx>
38#include <NXOpen/Annotations_PmiProprietaryInfoData.hxx>
39#include <NXOpen/Annotations_PmiRegionData.hxx>
40#include <NXOpen/Annotations_PmiSfsData.hxx>
41#include <NXOpen/Annotations_PmiSurfaceFinishData.hxx>
42#include <NXOpen/INXObject.hxx>
43#include <NXOpen/libnxopencpp_annotations_exports.hxx>
44#ifdef _MSC_VER
45#pragma warning(push)
46#pragma warning(disable:4996)
47#endif
48#ifdef __GNUC__
49#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
50#endif
51namespace NXOpen
52{
53 namespace Annotations
54 {
55 class IPmiSemantics;
56 }
57 namespace Annotations
58 {
60 }
61 namespace Annotations
62 {
64 }
65 namespace Annotations
66 {
68 }
69 namespace Annotations
70 {
71 class PmiDatumData;
72 }
73 namespace Annotations
74 {
76 }
77 namespace Annotations
78 {
79 class PmiDimensionData;
80 }
81 namespace Annotations
82 {
84 }
85 namespace Annotations
86 {
88 }
89 namespace Annotations
90 {
92 }
93 namespace Annotations
94 {
95 class PmiFcfData;
96 }
97 namespace Annotations
98 {
100 }
101namespace Annotations
102{
103 class PmiLineWeldData;
104}
105namespace Annotations
106{
108}
109namespace Annotations
110{
112}
113namespace Annotations
114{
115 class PmiNoteData;
116}
117namespace Annotations
118{
120}
121namespace Annotations
122{
124}
125namespace Annotations
126{
128}
129namespace Annotations
130{
131 class PmiRegionData;
132}
133namespace Annotations
134{
135 class PmiSfsData;
136}
137namespace Annotations
138{
140}
141class INXObject;
142namespace Annotations
143{
147 class NXOPENCPP_ANNOTATIONSEXPORT IPmiSemantics : public virtual NXOpen::INXObject
148 {
149 public: virtual ~IPmiSemantics() {}
154 (
155 ) = 0;
160 (
161 ) = 0;
166 (
167 ) = 0;
172 (
173 ) = 0;
178 (
179 ) = 0;
184 (
185 ) = 0;
190 (
191 ) = 0;
196 (
197 ) = 0;
202 (
203 ) = 0;
208 (
209 ) = 0;
214 (
215 ) = 0;
220 (
221 ) = 0;
226 (
227 ) = 0;
232 (
233 ) = 0;
238 (
239 ) = 0;
244 (
245 ) = 0;
250 (
251 ) = 0;
256 (
257 ) = 0;
262 (
263 ) = 0;
268 (
269 ) = 0;
274 (
275 ) = 0;
276 };
277}
278}
279#ifdef _MSC_VER
280#pragma warning(pop)
281#endif
282#ifdef __GNUC__
283#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
284#pragma GCC diagnostic warning "-Wdeprecated-declarations"
285#endif
286#endif
287#undef EXPORTLIBRARY