NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_AeroFlangeBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口头文件 - JA API
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_AeroFlangeBuilder.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/GeometricUtilities_CurveLengthBuilder.hxx>
24#include <NXOpen/GeometricUtilities_OnPathDimensionBuilder.hxx>
25#include <NXOpen/Features_FeatureBuilder.hxx>
26#include <NXOpen/ScCollector.hxx>
27#include <NXOpen/Section.hxx>
28#include <NXOpen/libnxopencpp_features_exports.hxx>
29#ifdef _MSC_VER
30#pragma warning(push)
31#pragma warning(disable:4996)
32#endif
33#ifdef __GNUC__
34#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
35#endif
36namespace NXOpen
37{
38 namespace Features
39 {
41 }
42 class Expression;
43 namespace Features
44 {
45 class FeatureBuilder;
46 }
47 namespace GeometricUtilities
48 {
49 class BooleanOperation;
50 }
51 namespace GeometricUtilities
52 {
54 }
55 namespace GeometricUtilities
56 {
58 }
59 namespace GeometricUtilities
60 {
62 }
63 class Plane;
64 class ScCollector;
65 class Section;
66 namespace Features
67 {
68 class _AeroFlangeBuilderBuilder;
69 class AeroFlangeBuilderImpl;
150 class NXOPENCPP_FEATURESEXPORT AeroFlangeBuilder : public NXOpen::Features::FeatureBuilder
151 {
159
165
171
178
184
192
200 private: AeroFlangeBuilderImpl * m_aeroflangebuilder_impl;
201 private: friend class _AeroFlangeBuilderBuilder;
202 protected: AeroFlangeBuilder();
203public: ~AeroFlangeBuilder();
208 (
209 );
214 (
215 );
220 (
222 );
227 (
228 );
233 (
234 );
238 public: void SetPlane
239 (
240 NXOpen::Plane * plane
241 );
246 (
247 );
252 (
253 );
258 (
259 );
264 (
266 );
271 (
272 );
277 (
278 );
283 (
284 bool reverseThicknessDirection
285 );
290 (
291 );
296 (
297 );
302 (
303 bool reverseThicknessOffsetDirection
304 );
309 (
310 );
314 public: void SetWidthMethod
315 (
317 );
322 (
323 );
328 (
330 );
335 (
336 );
341 (
342 );
347 (
348 bool reverseWidth1Direction
349 );
354 (
355 );
360 (
361 );
366 (
367 bool reverseWidthOffsetDirection
368 );
373 (
374 );
379 (
380 );
385 (
386 bool reverseWidth2Direction
387 );
392 (
393 );
397 public: void SetLimit1Type
398 (
400 );
405 (
406 );
411 (
412 );
417 (
418 bool isLimit1MeasureExpressionUsed
419 );
424 (
425 );
430 (
431 );
436 (
437 );
442 (
443 bool reverseLimit1OffsetDirection
444 );
449 (
450 );
454 public: void SetLimit2Type
455 (
457 );
462 (
463 );
468 (
469 );
474 (
475 bool isLimit2MeasureExpressionUsed
476 );
481 (
482 );
487 (
488 );
493 (
494 );
499 (
500 bool reverseLimit2OffsetDirection
501 );
506 (
507 );
512 (
513 );
518 (
519 );
523 public: void SetAlignRefType0
524 (
526 );
531 (
532 );
536 public: void SetAlignRefType1
537 (
539 );
544 (
545 bool deleteGuideCurves ,
546 bool showGuideCurves
547 );
548 };
549 }
550}
551#ifdef _MSC_VER
552#pragma warning(pop)
553#endif
554#ifdef __GNUC__
555#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
556#pragma GCC diagnostic warning "-Wdeprecated-declarations"
557#endif
558#endif
559#undef EXPORTLIBRARY