NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Facet_LocalOffsetBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件,用于JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Facet_LocalOffsetBuilder.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/FacetCollector.hxx>
23
#include <NXOpen/Builder.hxx>
24
#include <NXOpen/libnxopencpp_facet_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
Facet
35
{
36
class
LocalOffsetBuilder
;
37
}
38
class
Builder
;
39
class
Expression
;
40
class
FacetCollector
;
41
namespace
Facet
42
{
43
class
_LocalOffsetBuilderBuilder;
44
class
LocalOffsetBuilderImpl;
72
class
NXOPENCPP_FACETEXPORT LocalOffsetBuilder :
public
NXOpen::Builder
73
{
75
public
:
enum
TransitionMethodType
76
{
77
TransitionMethodTypeNone
,
78
TransitionMethodTypeByConstantOffset
,
79
TransitionMethodTypeByRegionSelection
80
};
81
82
public
:
enum
ShapeMethodType
83
{
84
ShapeMethodTypeSharp
,
85
ShapeMethodTypeSmooth
86
};
87
private
:
LocalOffsetBuilderImpl
* m_localoffsetbuilder_impl;
88
private
:
friend
class
_LocalOffsetBuilderBuilder;
89
protected
:
LocalOffsetBuilder
();
90
public
:
~LocalOffsetBuilder
();
94
public
:
NXOpen::FacetCollector
*
FacetRegion
95
(
96
);
100
public
:
bool
IsReverseDirection
101
(
102
);
106
public
:
void
SetReverseDirection
107
(
108
bool
isReverseDirection
109
);
113
public
:
NXOpen::Expression
*
OffsetDistance
114
(
115
);
119
public
:
NXOpen::Facet::LocalOffsetBuilder::TransitionMethodType
TransitionMethod
120
(
121
);
125
public
:
void
SetTransitionMethod
126
(
127
NXOpen::Facet::LocalOffsetBuilder::TransitionMethodType
transitionMethod
128
);
132
public
:
NXOpen::Expression
*
RegionDistance
133
(
134
);
138
public
:
bool
IsRegenerateOffsetMesh
139
(
140
);
144
public
:
void
SetRegenerateOffsetMesh
145
(
146
bool
isRegenerateOffsetMesh
147
);
151
public
:
NXOpen::FacetCollector
*
FacetTransitionRegions
152
(
153
);
157
public
:
NXOpen::Facet::LocalOffsetBuilder::ShapeMethodType
ShapeMethod
158
(
159
);
163
public
:
void
SetShapeMethod
164
(
165
NXOpen::Facet::LocalOffsetBuilder::ShapeMethodType
shapeMethod
166
);
170
public
:
bool
IsEditCopy
171
(
172
);
176
public
:
void
SetEditCopy
177
(
178
bool
isEditCopy
179
);
183
public
:
bool
IsSmoothEdge
184
(
185
);
189
public
:
void
SetSmoothEdge
190
(
191
bool
isSmoothEdge
192
);
193
};
194
}
195
}
196
#ifdef _MSC_VER
197
#pragma warning(pop)
198
#endif
199
#ifdef __GNUC__
200
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
201
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
202
#endif
203
#endif
204
#undef EXPORTLIBRARY