NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Routing_QuickPathBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Routing_QuickPathBuilder.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/ErrorList.hxx>
22
#include <NXOpen/Builder.hxx>
23
#include <NXOpen/ObjectList.hxx>
24
#include <NXOpen/ugmath.hxx>
25
#include <NXOpen/libnxopencpp_routing_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
Routing
36
{
37
class
QuickPathBuilder
;
38
}
39
class
Builder
;
40
class
Curve
;
41
class
ErrorList
;
42
class
PointList
;
43
namespace
Routing
44
{
45
class
LinearPathSettings
;
46
}
47
namespace
Routing
48
{
49
class
PathStockBuilder
;
50
}
51
namespace
Routing
52
{
53
class
_QuickPathBuilderBuilder;
54
class
QuickPathBuilderImpl;
72
class
NXOPENCPP_ROUTINGEXPORT QuickPathBuilder :
public
NXOpen::Builder
73
{
74
private
:
QuickPathBuilderImpl
* m_quickpathbuilder_impl;
75
private
:
friend
class
_QuickPathBuilderBuilder;
76
protected
: QuickPathBuilder();
77
public
: ~QuickPathBuilder();
81
public
:
NXOpen::PointList
*
PointList
82
(
83
);
87
public
:
NXOpen::Routing::PathStockBuilder
*
StockSettings
88
(
89
);
93
public
:
NXOpen::ErrorList
*
PathErrors
94
(
95
);
99
public
:
NXOpen::Curve
*
RouteSegment
100
(
101
);
105
public
:
NXOpen::Routing::LinearPathSettings
*
PathSettings
106
(
107
);
111
public
:
void
SetListOfPointsToDraw
112
(
113
int
index ,
114
const
NXOpen::Point3d
& point
115
);
119
public
:
void
SetListOfPointsToDrawCount
120
(
121
int
count
122
);
123
};
124
}
125
}
126
#ifdef _MSC_VER
127
#pragma warning(pop)
128
#endif
129
#ifdef __GNUC__
130
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
131
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
132
#endif
133
#endif
134
#undef EXPORTLIBRARY