NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Routing_OverstockApplication.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Routing_OverstockApplication.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/NXObject.hxx>
22
#include <NXOpen/Routing_OverstockApplicationCollection.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
OverstockApplication
;
36
}
37
class
Curve
;
38
class
NXObject
;
39
class
Point
;
40
namespace
Routing
41
{
42
class
ControlPoint
;
43
}
44
namespace
Routing
45
{
46
class
ISegment
;
47
}
48
namespace
Routing
49
{
50
class
Overstock
;
51
}
52
namespace
Routing
53
{
54
class
Stock
;
55
}
56
namespace
Routing
57
{
58
class
_OverstockApplicationBuilder;
59
class
OverstockApplicationImpl;
63
class
NXOPENCPP_ROUTINGEXPORT OverstockApplication :
public
NXOpen::NXObject
64
{
65
private
:
OverstockApplicationImpl
* m_overstockapplication_impl;
66
private
:
friend
class
_OverstockApplicationBuilder;
67
protected
: OverstockApplication();
68
public
: ~OverstockApplication();
72
public
: std::vector<NXOpen::Routing::ISegment *>
GetSegments
73
(
74
);
78
public
:
NXOpen::Routing::ControlPoint
*
StartOfPath
79
(
80
);
84
public
:
NXOpen::Routing::ControlPoint
*
EndOfPath
85
(
86
);
90
public
:
NXOpen::Routing::Method
Definition
91
(
92
);
100
public
:
NXOpen::Point
*
StartPointOfOverstock
101
(
102
);
106
public
:
NXOpen::Point
*
EndPointOfOverstock
107
(
108
);
112
public
:
NXOpen::Point
*
MidPointOfOverstock
113
(
114
);
118
public
: std::vector<NXOpen::Curve *>
GetCrossSections
119
(
120
);
126
public
: std::vector<NXOpen::Routing::Stock *>
GetCoveredStocks
127
(
128
);
134
public
:
void
SetCoveredStocks
135
(
136
const
std::vector<NXOpen::Routing::Stock *> & coveredStocks
137
);
141
public
: std::vector<NXOpen::Routing::Overstock *>
GetOverstocks
142
(
143
);
152
public
:
double
GetStartParameter
153
(
154
);
163
public
:
double
GetEndParameter
164
(
165
);
166
};
167
}
168
}
169
#ifdef _MSC_VER
170
#pragma warning(pop)
171
#endif
172
#ifdef __GNUC__
173
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
174
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
175
#endif
176
#endif
177
#undef EXPORTLIBRARY