NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_MoveEdgeBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_MoveEdgeBuilder.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_ModlMotion.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
MoveEdgeBuilder
;
37
}
38
namespace
Features
39
{
40
class
FeatureBuilder
;
41
}
42
namespace
GeometricUtilities
43
{
44
class
ModlMotion
;
45
}
46
class
ScCollector
;
47
namespace
Features
48
{
49
class
_MoveEdgeBuilderBuilder;
50
class
MoveEdgeBuilderImpl;
77
class
NXOPENCPP_FEATURESEXPORT MoveEdgeBuilder :
public
NXOpen::Features::FeatureBuilder
78
{
80
public
:
enum
EndFaceBehaviorType
81
{
82
EndFaceBehaviorTypeExtend
,
83
EndFaceBehaviorTypeMorph
84
};
85
private
:
MoveEdgeBuilderImpl
* m_moveedgebuilder_impl;
86
private
:
friend
class
_MoveEdgeBuilderBuilder;
87
protected
:
MoveEdgeBuilder
();
88
public
:
~MoveEdgeBuilder
();
92
public
:
NXOpen::ScCollector
*
EdgeToMove
93
(
94
);
98
public
:
NXOpen::GeometricUtilities::ModlMotion
*
Motion
99
(
100
);
104
public
:
NXOpen::Features::MoveEdgeBuilder::EndFaceBehaviorType
EndFaceBehavior
105
(
106
);
110
public
:
void
SetEndFaceBehavior
111
(
112
NXOpen::Features::MoveEdgeBuilder::EndFaceBehaviorType
type
113
);
114
};
115
}
116
}
117
#ifdef _MSC_VER
118
#pragma warning(pop)
119
#endif
120
#ifdef __GNUC__
121
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
122
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
123
#endif
124
#endif
125
#undef EXPORTLIBRARY