NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Document_RectangularObjectBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Document_RectangularObjectBuilder.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/Diagramming_LocationBuilder.hxx>
22
#include <NXOpen/Diagramming_NodeBuilder.hxx>
23
#include <NXOpen/Document_BaseObjectBuilder.hxx>
24
#include <NXOpen/libdocumentopencpp_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
Document
35
{
36
class
RectangularObjectBuilder
;
37
}
38
namespace
Diagramming
39
{
40
class
LocationBuilder
;
41
}
42
namespace
Diagramming
43
{
44
class
NodeBuilder
;
45
}
46
namespace
Document
47
{
48
class
BaseObjectBuilder
;
49
}
50
namespace
Document
51
{
52
class
_RectangularObjectBuilderBuilder;
53
class
RectangularObjectBuilderImpl;
58
class
DOCUMENTOPENCPPEXPORT RectangularObjectBuilder :
public
NXOpen::Document::BaseObjectBuilder
59
{
60
private
:
RectangularObjectBuilderImpl
* m_rectangularobjectbuilder_impl;
61
private
:
friend
class
_RectangularObjectBuilderBuilder;
62
protected
: RectangularObjectBuilder();
63
public
: ~RectangularObjectBuilder();
67
public
:
NXOpen::Diagramming::NodeBuilder
*
Node
68
(
69
);
73
public
:
NXOpen::Diagramming::LocationBuilder
*
FirstCorner
74
(
75
);
79
public
:
NXOpen::Diagramming::LocationBuilder
*
SecondCorner
80
(
81
);
85
public
:
bool
ShowBorder
86
(
87
);
91
public
:
void
SetShowBorder
92
(
93
bool
showBorder
94
);
95
};
96
}
97
}
98
#ifdef _MSC_VER
99
#pragma warning(pop)
100
#endif
101
#ifdef __GNUC__
102
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
103
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
104
#endif
105
#endif
106
#undef EXPORTLIBRARY