NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Tooling_ReferenceBlendBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Tooling_ReferenceBlendBuilder.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/Builder.hxx>
23
#include <NXOpen/ScCollector.hxx>
24
#include <NXOpen/libnxopencpp_tooling_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
Tooling
35
{
36
class
ReferenceBlendBuilder
;
37
}
38
class
Builder
;
39
class
Expression
;
40
class
NXObject
;
41
class
ScCollector
;
42
class
TaggedObject
;
43
namespace
Tooling
44
{
45
class
_ReferenceBlendBuilderBuilder;
46
class
ReferenceBlendBuilderImpl;
50
class
NXOPENCPP_TOOLINGEXPORT ReferenceBlendBuilder :
public
NXOpen::Builder
51
{
53
public
:
enum
FaceCreationMethod
54
{
55
FaceCreationMethodDefault
,
56
FaceCreationMethodReplace
57
};
58
private
:
ReferenceBlendBuilderImpl
* m_referenceblendbuilder_impl;
59
private
:
friend
class
_ReferenceBlendBuilderBuilder;
60
protected
:
ReferenceBlendBuilder
();
61
public
:
~ReferenceBlendBuilder
();
65
public
:
NXOpen::ScCollector
*
SelectionFace
66
(
67
);
71
public
:
NXOpen::Tooling::ReferenceBlendBuilder::FaceCreationMethod
CreateFaceMethod
72
(
73
);
77
public
:
void
SetCreateFaceMethod
78
(
79
NXOpen::Tooling::ReferenceBlendBuilder::FaceCreationMethod
faceMethod
80
);
84
public
:
NXOpen::Expression
*
Radius
85
(
86
);
90
public
:
NXOpen::ScCollector
*
SelectionEdge
91
(
92
);
96
public
:
bool
RemoveParameters
97
(
98
);
102
public
:
void
SetRemoveParameters
103
(
104
bool
removeFlag
105
);
109
public
:
NXOpen::TaggedObject
*
CreateReferenceBlend
110
(
111
);
115
public
:
void
SetReferenceBlendFeatureGroup
116
(
117
NXOpen::NXObject
* featureGroup
118
);
122
public
:
NXOpen::TaggedObject
*
CreateReferenceBlendWithReplaceFace
123
(
124
);
128
public
:
void
DeleteReplaceFaceObjects
129
(
130
);
131
};
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