NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Drawings_ViewProjectionBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Drawings_ViewProjectionBuilder.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/Drawings_ViewProjectionPlaneBuilder.hxx>
22
#include <NXOpen/Builder.hxx>
23
#include <NXOpen/Section.hxx>
24
#include <NXOpen/SelectObjectList.hxx>
25
#include <NXOpen/libnxopencpp_drawings_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
Drawings
36
{
37
class
ViewProjectionBuilder
;
38
}
39
class
Builder
;
40
namespace
Drawings
41
{
42
class
SelectDraftingViewList
;
43
}
44
namespace
Drawings
45
{
46
class
ViewProjectionPlaneBuilder
;
47
}
48
class
Section
;
49
class
View
;
50
namespace
Drawings
51
{
52
class
_ViewProjectionBuilderBuilder;
53
class
ViewProjectionBuilderImpl;
83
class
NXOPENCPP_DRAWINGSEXPORT ViewProjectionBuilder :
public
NXOpen::Builder
84
{
86
public
:
enum
Types
87
{
88
TypesProjectOnOnePlane
,
89
TypesProjectOnTwoPlanes
90
};
91
92
public
:
enum
CurveType
93
{
94
CurveTypeActive
,
95
CurveTypeReference
,
96
CurveTypeNone
97
};
98
private
:
ViewProjectionBuilderImpl
* m_viewprojectionbuilder_impl;
99
private
:
friend
class
_ViewProjectionBuilderBuilder;
100
protected
:
ViewProjectionBuilder
();
101
public
:
~ViewProjectionBuilder
();
105
public
:
NXOpen::View
*
FromView
106
(
107
);
111
public
:
void
SetFromView
112
(
113
NXOpen::View
* fromview
114
);
118
public
:
NXOpen::Section
*
CurvePoints
119
(
120
);
124
public
:
NXOpen::Drawings::ViewProjectionPlaneBuilder
*
Plane1
125
(
126
);
130
public
:
NXOpen::Drawings::ViewProjectionPlaneBuilder
*
Plane2
131
(
132
);
136
public
:
NXOpen::Drawings::SelectDraftingViewList
*
ToViews
137
(
138
);
142
public
:
NXOpen::Drawings::ViewProjectionBuilder::Types
Type
143
(
144
);
148
public
:
void
SetType
149
(
150
NXOpen::Drawings::ViewProjectionBuilder::Types
type
151
);
155
public
:
NXOpen::Drawings::ViewProjectionBuilder::CurveType
CurveTypePlane1
156
(
157
);
161
public
:
void
SetCurveTypePlane1
162
(
163
NXOpen::Drawings::ViewProjectionBuilder::CurveType
type
164
);
168
public
:
NXOpen::Drawings::ViewProjectionBuilder::CurveType
CurveTypePlane2
169
(
170
);
174
public
:
void
SetCurveTypePlane2
175
(
176
NXOpen::Drawings::ViewProjectionBuilder::CurveType
type
177
);
181
public
:
NXOpen::Drawings::ViewProjectionBuilder::CurveType
CurveTypeEdges
182
(
183
);
187
public
:
void
SetCurveTypeEdges
188
(
189
NXOpen::Drawings::ViewProjectionBuilder::CurveType
type
190
);
191
};
192
}
193
}
194
#ifdef _MSC_VER
195
#pragma warning(pop)
196
#endif
197
#ifdef __GNUC__
198
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
199
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
200
#endif
201
#endif
202
#undef EXPORTLIBRARY