NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_BevelGearBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口的JA API头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_BevelGearBuilder.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/Expression.hxx>
22#include <NXOpen/GeometricUtilities_BooleanOperation.hxx>
23#include <NXOpen/Features_FeatureBuilder.hxx>
24#include <NXOpen/libnxopencpp_features_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 Features
35 {
36 class BevelGearBuilder;
37 }
38 class Axis;
39 class Expression;
40 namespace Features
41 {
42 class FeatureBuilder;
43 }
44 namespace GeometricUtilities
45 {
46 class BooleanOperation;
47 }
48 namespace Features
49 {
50 class _BevelGearBuilderBuilder;
51 class BevelGearBuilderImpl;
117 class NXOPENCPP_FEATURESEXPORT BevelGearBuilder : public NXOpen::Features::FeatureBuilder
118 {
120public: enum Types
121 {
124 };
125
131
137
143
149 private: BevelGearBuilderImpl * m_bevelgearbuilder_impl;
150 private: friend class _BevelGearBuilderBuilder;
151 protected: BevelGearBuilder();
152 public: ~BevelGearBuilder();
157 (
158 );
162 public: void SetAddendumType
163 (
165 );
170 (
171 );
175 public: void SetParameterType
176 (
178 );
183 (
184 );
189 (
190 );
195 (
196 );
201 (
202 );
207 (
208 );
213 (
215 );
220 (
221 );
226 (
227 );
232 (
233 );
238 (
239 );
244 (
245 );
250 (
251 );
256 (
257 );
262 (
263 );
268 (
269 );
274 (
275 );
280 (
282 );
287 (
288 );
292 public: void SetAxis
293 (
294 NXOpen::Axis * axis
295 );
300 (
301 );
305 public: bool AssociativeAxis
306 (
307 );
312 (
313 bool associativeAxis
314 );
319 (
320 );
324 public: void SetType
325 (
327 );
328 };
329 }
330}
331#ifdef _MSC_VER
332#pragma warning(pop)
333#endif
334#ifdef __GNUC__
335#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
336#pragma GCC diagnostic warning "-Wdeprecated-declarations"
337#endif
338#endif
339#undef EXPORTLIBRARY