NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
G3DImporter.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// G3DImporter.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 G3DImporter;
33 class BaseImporter;
34 class _G3DImporterBuilder;
35 class G3DImporterImpl;
63 class NXOPENCPPEXPORT G3DImporter : public NXOpen::BaseImporter
64 {
71
81
91 private: G3DImporterImpl * m_g3dimporter_impl;
92 private: friend class _G3DImporterBuilder;
93 protected: G3DImporter();
94public: ~G3DImporter();
99 (
100 );
104 public: void SetImportUnits
105 (
107 );
112 (
113 );
117 public: void SetImportTo
118 (
120 );
125 (
126 );
130 public: void SetMessages
131 (
133 );
137 public: bool FileOpenFlag
138 (
139 );
143 public: void SetFileOpenFlag
144 (
145 bool doingFileOpen
146 );
151 (
152 );
157 (
158 bool doingInformationWindow
159 );
164 (
165 );
169 public: void SetSettingsFile
170 (
171 const NXString & filename
172 );
177 (
178 const char * filename
179 );
183 public: void SaveSettings
184 (
185 const NXString & filename
186 );
191 (
192 const char * filename
193 );
198 (
199 );
204 (
205 bool importToTeamcenter
206 );
207 };
208}
209#ifdef _MSC_VER
210#pragma warning(pop)
211#endif
212#ifdef __GNUC__
213#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
214#pragma GCC diagnostic warning "-Wdeprecated-declarations"
215#endif
216#endif
217#undef EXPORTLIBRARY