NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Routing_HandrailBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件(JA API)
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Routing_HandrailBuilder.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/Builder.hxx>
22
#include <NXOpen/Routing_CharacteristicList.hxx>
23
#include <NXOpen/ugmath.hxx>
24
#include <NXOpen/libnxopencpp_routing_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
Routing
35
{
36
class
HandrailBuilder
;
37
}
38
class
Builder
;
39
namespace
Routing
40
{
41
class
CharacteristicList
;
42
}
43
namespace
Routing
44
{
45
class
_HandrailBuilderBuilder;
46
class
HandrailBuilderImpl;
53
class
NXOPENCPP_ROUTINGEXPORT HandrailBuilder :
public
NXOpen::Builder
54
{
62
public
:
enum
PostTypes
63
{
64
PostTypesStart
,
65
PostTypesIntermediate
,
66
PostTypesNone
,
67
PostTypesEnd
68
};
69
private
:
HandrailBuilderImpl
* m_handrailbuilder_impl;
70
private
:
friend
class
_HandrailBuilderBuilder;
71
protected
:
HandrailBuilder
();
72
public
:
~HandrailBuilder
();
76
public
:
NXOpen::Routing::HandrailBuilder::PostTypes
PostType
77
(
78
);
82
public
:
void
SetPostType
83
(
84
NXOpen::Routing::HandrailBuilder::PostTypes
postType
85
);
89
public
:
bool
AutoCloseOption
90
(
91
);
95
public
:
void
SetAutoCloseOption
96
(
97
bool
autoClose
98
);
102
public
:
bool
HasHorizontalRails
103
(
104
);
108
public
:
void
SetHasHorizontalRails
109
(
110
bool
railOption
111
);
115
public
:
void
SetHandrailPartCharx
116
(
117
NXOpen::Routing::CharacteristicList
* partCharx
118
);
122
public
:
void
PlaceHandrail
123
(
124
const
NXOpen::Point3d
& postLocation
125
);
129
public
:
void
ReverseLastPost
130
(
131
);
132
};
133
}
134
}
135
#ifdef _MSC_VER
136
#pragma warning(pop)
137
#endif
138
#ifdef __GNUC__
139
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
140
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
141
#endif
142
#endif
143
#undef EXPORTLIBRARY