NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_DatumReferenceBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++ 接口访问 JA API 的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_DatumReferenceBuilder.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/GeometricUtilities_IComponentBuilder.hxx>
22#include <NXOpen/TaggedObject.hxx>
23#include <NXOpen/libnxopencpp_annotations_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
33 namespace Annotations
34 {
36 }
37 namespace GeometricUtilities
38 {
40 }
41 namespace Annotations
42 {
43 class _DatumReferenceBuilderBuilder;
44 class DatumReferenceBuilderImpl;
50 class NXOPENCPP_ANNOTATIONSEXPORT DatumReferenceBuilder : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
51 {
60 private: DatumReferenceBuilderImpl * m_datumreferencebuilder_impl;
61 private: friend class _DatumReferenceBuilderBuilder;
62 protected: DatumReferenceBuilder();
63 public: ~DatumReferenceBuilder();
68 (
69 );
73 public: void SetLetter
74 (
75 const NXString & datumReferenceDatum
76 );
81 (
82 const char * datumReferenceDatum
83 );
88 (
89 );
94 (
96 );
100 public: bool FreeState
101 (
102 );
106 public: void SetFreeState
107 (
108 bool datumReferenceFreeState
109 );
113 public: bool Projected
114 (
115 );
119 public: void SetProjected
120 (
121 bool datumReferenceProjected
122 );
126 public: bool PitchDiameter
127 (
128 );
132 public: void SetPitchDiameter
133 (
134 bool datumReferencePitchDiameter
135 );
139 public: bool MajorDiameter
140 (
141 );
145 public: void SetMajorDiameter
146 (
147 bool datumReferenceMajorDiameter
148 );
152 public: bool MinorDiameter
153 (
154 );
158 public: void SetMinorDiameter
159 (
160 bool datumReferenceMinorDiameter
161 );
165 public: bool AnyCrossSection
166 (
167 );
172 (
173 bool datumReferenceAnyCrossSection
174 );
179 (
180 );
185 (
186 bool datumReferenceAnyLongitudinalSection
187 );
191 public: bool ContactingFeature
192 (
193 );
198 (
199 bool datumReferenceContactingFeature
200 );
204 public: bool VariableDistance
205 (
206 );
211 (
212 bool datumReferenceVariableDistance
213 );
218 (
219 );
224 (
225 bool datumReferenceSituationFeaturePoint
226 );
231 (
232 );
237 (
238 bool datumReferenceSituationFeatureLine
239 );
244 (
245 );
250 (
251 bool datumReferenceSituationFeaturePlane
252 );
257 (
258 );
263 (
264 bool datumReferenceOrientationConstraint
265 );
270 public: virtual bool Validate
271 (
272 );
273 };
274 }
275}
276#ifdef _MSC_VER
277#pragma warning(pop)
278#endif
279#ifdef __GNUC__
280#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
281#pragma GCC diagnostic warning "-Wdeprecated-declarations"
282#endif
283#endif
284#undef EXPORTLIBRARY