NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Die_DieDirectionBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件,用于JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Die_DieDirectionBuilder.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
DieDirectionBuilder
;
38
}
39
class
Direction
;
40
namespace
GeometricUtilities
41
{
42
class
IComponentBuilder
;
43
}
44
class
SelectNXObject
;
45
namespace
Die
46
{
47
class
_DieDirectionBuilderBuilder;
48
class
DieDirectionBuilderImpl;
54
class
NXOPENCPP_DIEEXPORT DieDirectionBuilder :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
55
{
57
public
:
enum
DirectionType
58
{
59
DirectionTypeSelection
,
60
DirectionTypeCoordinateSystem
,
61
DirectionTypeVector
62
};
63
private
:
DieDirectionBuilderImpl
* m_diedirectionbuilder_impl;
64
private
:
friend
class
_DieDirectionBuilderBuilder;
65
protected
:
DieDirectionBuilder
();
66
public
:
~DieDirectionBuilder
();
70
public
:
NXOpen::Die::DieDirectionBuilder::DirectionType
InputType
71
(
72
);
76
public
:
void
SetInputType
77
(
78
NXOpen::Die::DieDirectionBuilder::DirectionType
inputType
79
);
83
public
:
NXOpen::SelectNXObject
*
Direction
84
(
85
);
89
public
:
NXOpen::Direction
*
Vector
90
(
91
);
95
public
:
void
SetVector
96
(
97
NXOpen::Direction
* vector
98
);
102
public
:
NXOpen::Point3d
CoordinateSystemOrigin
103
(
104
);
108
public
:
void
SetCoordinateSystemOrigin
109
(
110
const
NXOpen::Point3d
& coordinateSystemOrigin
111
);
115
public
:
NXOpen::Matrix3x3
CoordinateSystemMatrix
116
(
117
);
121
public
:
void
SetCoordinateSystemMatrix
122
(
123
const
NXOpen::Matrix3x3
& coordinateSystemMatrix
124
);
128
public
:
bool
ReverseSourceDirection
129
(
130
);
134
public
:
void
SetReverseSourceDirection
135
(
136
bool
reverseSourceDirection
137
);
142
public
:
virtual
bool
Validate
143
(
144
);
145
};
146
}
147
}
148
#ifdef _MSC_VER
149
#pragma warning(pop)
150
#endif
151
#ifdef __GNUC__
152
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
153
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
154
#endif
155
#endif
156
#undef EXPORTLIBRARY