NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_SplitBodyBuilder.hxx
1
//--------------------------------------------------------------------------
2
// 版权所有 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_SplitBodyBuilder.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_BooleanToolBuilder.hxx>
22
#include <NXOpen/Features_FeatureBuilder.hxx>
23
#include <NXOpen/ScCollector.hxx>
24
#include <NXOpen/SelectObjectList.hxx>
25
#include <NXOpen/libnxopencpp_features_exports.hxx>
26
#ifdef _MSC_VER
27
#pragma warning(push)
28
#pragma warning(disable:4996)
29
#endif
30
#ifdef __GNUC__
31
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32
#endif
33
namespace
NXOpen
34
{
35
namespace
Features
36
{
37
class
SplitBodyBuilder
;
38
}
39
namespace
Features
40
{
41
class
FeatureBuilder
;
42
}
43
namespace
GeometricUtilities
44
{
45
class
BooleanToolBuilder
;
46
}
47
class
ScCollector
;
48
class
SelectBodyList
;
49
namespace
Features
50
{
51
class
_SplitBodyBuilderBuilder;
52
class
SplitBodyBuilderImpl;
68
class
NXOPENCPP_FEATURESEXPORT SplitBodyBuilder :
public
NXOpen::Features::FeatureBuilder
69
{
70
private
:
SplitBodyBuilderImpl
* m_splitbodybuilder_impl;
71
private
:
friend
class
_SplitBodyBuilderBuilder;
72
protected
: SplitBodyBuilder();
73
public
: ~SplitBodyBuilder();
78
public
:
NXOpen::SelectBodyList
*
TargetBody
79
(
80
);
85
public
:
NXOpen::ScCollector
*
TargetBodyCollector
86
(
87
);
92
public
:
void
SetTargetBodyCollector
93
(
94
NXOpen::ScCollector
* toolBodyCollector
95
);
100
public
:
NXOpen::GeometricUtilities::BooleanToolBuilder
*
BooleanTool
101
(
102
);
106
public
:
bool
KeepImprintedEdges
107
(
108
);
112
public
:
void
SetKeepImprintedEdges
113
(
114
bool
keepImprintedEdges
115
);
119
public
:
double
Tolerance
120
(
121
);
125
public
:
void
SetTolerance
126
(
127
double
tolerance
128
);
129
};
130
}
131
}
132
#ifdef _MSC_VER
133
#pragma warning(pop)
134
#endif
135
#ifdef __GNUC__
136
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
137
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
138
#endif
139
#endif
140
#undef EXPORTLIBRARY