NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
SelectView.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// SelectView.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/CaeObjectType.hxx>
22
#include <NXOpen/InferSnapType.hxx>
23
#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
24
#include <NXOpen/TaggedObject.hxx>
25
#include <NXOpen/SelectObject.hxx>
26
#include <NXOpen/ugmath.hxx>
27
#include <NXOpen/libnxopencpp_exports.hxx>
28
#ifdef _MSC_VER
29
#pragma warning(push)
30
#pragma warning(disable:4996)
31
#endif
32
#ifdef __GNUC__
33
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
34
#endif
35
namespace
NXOpen
36
{
37
class
SelectView
;
38
namespace
GeometricUtilities
39
{
40
class
IComponentBuilder
;
41
}
42
class
View
;
43
class
_SelectViewBuilder;
44
class
SelectViewImpl;
48
class
NXOPENCPPEXPORT SelectView :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
49
{
50
private
:
SelectViewImpl
* m_selectview_impl;
51
private
:
friend
class
_SelectViewBuilder;
52
protected
: SelectView();
53
public
: ~SelectView();
57
public
:
void
SetValue
58
(
59
NXOpen::View
* selection
60
);
64
public
:
NXOpen::View
*
Value
65
(
66
);
70
public
:
void
SetValue
71
(
72
NXOpen::View
* selection ,
73
NXOpen::View
* view ,
74
const
NXOpen::Point3d
& point
75
);
79
public
:
void
GetValue
80
(
81
NXOpen::View
** selection ,
82
NXOpen::View
** view ,
83
NXOpen::Point3d
* point
84
);
88
public
:
void
SetValue
89
(
90
NXOpen::InferSnapType::SnapType
snapType ,
91
NXOpen::View
* selection1 ,
92
NXOpen::View
* view1 ,
93
const
NXOpen::Point3d
& point1 ,
94
NXOpen::View
* selection2 ,
95
NXOpen::View
* view2 ,
96
const
NXOpen::Point3d
& point2
97
);
101
public
:
void
GetValue
102
(
103
NXOpen::InferSnapType::SnapType
* snapType ,
104
NXOpen::View
** selection1 ,
105
NXOpen::View
** view1 ,
106
NXOpen::Point3d
* point1 ,
107
NXOpen::View
** selection2 ,
108
NXOpen::View
** view2 ,
109
NXOpen::Point3d
* point2
110
);
115
public
:
NX_DEPRECATED
(
"于NX10.0.0弃用。使用NXOpen::SelectObject::SetValue的其他版本。"
) void
SetValue
116
(
117
NXOpen
::
View
* selection ,
118
NXOpen
::
CaeObjectType
::CaeSubType caeSubType ,
119
int
caeSubId
120
);
126
public:
NX_DEPRECATED
(
"于NX10.0.0弃用。使用NXOpen::SelectObject::GetValue的其他版本。"
)
NXOpen
::
View
*
GetValue
127
(
128
NXOpen
::
CaeObjectType
::CaeSubType* caeSubType ,
129
int
* caeSubId
130
);
135
public: virtual
bool
Validate
136
(
137
);
138
};
139
}
140
#ifdef _MSC_VER
141
#pragma warning(pop)
142
#endif
143
#ifdef __GNUC__
144
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
145
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
146
#endif
147
#endif
148
#undef EXPORTLIBRARY