NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Catiav5Creator.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口的头文件,用于JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Catiav5Creator.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/BaseCreator.hxx>
22
#include <NXOpen/ObjectSelector.hxx>
23
#include <NXOpen/libnxopencpp_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
31
namespace
NXOpen
32
{
33
class
Catiav5Creator
;
34
class
BaseCreator
;
35
class
ObjectSelector
;
36
class
_Catiav5CreatorBuilder;
37
class
Catiav5CreatorImpl;
67
class
NXOPENCPPEXPORT Catiav5Creator :
public
NXOpen::BaseCreator
68
{
70
public
:
enum
ExportFromOption
71
{
72
ExportFromOptionDisplayPart
,
73
ExportFromOptionExistingPart
74
};
75
private
:
Catiav5CreatorImpl
* m_catiav5creator_impl;
76
private
:
friend
class
_Catiav5CreatorBuilder;
77
protected
:
Catiav5Creator
();
78
public
:
~Catiav5Creator
();
82
public
:
NXOpen::Catiav5Creator::ExportFromOption
ExportFrom
83
(
84
);
88
public
:
void
SetExportFrom
89
(
90
NXOpen::Catiav5Creator::ExportFromOption
exportFrom
91
);
95
public
:
NXString
InputFile
96
(
97
);
101
public
:
void
SetInputFile
102
(
103
const
NXString
& filename
104
);
108
void
SetInputFile
109
(
110
const
char
* filename
111
);
115
public
:
void
SaveSettings
116
(
117
const
NXString
& filename
118
);
122
void
SaveSettings
123
(
124
const
char
* filename
125
);
129
public
:
NXOpen::ObjectSelector
*
ExportSelectionBlock
130
(
131
);
135
public
:
NXString
SettingsFile
136
(
137
);
141
public
:
void
SetSettingsFile
142
(
143
const
NXString
& filename
144
);
148
void
SetSettingsFile
149
(
150
const
char
* filename
151
);
155
public
:
bool
IncludeIndWireFrame
156
(
157
);
161
public
:
void
SetIncludeIndWireFrame
162
(
163
bool
includeIndWireFrame
164
);
168
public
:
bool
IncludeBlankedObj
169
(
170
);
174
public
:
void
SetIncludeBlankedObj
175
(
176
bool
includeBlankedObj
177
);
181
public
:
bool
EnableHybridDesign
182
(
183
);
187
public
:
void
SetEnableHybridDesign
188
(
189
bool
enableHybridDesign
190
);
194
public
:
bool
IncludeCSYS
195
(
196
);
200
public
:
void
SetIncludeCSYS
201
(
202
bool
includeCSYS
203
);
207
public
:
bool
IncludeRefGeom
208
(
209
);
213
public
:
void
SetIncludeRefGeom
214
(
215
bool
includeRefGeom
216
);
220
public
:
bool
FileSaveFlag
221
(
222
);
226
public
:
void
SetFileSaveFlag
227
(
228
bool
doingFileSave
229
);
230
};
231
}
232
#ifdef _MSC_VER
233
#pragma warning(pop)
234
#endif
235
#ifdef __GNUC__
236
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
237
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
238
#endif
239
#endif
240
#undef EXPORTLIBRARY