NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Catiav4Importer.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Catiav4Importer.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 Catiav4Importer;
33 class BaseImporter;
34 class _Catiav4ImporterBuilder;
35 class Catiav4ImporterImpl;
57 class NXOPENCPPEXPORT Catiav4Importer : public NXOpen::BaseImporter
58 {
59 private: Catiav4ImporterImpl * m_catiav4importer_impl;
60 private: friend class _Catiav4ImporterBuilder;
61 protected: Catiav4Importer();
62 public: ~Catiav4Importer();
66 public: void SaveSettings
67 (
68 const NXString & filename
69 );
74 (
75 const char * filename
76 );
81 (
82 );
86 public: void SetSettingsFile
87 (
88 const NXString & filename
89 );
94 (
95 const char * filename
96 );
100 public: bool HealBodies
101 (
102 );
106 public: void SetHealBodies
107 (
108 bool healBodies
109 );
113 public: bool SimplifyGeometry
114 (
115 );
120 (
121 bool simplifyGeometry
122 );
126 public: bool Optimize
127 (
128 );
132 public: void SetOptimize
133 (
134 bool optimize
135 );
139 public: bool FileOpenFlag
140 (
141 );
145 public: void SetFileOpenFlag
146 (
147 bool doingFileOpen
148 );
149 };
150}
151#ifdef _MSC_VER
152#pragma warning(pop)
153#endif
154#ifdef __GNUC__
155#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
156#pragma GCC diagnostic warning "-Wdeprecated-declarations"
157#endif
158#endif
159#undef EXPORTLIBRARY