NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_PmiDimensionData.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_PmiDimensionData.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_HoleCalloutSettingsBuilder.hxx>
22#include <NXOpen/Annotations_PmiSemanticData.hxx>
23#include <NXOpen/ugmath.hxx>
24#include <NXOpen/libnxopencpp_annotations_exports.hxx>
25#ifdef _MSC_VER
26#pragma warning(push)
27#pragma warning(disable:4996)
28#endif
29#ifdef __GNUC__
30#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31#endif
32namespace NXOpen
33{
34 namespace Annotations
35 {
36 class PmiDimensionData;
37 }
38 namespace Annotations
39 {
40 class PmiSemanticData;
41 }
42 namespace Annotations
43 {
44 class PmiDimensionDataImpl;
48 class NXOPENCPP_ANNOTATIONSEXPORT PmiDimensionData : public NXOpen::Annotations::PmiSemanticData
49 {
61 private: PmiDimensionDataImpl * m_pmidimensiondata_impl;
63 public: explicit PmiDimensionData(void *ptr);
65
69 (
70 );
74 public: bool IsFitDesignation
75 (
76 );
80 public: bool Manual
81 (
82 );
86 public: double DimensionValue
87 (
88 );
92 public: bool Reference
93 (
94 );
99 (
100 );
105 (
106 );
110 public: bool Basic
111 (
112 );
116 public: bool NotToScale
117 (
118 );
123 (
124 std::vector<NXString> & textLines
125 );
130 (
131 std::vector<NXString> & textLines
132 );
137 (
138 std::vector<NXString> & textLines
139 );
144 (
145 std::vector<NXString> & textLines
146 );
151 (
152 );
157 public: bool FeatureOfSize
158 (
159 );
163 public: bool AllAround
164 (
165 );
169 public: bool AllOver
170 (
171 );
175 public: double AngleNumerator
176 (
177 );
182 public: double UpperDelta
183 (
184 );
189 public: double LowerDelta
190 (
191 );
195 public: int Grade
196 (
197 );
202 (
203 );
207 public: double HoleUpperDelta
208 (
209 );
213 public: double HoleLowerDelta
214 (
215 );
219 public: int HoleGrade
220 (
221 );
226 (
227 );
231 public: double ShaftUpperDelta
232 (
233 );
237 public: double ShaftLowerDelta
238 (
239 );
243 public: int ShaftGrade
244 (
245 );
250 (
251 );
255 public: int PitchDiaGrade
256 (
257 );
262 (
263 );
267 public: int FitGrade
268 (
269 );
273 public: int ThreadClass
274 (
275 );
279 public: double PitchDiaUpperDelta
280 (
281 );
285 public: double PitchDiaLowerDelta
286 (
287 );
292 (
293 );
298 (
299 int nth
300 );
305 (
306 int nth
307 );
312 (
313 int nth
314 );
319 (
320 int nth
321 );
326 (
327 int nth
328 );
333 (
334 int nth
335 );
340 (
341 int nth
342 );
347 (
348 int nth
349 );
354 (
355 int nth
356 );
361 (
362 int nth
363 );
368 (
369 int nth
370 );
375 (
376 int nth
377 );
382 (
383 int nth
384 );
389 (
390 int nth
391 );
396 (
397 int nth
398 );
403 (
404 int nth
405 );
410 (
411 int nth
412 );
413 }; //lint !e1712 default constructor not defined for class
414 }
415}
416#ifdef _MSC_VER
417#pragma warning(pop)
418#endif
419#ifdef __GNUC__
420#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
421#pragma GCC diagnostic warning "-Wdeprecated-declarations"
422#endif
423#endif
424#undef EXPORTLIBRARY