NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_AdmBaseBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口至JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_AdmBaseBuilder.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/Features_FeatureBuilder.hxx>
22
#include <NXOpen/libnxopencpp_features_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
30
namespace
NXOpen
31
{
32
namespace
Features
33
{
34
class
AdmBaseBuilder
;
35
}
36
namespace
Features
37
{
38
class
FeatureBuilder
;
39
}
40
namespace
Features
41
{
42
class
_AdmBaseBuilderBuilder;
43
class
AdmBaseBuilderImpl;
49
class
NXOPENCPP_FEATURESEXPORT AdmBaseBuilder :
public
NXOpen::Features::FeatureBuilder
50
{
52
public
:
enum
SolveOptionType
53
{
54
SolveOptionTypeC1
,
55
SolveOptionTypeC2
56
};
57
58
public
:
enum
UpdateMethodType
59
{
60
UpdateMethodTypeFaceChange
= 1,
61
UpdateMethodTypeAutomaticRecovery
,
62
UpdateMethodTypeAutomatic
,
63
UpdateMethodTypeMultiple
64
};
65
private
:
AdmBaseBuilderImpl
* m_admbasebuilder_impl;
66
private
:
friend
class
_AdmBaseBuilderBuilder;
67
protected
:
AdmBaseBuilder
();
68
public
:
~AdmBaseBuilder
();
72
public
:
NXOpen::Features::AdmBaseBuilder::SolveOptionType
SolveOption
73
(
74
);
78
public
:
void
SetSolveOption
79
(
80
NXOpen::Features::AdmBaseBuilder::SolveOptionType
solveOption
81
);
85
public
:
void
Reconfigure
86
(
87
);
91
public
:
NXOpen::Features::AdmBaseBuilder::UpdateMethodType
UpdateMethod
92
(
93
);
97
public
:
void
SetUpdateMethod
98
(
99
NXOpen::Features::AdmBaseBuilder::UpdateMethodType
updateMethod
100
);
104
public
:
void
OnApplyPre
105
(
106
);
107
};
108
}
109
}
110
#ifdef _MSC_VER
111
#pragma warning(pop)
112
#endif
113
#ifdef __GNUC__
114
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
115
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
116
#endif
117
#endif
118
#undef EXPORTLIBRARY