NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Weld_JointmarkGuideBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Weld_JointmarkGuideBuilder.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/GeometricUtilities_OnPathDimensionBuilder.hxx>
23
#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
24
#include <NXOpen/TaggedObject.hxx>
25
#include <NXOpen/Section.hxx>
26
#include <NXOpen/libnxopencpp_weld_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
Weld
37
{
38
class
JointmarkGuideBuilder
;
39
}
40
class
Expression
;
41
namespace
GeometricUtilities
42
{
43
class
IComponentBuilder
;
44
}
45
namespace
GeometricUtilities
46
{
47
class
OnPathDimensionBuilder
;
48
}
49
class
ICurve
;
50
class
NXObject
;
51
class
Section
;
52
namespace
Weld
53
{
54
class
_JointmarkGuideBuilderBuilder;
55
class
JointmarkGuideBuilderImpl;
59
class
NXOPENCPP_WELDEXPORT JointmarkGuideBuilder :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
60
{
62
public
:
enum
Location
63
{
64
LocationCenterLine
,
65
LocationOffsetFromEdge
,
66
LocationExistingCurve
67
};
68
69
public
:
enum
SpaceMethod
70
{
71
SpaceMethodArcLength
,
72
SpaceMethodParallelXPlane
,
73
SpaceMethodParallelYPlane
,
74
SpaceMethodParallelZPlane
75
};
76
77
public
:
enum
SpaceOption
78
{
79
SpaceOptionDistance
,
80
SpaceOptionNumber
,
81
SpaceOptionMinimumDistance
82
};
83
private
:
JointmarkGuideBuilderImpl
* m_jointmarkguidebuilder_impl;
84
private
:
friend
class
_JointmarkGuideBuilderBuilder;
85
protected
:
JointmarkGuideBuilder
();
86
public
:
~JointmarkGuideBuilder
();
90
public
:
NXOpen::Weld::JointmarkGuideBuilder::Location
LocationOption
91
(
92
);
96
public
:
void
SetLocationOption
97
(
98
NXOpen::Weld::JointmarkGuideBuilder::Location
locationOption
99
);
103
public
:
NXOpen::Expression
*
OffsetDistance
104
(
105
);
109
public
:
bool
ExtendOffset
110
(
111
);
115
public
:
void
SetExtendOffset
116
(
117
bool
extendOffset
118
);
122
public
:
NXOpen::Section
*
Section1
123
(
124
);
128
public
:
NXOpen::Section
*
Section2
129
(
130
);
134
public
:
NXOpen::Section
*
Section3
135
(
136
);
140
public
:
NXOpen::Section
*
Section4
141
(
142
);
146
public
:
NXOpen::Weld::JointmarkGuideBuilder::SpaceMethod
SpacingMethod
147
(
148
);
152
public
:
void
SetSpacingMethod
153
(
154
NXOpen::Weld::JointmarkGuideBuilder::SpaceMethod
spacingMethod
155
);
159
public
:
NXOpen::GeometricUtilities::OnPathDimensionBuilder
*
StartDistance
160
(
161
);
165
public
:
NXOpen::GeometricUtilities::OnPathDimensionBuilder
*
EndDistance
166
(
167
);
171
public
:
NXOpen::Weld::JointmarkGuideBuilder::SpaceOption
SpacingOption
172
(
173
);
177
public
:
void
SetSpacingOption
178
(
179
NXOpen::Weld::JointmarkGuideBuilder::SpaceOption
spacingOption
180
);
184
public
:
NXOpen::Expression
*
Spacing
185
(
186
);
190
public
:
int
NumberOfPoints
191
(
192
);
196
public
:
void
SetNumberOfPoints
197
(
198
int
number
199
);
203
public
:
NXOpen::Section
*
GuideCurve
204
(
205
);
209
public
:
void
SetGuideCurve
210
(
211
NXOpen::Section
* guide
212
);
216
public
:
void
CreateGuideCurves
217
(
218
);
222
public
:
void
GetGuideCurves
223
(
224
std::vector<NXOpen::ICurve *> & guideCurves ,
225
std::vector<NXOpen::NXObject *> & instanceGuideCurves
226
);
230
public
:
bool
ReverseDirection
231
(
232
);
236
public
:
void
SetReverseDirection
237
(
238
bool
reverse
239
);
243
public
:
void
RediscoverGuideEnds
244
(
245
);
249
public
:
bool
RespacePoints
250
(
251
);
255
public
:
void
SetRespacePoints
256
(
257
bool
respacePoints
258
);
263
public
:
virtual
bool
Validate
264
(
265
);
266
};
267
}
268
}
269
#ifdef _MSC_VER
270
#pragma warning(pop)
271
#endif
272
#ifdef __GNUC__
273
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
274
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
275
#endif
276
#endif
277
#undef EXPORTLIBRARY