NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_WrapGeometryBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口的JA API头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_WrapGeometryBuilder.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/ObjectList.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
WrapGeometryBuilder
;
38
}
39
class
Expression
;
40
namespace
Features
41
{
42
class
FeatureBuilder
;
43
}
44
class
PlaneList
;
45
class
SelectDisplayableObjectList
;
46
namespace
Features
47
{
48
class
_WrapGeometryBuilderBuilder;
49
class
WrapGeometryBuilderImpl;
79
class
NXOPENCPP_FEATURESEXPORT WrapGeometryBuilder :
public
NXOpen::Features::FeatureBuilder
80
{
82
public
:
enum
CloseGapType
83
{
84
CloseGapTypeSharp
,
85
CloseGapTypeBeveled
,
86
CloseGapTypeNoOffset
87
};
88
private
:
WrapGeometryBuilderImpl
* m_wrapgeometrybuilder_impl;
89
private
:
friend
class
_WrapGeometryBuilderBuilder;
90
protected
:
WrapGeometryBuilder
();
91
public
:
~WrapGeometryBuilder
();
95
public
:
NXOpen::SelectDisplayableObjectList
*
Geometry
96
(
97
);
101
public
:
NXOpen::PlaneList
*
PlanesList
102
(
103
);
107
public
:
bool
Associative
108
(
109
);
113
public
:
void
SetAssociative
114
(
115
bool
associative
116
);
120
public
:
NXOpen::Features::WrapGeometryBuilder::CloseGapType
CloseGaps
121
(
122
);
126
public
:
void
SetCloseGaps
127
(
128
NXOpen::Features::WrapGeometryBuilder::CloseGapType
closeGaps
129
);
133
public
:
NXOpen::Expression
*
AddOffset
134
(
135
);
139
public
:
NXOpen::Expression
*
SplitOffset
140
(
141
);
145
public
:
double
DistTol
146
(
147
);
151
public
:
void
SetDistTol
152
(
153
double
distTol
154
);
158
public
:
bool
IsInterpart
159
(
160
);
164
public
:
void
SetInterpart
165
(
166
bool
isInterpart
167
);
168
};
169
}
170
}
171
#ifdef _MSC_VER
172
#pragma warning(pop)
173
#endif
174
#ifdef __GNUC__
175
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
176
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
177
#endif
178
#endif
179
#undef EXPORTLIBRARY