NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
RevitImporter.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Revit API C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// RevitImporter.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/BaseImporter.hxx>
22#include <NXOpen/libnxopencpp_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 class RevitImporter;
33 class BaseImporter;
34 class _RevitImporterBuilder;
35 class RevitImporterImpl;
72 class NXOPENCPPEXPORT RevitImporter : public NXOpen::BaseImporter
73 {
80
88
98
104 private: RevitImporterImpl * m_revitimporter_impl;
105 private: friend class _RevitImporterBuilder;
106 protected: RevitImporter();
107public: ~RevitImporter();
112 (
113 );
117 public: void SetImportTo
118 (
120 );
124 public: bool ProcessAttributes
125 (
126 );
131 (
132 bool processAttributes
133 );
138 (
139 );
144 (
145 bool processLevelBasedHierarchy
146 );
151 (
152 );
157 (
158 bool processLinkedModels
159 );
164 (
165 );
170 (
172 );
177 (
178 );
182 public: void SetMessages
183 (
185 );
189 public: bool FileOpenFlag
190 (
191 );
195 public: void SetFileOpenFlag
196 (
197 bool doingFileOpen
198 );
203 (
204 );
209 (
210 bool doingInformationWindow
211 );
216 (
217 );
221 public: void SetSettingsFile
222 (
223 const NXString & filename
224 );
229 (
230 const char * filename
231 );
235 public: void SaveSettings
236 (
237 const NXString & filename
238 );
243 (
244 const char * filename
245 );
250 (
251 );
256 (
257 bool importToTeamcenter
258 );
259 };
260}
261#ifdef _MSC_VER
262#pragma warning(pop)
263#endif
264#ifdef __GNUC__
265#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
266#pragma GCC diagnostic warning "-Wdeprecated-declarations"
267#endif
268#endif
269#undef EXPORTLIBRARY