NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Weld_DatumPinBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Weld_DatumPinBuilder.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/Weld_DatumCommonBuilder.hxx>
22
#include <NXOpen/ScCollector.hxx>
23
#include <NXOpen/SelectObject.hxx>
24
#include <NXOpen/libnxopencpp_weld_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
Weld
35
{
36
class
DatumPinBuilder
;
37
}
38
class
Direction
;
39
class
ScCollector
;
40
namespace
Weld
41
{
42
class
DatumCommonBuilder
;
43
}
44
namespace
Weld
45
{
46
class
SelectDatumPin
;
47
}
48
namespace
Weld
49
{
50
class
_DatumPinBuilderBuilder;
51
class
DatumPinBuilderImpl;
103
class
NXOPENCPP_WELDEXPORT DatumPinBuilder :
public
NXOpen::Weld::DatumCommonBuilder
104
{
105
private
:
DatumPinBuilderImpl
* m_datumpinbuilder_impl;
106
private
:
friend
class
_DatumPinBuilderBuilder;
107
protected
: DatumPinBuilder();
108
public
: ~DatumPinBuilder();
112
public
:
NXOpen::ScCollector
*
BoundaryCurve
113
(
114
);
118
public
:
void
MoveToCenter
119
(
120
);
124
public
:
NXOpen::Weld::SelectDatumPin
*
DerivedDatum
125
(
126
);
130
public
:
void
InitializeAxis
131
(
132
);
136
public
:
void
UpdateAxisData
137
(
138
);
142
public
:
NXOpen::Direction
*
PunchDirection
143
(
144
);
148
public
:
void
SetPunchDirection
149
(
150
NXOpen::Direction
* punchDirection
151
);
155
public
:
bool
CreatePunchVector
156
(
157
);
161
public
:
void
SetCreatePunchVector
162
(
163
bool
createPunchVector
164
);
168
public
:
double
PunchDirectionLength
169
(
170
);
174
public
:
void
SetPunchDirectionLength
175
(
176
double
punchDirectionLength
177
);
178
};
179
}
180
}
181
#ifdef _MSC_VER
182
#pragma warning(pop)
183
#endif
184
#ifdef __GNUC__
185
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
186
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
187
#endif
188
#endif
189
#undef EXPORTLIBRARY