NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Motion_ExpressionFunctionBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Motion_ExpressionFunctionBuilder.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/Expression.hxx>
22
#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
23
#include <NXOpen/TaggedObject.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
ExpressionFunctionBuilder
;
38
}
39
class
Expression
;
40
namespace
GeometricUtilities
41
{
42
class
IComponentBuilder
;
43
}
44
namespace
Motion
45
{
46
class
MotionFunction
;
47
}
48
namespace
Motion
49
{
50
class
SelectFieldData
;
51
}
52
namespace
Motion
53
{
54
class
_ExpressionFunctionBuilderBuilder;
55
class
ExpressionFunctionBuilderImpl;
59
class
NXOPENCPP_MOTIONEXPORT ExpressionFunctionBuilder :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
60
{
63
public
:
enum
Type
64
{
65
TypeExpression
,
66
TypeFunction
,
67
TypeProfile
68
};
69
private
:
ExpressionFunctionBuilderImpl
* m_expressionfunctionbuilder_impl;
70
private
:
friend
class
_ExpressionFunctionBuilderBuilder;
71
protected
:
ExpressionFunctionBuilder
();
72
public
:
~ExpressionFunctionBuilder
();
76
public
:
NXOpen::Motion::ExpressionFunctionBuilder::Type
DataType
77
(
78
);
82
public
:
void
SetDataType
83
(
84
NXOpen::Motion::ExpressionFunctionBuilder::Type
type
85
);
89
public
:
NXOpen::Expression
*
Expression
90
(
91
);
95
public
:
NXOpen::Motion::MotionFunction
*
Function
96
(
97
);
101
public
:
void
SetFunction
102
(
103
NXOpen::Motion::MotionFunction
* func
104
);
108
public
:
NXOpen::Motion::SelectFieldData
*
Profile
109
(
110
);
115
public
:
virtual
bool
Validate
116
(
117
);
118
};
119
}
120
}
121
#ifdef _MSC_VER
122
#pragma warning(pop)
123
#endif
124
#ifdef __GNUC__
125
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
126
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
127
#endif
128
#endif
129
#undef EXPORTLIBRARY