NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_ReplaceBlendBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_ReplaceBlendBuilder.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/Expression.hxx>
22
#include <NXOpen/Features_FeatureBuilder.hxx>
23
#include <NXOpen/ScCollector.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
ReplaceBlendBuilder
;
37
}
38
class
Expression
;
39
namespace
Features
40
{
41
class
FeatureBuilder
;
42
}
43
class
ScCollector
;
44
namespace
Features
45
{
46
class
_ReplaceBlendBuilderBuilder;
47
class
ReplaceBlendBuilderImpl;
62
class
NXOPENCPP_FEATURESEXPORT ReplaceBlendBuilder :
public
NXOpen::Features::FeatureBuilder
63
{
64
private
:
ReplaceBlendBuilderImpl
* m_replaceblendbuilder_impl;
65
private
:
friend
class
_ReplaceBlendBuilderBuilder;
66
protected
: ReplaceBlendBuilder();
67
public
: ~ReplaceBlendBuilder();
72
public
:
NXOpen::ScCollector
*
FaceToReblend
73
(
74
);
79
public
:
int
ShapeMatch
80
(
81
);
86
public
:
void
SetShapeMatch
87
(
88
int
shapeMatch
89
);
93
public
:
bool
InheritRadiusFromFace
94
(
95
);
99
public
:
void
SetInheritRadiusFromFace
100
(
101
bool
inheritRadiusFromFace
102
);
106
public
:
NXOpen::Expression
*
ControlRadius
107
(
108
);
109
};
110
}
111
}
112
#ifdef _MSC_VER
113
#pragma warning(pop)
114
#endif
115
#ifdef __GNUC__
116
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
117
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
118
#endif
119
#endif
120
#undef EXPORTLIBRARY