NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_EnlargeBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_EnlargeBuilder.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/GeometricUtilities_SurfaceRangeBuilder.hxx>
22
#include <NXOpen/Features_FeatureBuilder.hxx>
23
#include <NXOpen/SelectObject.hxx>
24
#include <NXOpen/libnxopencpp_features_exports.hxx>
25
#ifdef _MSC_VER
26
#pragma warning(push)
27
#pragma warning(disable:4996)
28
#endif
29
#ifdef __GNUC__
30
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31
#endif
32
namespace
NXOpen
33
{
34
namespace
Features
35
{
36
class
EnlargeBuilder
;
37
}
38
namespace
Features
39
{
40
class
FeatureBuilder
;
41
}
42
namespace
GeometricUtilities
43
{
44
class
SurfaceRangeBuilder
;
45
}
46
class
SelectFace
;
47
namespace
Features
48
{
49
class
_EnlargeBuilderBuilder;
50
class
EnlargeBuilderImpl;
69
class
NXOPENCPP_FEATURESEXPORT EnlargeBuilder :
public
NXOpen::Features::FeatureBuilder
70
{
72
public
:
enum
ExtensionTypes
73
{
74
ExtensionTypesLinear
,
75
ExtensionTypesNatural
76
};
77
private
:
EnlargeBuilderImpl
* m_enlargebuilder_impl;
78
private
:
friend
class
_EnlargeBuilderBuilder;
79
protected
:
EnlargeBuilder
();
80
public
:
~EnlargeBuilder
();
84
public
:
NXOpen::SelectFace
*
Face
85
(
86
);
90
public
:
NXOpen::GeometricUtilities::SurfaceRangeBuilder
*
ResizeParameters
91
(
92
);
96
public
:
NXOpen::Features::EnlargeBuilder::ExtensionTypes
ExtensionType
97
(
98
);
102
public
:
void
SetExtensionType
103
(
104
NXOpen::Features::EnlargeBuilder::ExtensionTypes
extensionType
105
);
109
public
:
bool
IsCopy
110
(
111
);
115
public
:
void
SetCopy
116
(
117
bool
isCopy
118
);
119
};
120
}
121
}
122
#ifdef _MSC_VER
123
#pragma warning(pop)
124
#endif
125
#ifdef __GNUC__
126
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
127
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
128
#endif
129
#endif
130
#undef EXPORTLIBRARY