NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Motion_GraphObjectBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Motion_GraphObjectBuilder.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/Motion_AdvancedSolution.hxx>
22
#include <NXOpen/Motion_Graph.hxx>
23
#include <NXOpen/Motion_MotionSolution.hxx>
24
#include <NXOpen/Motion_MotionBuilder.hxx>
25
#include <NXOpen/libnxopencpp_motion_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
Motion
36
{
37
class
GraphObjectBuilder
;
38
}
39
class
CoordinateSystem
;
40
namespace
Motion
41
{
42
class
AdvancedSolution
;
43
}
44
namespace
Motion
45
{
46
class
Graph
;
47
}
48
namespace
Motion
49
{
50
class
IGraphSource
;
51
}
52
namespace
Motion
53
{
54
class
Marker
;
55
}
56
namespace
Motion
57
{
58
class
MotionBuilder
;
59
}
60
namespace
Motion
61
{
62
class
MotionSolution
;
63
}
64
namespace
Motion
65
{
66
class
_GraphObjectBuilderBuilder;
67
class
GraphObjectBuilderImpl;
74
class
NXOPENCPP_MOTIONEXPORT GraphObjectBuilder :
public
NXOpen::Motion::MotionBuilder
75
{
76
private
:
GraphObjectBuilderImpl
* m_graphobjectbuilder_impl;
77
private
:
friend
class
_GraphObjectBuilderBuilder;
78
protected
: GraphObjectBuilder();
79
public
: ~GraphObjectBuilder();
83
public
:
NXOpen::Motion::IGraphSource
*
ReferenceObject
84
(
85
);
89
public
:
void
SetReferenceObject
90
(
91
NXOpen::Motion::IGraphSource
* referObject
92
);
96
public
:
NXOpen::Motion::MotionSolution
*
SolutionObject
97
(
98
);
102
public
:
void
SetSolutionObject
103
(
104
NXOpen::Motion::MotionSolution
* solutionObject
105
);
109
public
:
NXOpen::Motion::AdvancedSolution
*
AdvancedSolutionObject
110
(
111
);
115
public
:
void
SetAdvancedSolutionObject
116
(
117
NXOpen::Motion::AdvancedSolution
* solutionObject
118
);
122
public
:
void
GetQuantityTypes
123
(
124
std::vector<NXString> & typeStrings ,
125
std::vector<NXString> & valueStrings
126
);
130
public
:
void
SetQuantityType
131
(
132
const
NXString
& typeString ,
133
const
NXString
& valueString
134
);
138
void
SetQuantityType
139
(
140
const
char
* typeString ,
141
const
char
* valueString
142
);
146
public
:
NXOpen::CoordinateSystem
*
ReferencedCsys
147
(
148
);
152
public
:
void
SetReferencedCsys
153
(
154
NXOpen::CoordinateSystem
* csys
155
);
159
public
:
NXOpen::Motion::Marker
*
ReferencedMarker
160
(
161
);
165
public
:
void
SetReferencedMarker
166
(
167
NXOpen::Motion::Marker
* marker
168
);
172
public
:
NXOpen::Motion::Graph
*
FindEquivalent
173
(
174
);
175
};
176
}
177
}
178
#ifdef _MSC_VER
179
#pragma warning(pop)
180
#endif
181
#ifdef __GNUC__
182
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
183
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
184
#endif
185
#endif
186
#undef EXPORTLIBRARY