NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Preferences_FpcdPreferencesManager.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口头文件:柔性印刷电路板设计(JA)API
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Preferences_FpcdPreferencesManager.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/DisplayableObject.hxx>
22#include <NXOpen/NXColor.hxx>
23#include <NXOpen/Preferences_FpcdPreferencesBuilder.hxx>
24#include <NXOpen/SheetmetalFeatureProperty.hxx>
25#include <NXOpen/TaggedObject.hxx>
26#include <NXOpen/libnxopencpp_preferences_exports.hxx>
27#ifdef _MSC_VER
28#pragma warning(push)
29#pragma warning(disable:4996)
30#endif
31#ifdef __GNUC__
32#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33#endif
34namespace NXOpen
35{
36 namespace Preferences
37 {
39 }
40 namespace Preferences
41 {
42 class PartPreferences;
43 }
44 class Expression;
45 class NXColor;
46 namespace Preferences
47 {
49 }
50 namespace Preferences
51 {
52 class FpcdPreferencesManagerImpl;
58 class NXOPENCPP_PREFERENCESEXPORT FpcdPreferencesManager
59 {
60 private: FpcdPreferencesManagerImpl * m_fpcdpreferencesmanager_impl;
65 public:
67 tag_t Tag() const;
75 (
76 );
83 (
84 );
93 (
94 );
103 (
104 );
113 (
114 );
120 (
121 );
127 (
128 );
133 (
134 );
138 public: std::vector<NXString> GetMaterialNames
139 (
140 );
144 public: std::vector<NXString> GetMaterialProperties
145 (
146 const NXString & materialName ,
147 std::vector<NXString> & propertyNames
148 );
152 std::vector<NXString> GetMaterialProperties
153 (
154 const char * materialName ,
155 std::vector<NXString> & propertyNames
156 );
161 (
162 );
167 (
168 );
173 (
174 );
179 (
180 );
185 (
186 );
192 (
193 );
199 (
200 );
206 (
207 );
212 (
213 );
218 (
219 );
224 (
225 );
230 (
231 );
237 (
238 );
244 (
245 );
251 (
252 );
257 (
258 );
263 (
264 );
269 (
270 );
275 (
276 );
281 (
282 );
287 (
289 );
294 (
295 std::vector<NXOpen::Preferences::FpcdPreferencesBuilder::FlatPatternObjectTypeDisplay> & displayData
296 );
303 (
304 const NXString & calloutType
305 );
312 (
313 const char * calloutType
314 );
318 public: std::vector<NXString> GetFlatPatternCalloutTypeContents
319 (
320 const NXString & calloutType
321 );
326 (
327 const char * calloutType
328 );
333 (
334 );
339 (
340 std::vector<NXOpen::Preferences::FpcdPreferencesBuilder::FlatPatternCalloutTypeDisplay> & displayData
341 );
346 (
348 );
349 }; //lint !e1712 default constructor not defined for class
350 }
351}
352#ifdef _MSC_VER
353#pragma warning(pop)
354#endif
355#ifdef __GNUC__
356#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
357#pragma GCC diagnostic warning "-Wdeprecated-declarations"
358#endif
359#endif
360#undef EXPORTLIBRARY