NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Tooling_CaeReuseLibrary.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// Header for C++ interface to JA API
5
//--------------------------------------------------------------------------
6
//
7
// Source File:
8
// Tooling_CaeReuseLibrary.ja
9
//
10
// Generated by:
11
// apiwrap
12
//
13
// WARNING:
14
// This file is automatically generated - do not edit by hand
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/Tooling_ReusableObject.hxx>
23
#include <NXOpen/libnxopencpp_tooling_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
Tooling
34
{
35
class
CaeReuseLibrary
;
36
}
37
namespace
CAE
38
{
39
class
BaseFEModel
;
40
}
41
namespace
CAE
42
{
43
class
BeamSection
;
44
}
45
namespace
Tooling
46
{
47
class
ReusableObject
;
48
}
49
namespace
Tooling
50
{
51
class
CaeReuseLibraryImpl;
57
class
NXOPENCPP_TOOLINGEXPORT
CaeReuseLibrary
58
{
59
private
:
CaeReuseLibraryImpl
* m_caereuselibrary_impl;
60
private
:
NXOpen::CAE::BaseFEModel
* m_owner;
62
public
:
explicit
CaeReuseLibrary
(
NXOpen::CAE::BaseFEModel
*owner);
64
public
:
66
tag_t
Tag
()
const
;
67
public
:
~CaeReuseLibrary
();
71
public
:
NXOpen::Tooling::ReusableObject
*
CreateReusableObject
72
(
73
);
77
public
:
void
ExportBeamSectionToLibrary
78
(
79
const
NXString
& reuseLibraryName ,
80
NXOpen::Tooling::ReusableObject
* reusableObject
81
);
85
void
ExportBeamSectionToLibrary
86
(
87
const
char
* reuseLibraryName ,
88
NXOpen::Tooling::ReusableObject
* reusableObject
89
);
93
public
:
NXOpen::CAE::BeamSection
*
ImportBeamSectionFromLibrary
94
(
95
const
NXString
& reuseLibraryName
96
);
100
NXOpen::CAE::BeamSection
*
ImportBeamSectionFromLibrary
101
(
102
const
char
* reuseLibraryName
103
);
107
public
:
void
UpdateDescription
108
(
109
const
NXString
& descriptiveName ,
110
const
NXString
& reuseLibraryName ,
111
const
NXString
& previewImageFile
112
);
116
void
UpdateDescription
117
(
118
const
char
* descriptiveName ,
119
const
char
* reuseLibraryName ,
120
const
char
* previewImageFile
121
);
122
};
//lint !e1712 default constructor not defined for class
123
}
124
}
125
#ifdef _MSC_VER
126
#pragma warning(pop)
127
#endif
128
#ifdef __GNUC__
129
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
130
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
131
#endif
132
#endif
133
#undef EXPORTLIBRARY