NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Creator3MF.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Creator3MF.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/GeometricUtilities_LatticeItemListBuilder.hxx>
22
#include <NXOpen/Builder.hxx>
23
#include <NXOpen/SelectObjectList.hxx>
24
#include <NXOpen/libnxopencpp_exports.hxx>
25
#ifdef _MSC_VER
26
#pragma warning(push)
27
#pragma warning(disable:4996)
28
#endif
29
#ifdef __GNUC__
30
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31
#endif
32
namespace
NXOpen
33
{
34
class
Creator3MF
;
35
class
Builder
;
36
namespace
GeometricUtilities
37
{
38
class
LatticeItemListBuilder
;
39
}
40
class
SelectNXObjectList
;
41
class
_Creator3MFBuilder;
42
class
Creator3MFImpl;
62
class
NXOPENCPPEXPORT Creator3MF :
public
NXOpen::Builder
63
{
64
private
:
Creator3MFImpl
* m_creator3mf_impl;
65
private
:
friend
class
_Creator3MFBuilder;
66
protected
: Creator3MF();
67
public
: ~Creator3MF();
72
public
:
NXOpen::SelectNXObjectList
*
SelectBody
73
(
74
);
79
public
:
NXString
OutputFile
80
(
81
);
86
public
:
void
SetOutputFile
87
(
88
const
NXString
& outputFile
89
);
94
void
SetOutputFile
95
(
96
const
char
* outputFile
97
);
102
public
:
double
ChordalTolerance
103
(
104
);
109
public
:
void
SetChordalTolerance
110
(
111
double
chordalTolerance
112
);
117
public
:
double
AngularTolerance
118
(
119
);
124
public
:
void
SetAngularTolerance
125
(
126
double
angularTolerance
127
);
132
public
:
bool
RetainAssemblyStructure
133
(
134
);
139
public
:
void
SetRetainAssemblyStructure
140
(
141
bool
retainAssemblyStructure
142
);
147
public
:
bool
ShowInformationWindow
148
(
149
);
154
public
:
void
SetShowInformationWindow
155
(
156
bool
showInformationWindow
157
);
162
public
:
NXOpen::GeometricUtilities::LatticeItemListBuilder
*
LatticeItemList
163
(
164
);
165
};
166
}
167
#ifdef _MSC_VER
168
#pragma warning(pop)
169
#endif
170
#ifdef __GNUC__
171
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
172
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
173
#endif
174
#endif
175
#undef EXPORTLIBRARY