NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Preferences_PartAeroSheetmetal.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Preferences_PartAeroSheetmetal.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/TaggedObject.hxx>
22#include <NXOpen/libnxopencpp_preferences_exports.hxx>
23#ifdef _MSC_VER
24#pragma warning(push)
25#pragma warning(disable:4996)
26#endif
27#ifdef __GNUC__
28#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29#endif
30namespace NXOpen
31{
32 namespace Preferences
33 {
35 }
36 namespace Preferences
37 {
38 class PartPreferences;
39 }
40 class Expression;
41 namespace Preferences
42 {
43 class PartAeroSheetmetalImpl;
47 class NXOPENCPP_PREFERENCESEXPORT PartAeroSheetmetal
48 {
49 private: PartAeroSheetmetalImpl * m_partaerosheetmetal_impl;
54 public:
56 tag_t Tag() const;
57 public: ~PartAeroSheetmetal();
62 (
63 );
68 (
69 bool updateModel ,
70 const NXString & stationaryRadius
71 );
76 (
77 bool updateModel ,
78 const char * stationaryRadius
79 );
84 (
85 );
90 (
91 bool updateModel ,
92 const NXString & offsetRadius
93 );
98 (
99 bool updateModel ,
100 const char * offsetRadius
101 );
106 (
107 );
112 (
113 bool updateModel ,
114 const NXString & depthThreshold
115 );
120 (
121 bool updateModel ,
122 const char * depthThreshold
123 );
128 (
129 );
134 (
135 bool updateModel ,
136 const NXString & distanceThreshold
137 );
142 (
143 bool updateModel ,
144 const char * distanceThreshold
145 );
146 }; //lint !e1712 类未定义默认构造函数
147 }
148}
149#ifdef _MSC_VER
150#pragma warning(pop)
151#endif
152#ifdef __GNUC__
153#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
154#pragma GCC diagnostic warning "-Wdeprecated-declarations"
155#endif
156#endif
157#undef EXPORTLIBRARY