NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Mechatronics_RollerBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Mechatronics_RollerBuilder.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/Builder.hxx>
22
#include <NXOpen/SelectObject.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
RollerBuilder
;
36
}
37
class
Builder
;
38
class
Direction
;
39
class
NXObject
;
40
class
SelectNXObject
;
41
namespace
Mechatronics
42
{
43
class
_RollerBuilderBuilder;
44
class
RollerBuilderImpl;
48
class
NXOPENCPP_MECHATRONICSEXPORT RollerBuilder :
public
NXOpen::Builder
49
{
51
public
:
enum
RollerTypes
52
{
53
RollerTypesWinding
,
54
RollerTypesSupport
55
};
56
private
:
RollerBuilderImpl
* m_rollerbuilder_impl;
57
private
:
friend
class
_RollerBuilderBuilder;
58
protected
:
RollerBuilder
();
59
public
:
~RollerBuilder
();
63
public
:
NXOpen::SelectNXObject
*
Cylinder
64
(
65
);
69
public
:
void
SetCylinder
70
(
71
NXOpen::NXObject
* cylinder
72
);
76
public
:
NXOpen::Direction
*
AxisVector
77
(
78
);
82
public
:
void
SetAxisVector
83
(
84
NXOpen::Direction
* axisVector
85
);
89
public
:
NXOpen::Mechatronics::RollerBuilder::RollerTypes
RollerType
90
(
91
);
95
public
:
void
SetRollerType
96
(
97
NXOpen::Mechatronics::RollerBuilder::RollerTypes
rollerType
98
);
102
public
:
NXOpen::SelectNXObject
*
FlexibleBelt
103
(
104
);
108
public
:
void
SetFlexiblebelt
109
(
110
NXOpen::NXObject
* flexibleBelt
111
);
115
public
:
bool
CreateContainer
116
(
117
);
121
public
:
void
SetCreateContainer
122
(
123
bool
createContainer
124
);
128
public
:
NXString
Name
129
(
130
);
134
public
:
void
SetName
135
(
136
const
NXString
& name
137
);
141
void
SetName
142
(
143
const
char
* name
144
);
145
};
146
}
147
}
148
#ifdef _MSC_VER
149
#pragma warning(pop)
150
#endif
151
#ifdef __GNUC__
152
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
153
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
154
#endif
155
#endif
156
#undef EXPORTLIBRARY