NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Appearance_AppearanceManager.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口访问JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Appearance_AppearanceManager.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/ErrorList.hxx>
22#include <NXOpen/TaggedObject.hxx>
23#include <NXOpen/libnxopencpp_appearance_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 Appearance
34 {
36 }
37 class Part;
38 namespace Appearance
39 {
41 }
42 namespace Appearance
43 {
45 }
46 namespace Appearance
47 {
49 }
50 class ErrorList;
51 namespace Appearance
52 {
53 class AppearanceManagerImpl;
57 class NXOPENCPP_APPEARANCEEXPORT AppearanceManager
58 {
59 private: AppearanceManagerImpl * m_appearancemanager_impl;
60 private: NXOpen::Part* m_owner;
62 public: explicit AppearanceManager(NXOpen::Part *owner);
64 public:
66 tag_t Tag() const;
67 public: ~AppearanceManager();
72 (
73 const NXString & schemeName
74 );
79 (
80 const char * schemeName
81 );
86 (
87 const NXString & designatorName ,
88 const NXString & schemeName
89 );
94 (
95 const char * designatorName ,
96 const char * schemeName
97 );
102 (
103 );
108 (
109 const NXString & productAssembly
110 );
115 (
116 const char * productAssembly
117 );
122 (
123 );
124 }; //lint !e1712 类未定义默认构造函数
125 }
126}
127#ifdef _MSC_VER
128#pragma warning(pop)
129#endif
130#ifdef __GNUC__
131#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
132#pragma GCC diagnostic warning "-Wdeprecated-declarations"
133#endif
134#endif
135#undef EXPORTLIBRARY