NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Mechatronics_GearBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// 用于C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Mechatronics_GearBuilder.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/Mechatronics_CouplingBuilder.hxx>
23
#include <NXOpen/libnxopencpp_mechatronics_exports.hxx>
24
#ifdef _MSC_VER
25
#pragma warning(push)
26
#pragma warning(disable:4996)
27
#endif
28
#ifdef __GNUC__
29
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30
#endif
31
namespace
NXOpen
32
{
33
namespace
Mechatronics
34
{
35
class
GearBuilder
;
36
}
37
class
Expression
;
38
namespace
Mechatronics
39
{
40
class
CouplingBuilder
;
41
}
42
namespace
Mechatronics
43
{
44
class
_GearBuilderBuilder;
45
class
GearBuilderImpl;
49
class
NXOPENCPP_MECHATRONICSEXPORT GearBuilder :
public
NXOpen::Mechatronics::CouplingBuilder
50
{
52
public
:
enum
AxisJointType
53
{
54
AxisJointTypeLinear
,
55
AxisJointTypeAngular
56
};
57
private
:
GearBuilderImpl
* m_gearbuilder_impl;
58
private
:
friend
class
_GearBuilderBuilder;
59
protected
:
GearBuilder
();
60
public
:
~GearBuilder
();
64
public
:
NXOpen::Mechatronics::GearBuilder::AxisJointType
AxisType
65
(
66
);
70
public
:
void
SetAxisType
71
(
72
NXOpen::Mechatronics::GearBuilder::AxisJointType
axisType
73
);
77
public
:
double
MasterMultiple
78
(
79
);
83
public
:
void
SetMasterMultiple
84
(
85
double
masterMultiple
86
);
90
public
:
double
SlaveMultiple
91
(
92
);
96
public
:
void
SetSlaveMultiple
97
(
98
double
slaveMultiple
99
);
103
public
:
NXOpen::Expression
*
ExpressionMasterMultiple
104
(
105
);
109
public
:
NXOpen::Expression
*
ExpressionSlaveMultiple
110
(
111
);
112
};
113
}
114
}
115
#ifdef _MSC_VER
116
#pragma warning(pop)
117
#endif
118
#ifdef __GNUC__
119
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
120
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
121
#endif
122
#endif
123
#undef EXPORTLIBRARY