NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Routing_UnifyPathBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Routing_UnifyPathBuilder.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/Builder.hxx>
23
#include <NXOpen/Routing_CharacteristicList.hxx>
24
#include <NXOpen/Routing_RouteObjectCollector.hxx>
25
#include <NXOpen/SelectObject.hxx>
26
#include <NXOpen/libnxopencpp_routing_exports.hxx>
27
#ifdef _MSC_VER
28
#pragma warning(push)
29
#pragma warning(disable:4996)
30
#endif
31
#ifdef __GNUC__
32
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33
#endif
34
namespace
NXOpen
35
{
36
namespace
Routing
37
{
38
class
UnifyPathBuilder
;
39
}
40
class
Builder
;
41
namespace
Routing
42
{
43
class
CharacteristicList
;
44
}
45
namespace
Routing
46
{
47
class
RouteObjectCollector
;
48
}
49
class
SelectNXObject
;
50
namespace
Routing
51
{
52
class
_UnifyPathBuilderBuilder;
53
class
UnifyPathBuilderImpl;
58
class
NXOPENCPP_ROUTINGEXPORT UnifyPathBuilder :
public
NXOpen::Builder
59
{
60
private
:
UnifyPathBuilderImpl
* m_unifypathbuilder_impl;
61
private
:
friend
class
_UnifyPathBuilderBuilder;
62
protected
: UnifyPathBuilder();
63
public
: ~UnifyPathBuilder();
67
public
:
NXOpen::Routing::RouteObjectCollector
*
RouteObjectCollector
68
(
69
);
73
public
:
NXOpen::SelectNXObject
*
ReferenceObject
74
(
75
);
80
public
:
NXOpen::Routing::CharacteristicList
*
GetUnifyCharacteristics
81
(
82
);
86
public
:
void
SetUnifyCharacteristics
87
(
88
NXOpen::NXObject::AttributeType
charxType ,
89
const
NXString
& charxName ,
90
const
NXString
& charxValue
91
);
95
void
SetUnifyCharacteristics
96
(
97
NXOpen::NXObject::AttributeType
charxType ,
98
const
char
* charxName ,
99
const
char
* charxValue
100
);
101
};
102
}
103
}
104
#ifdef _MSC_VER
105
#pragma warning(pop)
106
#endif
107
#ifdef __GNUC__
108
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
109
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
110
#endif
111
#endif
112
#undef EXPORTLIBRARY