NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Tooling_TrimRegionBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// Header for C++ interface to JA API
5
//--------------------------------------------------------------------------
6
//
7
// Source File:
8
// Tooling_TrimRegionBuilder.ja
9
//
10
// Generated by:
11
// apiwrap
12
//
13
// WARNING:
14
// This file is automatically generated - do not edit by hand
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/Builder.hxx>
22
#include <NXOpen/ObjectList.hxx>
23
#include <NXOpen/ScCollector.hxx>
24
#include <NXOpen/SelectObject.hxx>
25
#include <NXOpen/SelectObjectList.hxx>
26
#include <NXOpen/libnxopencpp_tooling_exports.hxx>
27
#ifdef _MSC_VER
28
#pragma warning(push)
29
#pragma warning(disable:4996)
30
#endif
31
#ifdef __GNUC__
32
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33
#endif
34
namespace
NXOpen
35
{
36
namespace
Tooling
37
{
38
class
TrimRegionBuilder
;
39
}
40
class
Builder
;
41
class
NXColor
;
42
class
NXObject
;
43
class
RegionPointList
;
44
class
ScCollector
;
45
class
SelectBody
;
46
class
SelectNXObjectList
;
47
namespace
Tooling
48
{
49
class
_TrimRegionBuilderBuilder;
50
class
TrimRegionBuilderImpl;
73
class
NXOPENCPP_TOOLINGEXPORT TrimRegionBuilder :
public
NXOpen::Builder
74
{
76
public
:
enum
BoundaryOption
77
{
78
BoundaryOptionBodyCurve
,
79
BoundaryOptionTraverse
80
};
81
82
public
:
enum
RegionOption
83
{
84
RegionOptionKeep
,
85
RegionOptionDiscard
86
};
87
88
public
:
enum
ConvertTypeOption
89
{
90
ConvertTypeOptionWithCopies
,
91
ConvertTypeOptionNoCopies
92
};
93
private
:
TrimRegionBuilderImpl
* m_trimregionbuilder_impl;
94
private
:
friend
class
_TrimRegionBuilderBuilder;
95
protected
:
TrimRegionBuilder
();
96
public
:
~TrimRegionBuilder
();
100
public
:
NXOpen::SelectBody
*
TargetBody
101
(
102
);
106
public
:
NXOpen::Tooling::TrimRegionBuilder::BoundaryOption
BoundaryType
107
(
108
);
112
public
:
void
SetBoundaryType
113
(
114
NXOpen::Tooling::TrimRegionBuilder::BoundaryOption
boundaryType
115
);
119
public
:
NXOpen::SelectNXObjectList
*
BoundaryBody
120
(
121
);
125
public
:
NXOpen::ScCollector
*
LoopCollector
126
(
127
);
131
public
:
NXOpen::RegionPointList
*
RegionPoint
132
(
133
);
137
public
:
NXOpen::Tooling::TrimRegionBuilder::RegionOption
RegionType
138
(
139
);
143
public
:
void
SetRegionType
144
(
145
NXOpen::Tooling::TrimRegionBuilder::RegionOption
regionType
146
);
150
public
:
bool
AsPatchSurface
151
(
152
);
156
public
:
void
SetAsPatchSurface
157
(
158
bool
asPatchSurface
159
);
163
public
:
void
GetColorValue
164
(
165
double
* redValue ,
166
double
* greenValue ,
167
double
* blueValue
168
);
172
public
:
void
SetColorValue
173
(
174
double
redValue ,
175
double
greenValue ,
176
double
blueValue
177
);
181
public
:
NXOpen::NXColor
*
BodyColor
182
(
183
);
187
public
:
void
SetBodyColor
188
(
189
NXOpen::NXColor
* patchColor
190
);
194
public
:
void
SetTraverseEdges
195
(
196
const
std::vector<NXOpen::NXObject *> & traverseEdges
197
);
201
public
:
NXOpen::Tooling::TrimRegionBuilder::ConvertTypeOption
ConvertType
202
(
203
);
207
public
:
void
SetConvertType
208
(
209
NXOpen::Tooling::TrimRegionBuilder::ConvertTypeOption
convertType
210
);
214
public
:
int
GetNewCavityAndCorePartingProcessStatus
215
(
216
);
217
};
218
}
219
}
220
#ifdef _MSC_VER
221
#pragma warning(pop)
222
#endif
223
#ifdef __GNUC__
224
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
225
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
226
#endif
227
#endif
228
#undef EXPORTLIBRARY