NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Drawings_SvtBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Drawings_SvtBuilder.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/SelectObjectList.hxx>
24
#include <NXOpen/libnxopencpp_drawings_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
Drawings
35
{
36
class
SvtBuilder
;
37
}
38
class
Direction
;
39
namespace
GeometricUtilities
40
{
41
class
IComponentBuilder
;
42
}
43
class
SelectFaceList
;
44
namespace
Drawings
45
{
46
class
_SvtBuilderBuilder;
47
class
SvtBuilderImpl;
52
class
NXOPENCPP_DRAWINGSEXPORT SvtBuilder :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
53
{
54
private
:
SvtBuilderImpl
* m_svtbuilder_impl;
55
private
:
friend
class
_SvtBuilderBuilder;
56
protected
: SvtBuilder();
57
public
: ~SvtBuilder();
61
public
:
bool
Orientation
62
(
63
);
67
public
:
void
SetOrientation
68
(
69
bool
orientation
70
);
74
public
:
NXOpen::SelectFaceList
*
BackgroundFaces
75
(
76
);
81
public
:
NXOpen::Direction
*
NormalDirection
82
(
83
);
88
public
:
void
SetNormalDirection
89
(
90
NXOpen::Direction
* normalDirection
91
);
96
public
:
NXOpen::Direction
*
XDirection
97
(
98
);
103
public
:
void
SetXDirection
104
(
105
NXOpen::Direction
* xDirection
106
);
111
public
:
virtual
bool
Validate
112
(
113
);
114
};
115
}
116
}
117
#ifdef _MSC_VER
118
#pragma warning(pop)
119
#endif
120
#ifdef __GNUC__
121
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
122
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
123
#endif
124
#endif
125
#undef EXPORTLIBRARY