NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
GeometricUtilities_RectangularPattern.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口至JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// GeometricUtilities_RectangularPattern.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_DistancePatternSpacing.hxx>
22
#include <NXOpen/GeometricUtilities_HorizontalReference.hxx>
23
#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
24
#include <NXOpen/TaggedObject.hxx>
25
#include <NXOpen/SelectObject.hxx>
26
#include <NXOpen/libnxopencpp_geometricutilities_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
GeometricUtilities
37
{
38
class
RectangularPattern
;
39
}
40
class
Direction
;
41
namespace
GeometricUtilities
42
{
43
class
DistancePatternSpacing
;
44
}
45
namespace
GeometricUtilities
46
{
47
class
HorizontalReference
;
48
}
49
namespace
GeometricUtilities
50
{
51
class
IComponentBuilder
;
52
}
53
class
SelectNXObject
;
54
namespace
GeometricUtilities
55
{
56
class
_RectangularPatternBuilder;
57
class
RectangularPatternImpl;
61
class
NXOPENCPP_GEOMETRICUTILITIESEXPORT RectangularPattern :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
62
{
64
public
:
enum
StaggerOptions
65
{
66
StaggerOptionsNone
,
67
StaggerOptionsRow
,
68
StaggerOptionsColumn
69
};
70
71
public
:
enum
SimplifiedLayoutTypes
72
{
73
SimplifiedLayoutTypesSquare
,
74
SimplifiedLayoutTypesTriangle
,
75
SimplifiedLayoutTypesDiamond
76
};
77
private
:
RectangularPatternImpl
* m_rectangularpattern_impl;
78
private
:
friend
class
_RectangularPatternBuilder;
79
protected
:
RectangularPattern
();
80
public
:
~RectangularPattern
();
84
public
:
NXOpen::Direction
*
XDirection
85
(
86
);
90
public
:
void
SetXDirection
91
(
92
NXOpen::Direction
* xDirection
93
);
97
public
:
NXOpen::GeometricUtilities::DistancePatternSpacing
*
XSpacing
98
(
99
);
103
public
:
NXOpen::Direction
*
YDirection
104
(
105
);
109
public
:
void
SetYDirection
110
(
111
NXOpen::Direction
* yDirection
112
);
116
public
:
NXOpen::GeometricUtilities::DistancePatternSpacing
*
YSpacing
117
(
118
);
122
public
:
NXOpen::SelectNXObject
*
XSelection
123
(
124
);
128
public
:
NXOpen::SelectNXObject
*
YSelection
129
(
130
);
134
public
:
bool
XFlip
135
(
136
);
140
public
:
void
SetXFlip
141
(
142
bool
flip
143
);
147
public
:
bool
YFlip
148
(
149
);
153
public
:
void
SetYFlip
154
(
155
bool
flip
156
);
160
public
:
bool
XSymmetryToggle
161
(
162
);
166
public
:
void
SetXSymmetryToggle
167
(
168
bool
toggle
169
);
173
public
:
bool
YSymmetryToggle
174
(
175
);
179
public
:
void
SetYSymmetryToggle
180
(
181
bool
toggle
182
);
186
public
:
bool
UseYDirectionToggle
187
(
188
);
192
public
:
void
SetUseYDirectionToggle
193
(
194
bool
toggle
195
);
199
public
:
NXOpen::GeometricUtilities::RectangularPattern::StaggerOptions
StaggerType
200
(
201
);
205
public
:
void
SetStaggerType
206
(
207
NXOpen::GeometricUtilities::RectangularPattern::StaggerOptions
spaceType
208
);
212
public
:
bool
CreateLastStaggered
213
(
214
);
218
public
:
void
SetCreateLastStaggered
219
(
220
bool
create
221
);
225
public
:
NXOpen::GeometricUtilities::RectangularPattern::SimplifiedLayoutTypes
SimplifiedLayoutType
226
(
227
);
231
public
:
void
SetSimplifiedLayoutType
232
(
233
NXOpen::GeometricUtilities::RectangularPattern::SimplifiedLayoutTypes
type
234
);
238
public
:
NXOpen::GeometricUtilities::HorizontalReference
*
HorizontalRef
239
(
240
);
245
public
:
virtual
bool
Validate
246
(
247
);
248
};
249
}
250
}
251
#ifdef _MSC_VER
252
#pragma warning(pop)
253
#endif
254
#ifdef __GNUC__
255
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
256
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
257
#endif
258
#endif
259
#undef EXPORTLIBRARY