NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Annotations_BendTableBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++ 接口访问 JA API 的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Annotations_BendTableBuilder.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/Annotations_OriginBuilder.hxx>
22
#include <NXOpen/Annotations_TableStyleBuilder.hxx>
23
#include <NXOpen/Builder.hxx>
24
#include <NXOpen/SelectObject.hxx>
25
#include <NXOpen/libnxopencpp_annotations_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
Annotations
36
{
37
class
BendTableBuilder
;
38
}
39
namespace
Annotations
40
{
41
class
OriginBuilder
;
42
}
43
namespace
Annotations
44
{
45
class
TableStyleBuilder
;
46
}
47
class
Builder
;
48
namespace
Drawings
49
{
50
class
SelectDraftingView
;
51
}
52
namespace
Annotations
53
{
54
class
_BendTableBuilderBuilder;
55
class
BendTableBuilderImpl;
61
class
NXOPENCPP_ANNOTATIONSEXPORT BendTableBuilder :
public
NXOpen::Builder
62
{
63
private
:
BendTableBuilderImpl
* m_bendtablebuilder_impl;
64
private
:
friend
class
_BendTableBuilderBuilder;
65
protected
: BendTableBuilder();
66
public
: ~BendTableBuilder();
70
public
:
NXOpen::Drawings::SelectDraftingView
*
FlatPatternView
71
(
72
);
76
public
:
NXOpen::Annotations::OriginBuilder
*
AnnotationOrigin
77
(
78
);
82
public
:
NXOpen::Annotations::TableStyleBuilder
*
Style
83
(
84
);
85
};
86
}
87
}
88
#ifdef _MSC_VER
89
#pragma warning(pop)
90
#endif
91
#ifdef __GNUC__
92
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
93
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
94
#endif
95
#endif
96
#undef EXPORTLIBRARY