NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Assemblies_DeformManager.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Assemblies_DeformManager.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/libnxopencpp_assemblies_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 namespace Assemblies
33 {
34 class DeformManager;
35 }
36 class Session;
37 namespace Assemblies
38 {
39 class Component;
40 }
41 namespace Assemblies
42 {
43 class DeformBuilder;
44 }
45 namespace Features
46 {
47 class Feature;
48 }
49 class Part;
50 namespace Assemblies
51 {
52 class DeformManagerImpl;
56 class NXOPENCPP_ASSEMBLIESEXPORT DeformManager
57 {
58 private: DeformManagerImpl * m_deformmanager_impl;
59 private: NXOpen::Session* m_owner;
61 public: explicit DeformManager(NXOpen::Session *owner);
63 public:
65 tag_t Tag() const;
66 private: static DeformManager* theDeformManager;
72 public: ~DeformManager();
83 (
84 NXOpen::Part * part ,
85 NXOpen::Assemblies::Component * deformComponent
86 );
91 (
93 NXOpen::Part * targetPart ,
94 bool isReplaceMode
95 );
100 (
101 const NXString & oldReplacedFlexName
102 );
107 (
108 const char * oldReplacedFlexName
109 );
114 (
116 );
121 (
122 bool isReplacingDeformation
123 );
128 (
129 NXOpen::Part * part
130 );
131 }; //lint !e1712 类未定义默认构造函数
132 }
133}
134#ifdef _MSC_VER
135#pragma warning(pop)
136#endif
137#ifdef __GNUC__
138#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
139#pragma GCC diagnostic warning "-Wdeprecated-declarations"
140#endif
141#endif
142#undef EXPORTLIBRARY