NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_WrapBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// 用于JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_WrapBuilder.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/Features_FeatureBuilder.hxx>
23
#include <NXOpen/ScCollector.hxx>
24
#include <NXOpen/Section.hxx>
25
#include <NXOpen/SelectObject.hxx>
26
#include <NXOpen/libnxopencpp_features_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
Features
37
{
38
class
WrapBuilder
;
39
}
40
class
Expression
;
41
namespace
Features
42
{
43
class
FeatureBuilder
;
44
}
45
class
Plane
;
46
class
ScCollector
;
47
class
Section
;
48
class
SelectISurface
;
49
namespace
Features
50
{
51
class
_WrapBuilderBuilder;
52
class
WrapBuilderImpl;
76
class
NXOPENCPP_FEATURESEXPORT WrapBuilder :
public
NXOpen::Features::FeatureBuilder
77
{
79
public
:
enum
Types
80
{
81
TypesWrap
,
83
TypesUnwrap
85
};
86
private
:
WrapBuilderImpl
* m_wrapbuilder_impl;
87
private
:
friend
class
_WrapBuilderBuilder;
88
protected
:
WrapBuilder
();
89
public
:
~WrapBuilder
();
93
public
:
NXOpen::Section
*
Curves
94
(
95
);
99
public
:
NXOpen::ScCollector
*
Faces
100
(
101
);
105
public
:
NXOpen::SelectISurface
*
Plane
106
(
107
);
111
public
:
NXOpen::Plane
*
SpecifyPlane
112
(
113
);
117
public
:
void
SetSpecifyPlane
118
(
119
NXOpen::Plane
* plane
120
);
124
public
:
bool
Associative
125
(
126
);
130
public
:
void
SetAssociative
131
(
132
bool
associative
133
);
137
public
:
NXOpen::Expression
*
CutLineAngle
138
(
139
);
143
public
:
double
DistanceTolerance
144
(
145
);
149
public
:
void
SetDistanceTolerance
150
(
151
double
distanceTolerance
152
);
156
public
:
double
AngleTolerance
157
(
158
);
162
public
:
void
SetAngleTolerance
163
(
164
double
angleTolerance
165
);
169
public
:
NXOpen::Features::WrapBuilder::Types
Type
170
(
171
);
175
public
:
void
SetType
176
(
177
NXOpen::Features::WrapBuilder::Types
type
178
);
179
};
180
}
181
}
182
#ifdef _MSC_VER
183
#pragma warning(pop)
184
#endif
185
#ifdef __GNUC__
186
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
187
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
188
#endif
189
#endif
190
#undef EXPORTLIBRARY