NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Die_DieLocationBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Die_DieLocationBuilder.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_IComponentBuilder.hxx>
22
#include <NXOpen/TaggedObject.hxx>
23
#include <NXOpen/SelectObject.hxx>
24
#include <NXOpen/ugmath.hxx>
25
#include <NXOpen/libnxopencpp_die_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
Die
36
{
37
class
DieLocationBuilder
;
38
}
39
class
Direction
;
40
namespace
GeometricUtilities
41
{
42
class
IComponentBuilder
;
43
}
44
class
Plane
;
45
class
Point
;
46
class
SelectNXObject
;
47
namespace
Die
48
{
49
class
_DieLocationBuilderBuilder;
50
class
DieLocationBuilderImpl;
58
class
NXOPENCPP_DIEEXPORT DieLocationBuilder :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
59
{
61
public
:
enum
LocationType
62
{
63
LocationTypeSelectLocation
,
64
LocationTypeNewPoint
,
65
LocationTypeNewCoordinateSystem
,
66
LocationTypeNewVector
,
67
LocationTypeNewPlane
68
};
69
private
:
DieLocationBuilderImpl
* m_dielocationbuilder_impl;
70
private
:
friend
class
_DieLocationBuilderBuilder;
71
protected
:
DieLocationBuilder
();
72
public
:
~DieLocationBuilder
();
76
public
:
NXOpen::Die::DieLocationBuilder::LocationType
InputType
77
(
78
);
82
public
:
void
SetInputType
83
(
84
NXOpen::Die::DieLocationBuilder::LocationType
inputType
85
);
89
public
:
NXOpen::SelectNXObject
*
Location
90
(
91
);
95
public
:
NXOpen::Point
*
Point
96
(
97
);
101
public
:
void
SetPoint
102
(
103
NXOpen::Point
* point
104
);
108
public
:
NXOpen::Direction
*
Vector
109
(
110
);
114
public
:
void
SetVector
115
(
116
NXOpen::Direction
* vector
117
);
121
public
:
NXOpen::Plane
*
Plane
122
(
123
);
127
public
:
void
SetPlane
128
(
129
NXOpen::Plane
* plane
130
);
134
public
:
NXOpen::Point3d
CoordinateSystemOrigin
135
(
136
);
140
public
:
void
SetCoordinateSystemOrigin
141
(
142
const
NXOpen::Point3d
& coordinateSystemOrigin
143
);
147
public
:
NXOpen::Matrix3x3
CoordinateSystemMatrix
148
(
149
);
153
public
:
void
SetCoordinateSystemMatrix
154
(
155
const
NXOpen::Matrix3x3
& coordinateSystemMatrix
156
);
161
public
:
virtual
bool
Validate
162
(
163
);
164
};
165
}
166
}
167
#ifdef _MSC_VER
168
#pragma warning(pop)
169
#endif
170
#ifdef __GNUC__
171
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
172
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
173
#endif
174
#endif
175
#undef EXPORTLIBRARY