NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
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
31namespace 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 {
65 private: MatingConverterImpl * m_matingconverter_impl;
66 private: friend class _MatingConverterBuilder;
67 protected: MatingConverter();
68 public: ~MatingConverter();
73 public: void SetContext
74 (
76 );
82 (
83 );
90 (
91 bool loadGeometry
92 );
100 (
101 );
109 (
110 );
117 (
118 );
127 public: std::vector<NXOpen::Positioning::Constraint *> GetConvertedConstraints
128 (
129 );
136 public: std::vector<NXOpen::Positioning::Constraint *> GetConvertedParts
137 (
138 );
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