NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_DividefaceBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口的JA API头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_DividefaceBuilder.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_SelectDividingObjectBuilder.hxx>
22
#include <NXOpen/Features_FeatureBuilder.hxx>
23
#include <NXOpen/SelectObjectList.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
DividefaceBuilder
;
37
}
38
namespace
Features
39
{
40
class
FeatureBuilder
;
41
}
42
namespace
GeometricUtilities
43
{
44
class
ProjectionOptions
;
45
}
46
namespace
GeometricUtilities
47
{
48
class
SelectDividingObjectBuilder
;
49
}
50
class
ScCollector
;
51
class
SelectDisplayableObjectList
;
52
namespace
Features
53
{
54
class
_DividefaceBuilderBuilder;
55
class
DividefaceBuilderImpl;
71
class
NXOPENCPP_FEATURESEXPORT DividefaceBuilder :
public
NXOpen::Features::FeatureBuilder
72
{
73
private
:
DividefaceBuilderImpl
* m_dividefacebuilder_impl;
74
private
:
friend
class
_DividefaceBuilderBuilder;
75
protected
: DividefaceBuilder();
76
public
: ~DividefaceBuilder();
80
public
:
void
SetFacesToDivide
81
(
82
NXOpen::ScCollector
* facesToDivide
83
);
87
public
:
NXOpen::ScCollector
*
FacesToDivide
88
(
89
);
93
public
:
NXOpen::GeometricUtilities::ProjectionOptions
*
ProjectionOption
94
(
95
);
99
public
:
void
SetTolerance
100
(
101
double
tolerance
102
);
106
public
:
double
Tolerance
107
(
108
);
112
public
:
void
SetBlankOption
113
(
114
bool
blank
115
);
119
public
:
bool
BlankOption
120
(
121
);
125
public
:
void
SetExtendOption
126
(
127
bool
extend
128
);
132
public
:
bool
ExtendOption
133
(
134
);
138
public
:
void
SetProjectCurvesThatLieOnFaceOption
139
(
140
bool
projectCurvesThatLieOnFace
141
);
145
public
:
bool
ProjectCurvesThatLieOnFaceOption
146
(
147
);
152
public
:
NX_DEPRECATED
(
"于NX9.0.0中弃用。此方法用于NX9之前的版本,请勿使用。请改用NXOpen::Features::DividefaceBuilder::SelectDividingObject。"
)
NXOpen
::
SelectDisplayableObjectList
* DividingObjectsList
153
(
154
);
158
public:
NXOpen
::
GeometricUtilities
::SelectDividingObjectBuilder *
SelectDividingObject
159
(
160
);
161
};
162
}
163
}
164
#ifdef _MSC_VER
165
#pragma warning(pop)
166
#endif
167
#ifdef __GNUC__
168
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
169
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
170
#endif
171
#endif
172
#undef EXPORTLIBRARY