NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Motion_ResultMeasureBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Motion_ResultMeasureBuilder.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_MotionSolution.hxx>
22
#include <NXOpen/Motion_ResultMeasure.hxx>
23
#include <NXOpen/Builder.hxx>
24
#include <NXOpen/SelectObject.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
ResultMeasureBuilder
;
38
}
39
class
Builder
;
40
namespace
Motion
41
{
42
class
MotionSolution
;
43
}
44
class
SelectNXObject
;
45
class
TaggedObject
;
46
namespace
Motion
47
{
48
class
_ResultMeasureBuilderBuilder;
49
class
ResultMeasureBuilderImpl;
53
class
NXOPENCPP_MOTIONEXPORT ResultMeasureBuilder :
public
NXOpen::Builder
54
{
55
private
:
ResultMeasureBuilderImpl
* m_resultmeasurebuilder_impl;
56
private
:
friend
class
_ResultMeasureBuilderBuilder;
57
protected
: ResultMeasureBuilder();
58
public
: ~ResultMeasureBuilder();
62
public
:
NXOpen::Motion::MotionSolution
*
Solution
63
(
64
);
68
public
:
void
SetSolution
69
(
70
NXOpen::Motion::MotionSolution
* solution
71
);
75
public
:
NXOpen::Motion::ResultMeasure::ResultType
ResultType
76
(
77
);
81
public
:
void
SetResultType
82
(
83
NXOpen::Motion::ResultMeasure::ResultType
resultType
84
);
88
public
:
NXOpen::SelectNXObject
*
ReferenceObject
89
(
90
);
94
public
:
NXOpen::Motion::ResultMeasure::InterferenceType
InterferenceType
95
(
96
);
100
public
:
void
SetInterferenceType
101
(
102
NXOpen::Motion::ResultMeasure::InterferenceType
interferenceType
103
);
107
public
:
NXString
ExpName
108
(
109
);
113
public
:
void
SetExpName
114
(
115
const
NXString
& name
116
);
120
void
SetExpName
121
(
122
const
char
* name
123
);
127
public
:
NXOpen::TaggedObject
*
CommitResultMeasure
128
(
129
);
130
};
131
}
132
}
133
#ifdef _MSC_VER
134
#pragma warning(pop)
135
#endif
136
#ifdef __GNUC__
137
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
138
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
139
#endif
140
#endif
141
#undef EXPORTLIBRARY