NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Routing_ConnectedCurvesBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Routing_ConnectedCurvesBuilder.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/SelectObjectList.hxx>
23
#include <NXOpen/libnxopencpp_routing_exports.hxx>
24
#ifdef _MSC_VER
25
#pragma warning(push)
26
#pragma warning(disable:4996)
27
#endif
28
#ifdef __GNUC__
29
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30
#endif
31
namespace
NXOpen
32
{
33
namespace
Routing
34
{
35
class
ConnectedCurvesBuilder
;
36
}
37
class
Builder
;
38
class
Curve
;
39
class
SelectCurveList
;
40
namespace
Routing
41
{
42
class
_ConnectedCurvesBuilderBuilder;
43
class
ConnectedCurvesBuilderImpl;
66
class
NXOPENCPP_ROUTINGEXPORT ConnectedCurvesBuilder :
public
NXOpen::Builder
67
{
68
private
:
ConnectedCurvesBuilderImpl
* m_connectedcurvesbuilder_impl;
69
private
:
friend
class
_ConnectedCurvesBuilderBuilder;
70
protected
: ConnectedCurvesBuilder();
71
public
: ~ConnectedCurvesBuilder();
75
public
:
NXOpen::SelectCurveList
*
CurveSelection
76
(
77
);
82
public
:
bool
AllowLines
83
(
84
);
89
public
:
void
SetAllowLines
90
(
91
bool
allowLines
92
);
97
public
:
bool
AllowArcs
98
(
99
);
104
public
:
void
SetAllowArcs
105
(
106
bool
allowArcs
107
);
112
public
:
bool
AllowSplines
113
(
114
);
119
public
:
void
SetAllowSplines
120
(
121
bool
allowSplines
122
);
127
public
:
bool
AllowOccs
128
(
129
);
134
public
:
void
SetAllowOccs
135
(
136
bool
allowOccs
137
);
141
public
: std::vector<NXOpen::Curve *>
ChainSelectedCurves
142
(
143
);
144
};
145
}
146
}
147
#ifdef _MSC_VER
148
#pragma warning(pop)
149
#endif
150
#ifdef __GNUC__
151
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
152
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
153
#endif
154
#endif
155
#undef EXPORTLIBRARY