NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Positioning_MatingConverter.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件:JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Positioning_MatingConverter.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/TaggedObject.hxx>
22
#include <NXOpen/PartLoadStatus.hxx>
23
#include <NXOpen/libnxopencpp_positioning_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
namespace
Positioning
34
{
35
class
MatingConverter
;
36
}
37
class
PartLoadStatus
;
38
namespace
Positioning
39
{
40
class
Constraint
;
41
}
42
namespace
Positioning
43
{
44
class
_MatingConverterBuilder;
45
class
MatingConverterImpl;
53
class
NXOPENCPP_POSITIONINGEXPORT MatingConverter :
public
NXOpen::TaggedObject
54
{
57
public
:
enum
PartContext
58
{
59
PartContextInOwningPart
,
60
PartContextInLoadedChildren
,
62
PartContextInAllChildren
64
};
65
private
:
MatingConverterImpl
* m_matingconverter_impl;
66
private
:
friend
class
_MatingConverterBuilder;
67
protected
:
MatingConverter
();
68
public
:
~MatingConverter
();
73
public
:
void
SetContext
74
(
75
NXOpen::Positioning::MatingConverter::PartContext
context
76
);
81
public
:
NXOpen::Positioning::MatingConverter::PartContext
Context
82
(
83
);
89
public
:
void
SetLoadReferencedGeometry
90
(
91
bool
loadGeometry
92
);
99
public
:
bool
LoadReferencedGeometry
100
(
101
);
108
public
:
void
ConvertMatingConditions
109
(
110
);
116
public
:
NXOpen::PartLoadStatus
*
LoadStatus
117
(
118
);
127
public
: std::vector<NXOpen::Positioning::Constraint *>
GetConvertedConstraints
128
(
129
);
136
public
: std::vector<NXOpen::Positioning::Constraint *>
GetConvertedParts
137
(
138
);
144
public
:
int
NumberOfConvertedParts
145
(
146
);
154
public
: std::vector<NXString>
GetLatestResults
155
(
156
bool
showAllResults
157
);
165
public
: std::vector<NXString>
GetResults
166
(
167
bool
showAllResults
168
);
176
public
:
void
DeleteResults
177
(
178
);
184
public
:
void
Destroy
185
(
186
);
187
};
188
}
189
}
190
#ifdef _MSC_VER
191
#pragma warning(pop)
192
#endif
193
#ifdef __GNUC__
194
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
195
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
196
#endif
197
#endif
198
#undef EXPORTLIBRARY