NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Mechatronics_ZoneBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口至JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Mechatronics_ZoneBuilder.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_CollisionShapeBuilder.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
ZoneBuilder
;
36
}
37
class
Expression
;
38
namespace
Mechatronics
39
{
40
class
CollisionShapeBuilder
;
41
}
42
namespace
Mechatronics
43
{
44
class
_ZoneBuilderBuilder;
45
class
ZoneBuilderImpl;
49
class
NXOPENCPP_MECHATRONICSEXPORT ZoneBuilder :
public
NXOpen::Mechatronics::CollisionShapeBuilder
50
{
52
public
:
enum
Types
53
{
54
TypesBoxOriginLengths
,
55
TypesBoxMidPointLengths
,
56
TypesCylinderCenterRadiusHeight
,
57
TypesCount
58
};
59
private
:
ZoneBuilderImpl
* m_zonebuilder_impl;
60
private
:
friend
class
_ZoneBuilderBuilder;
61
protected
:
ZoneBuilder
();
62
public
:
~ZoneBuilder
();
66
public
:
NXOpen::Mechatronics::ZoneBuilder::Types
ShapeType
67
(
68
);
72
public
:
void
SetShapeType
73
(
74
NXOpen::Mechatronics::ZoneBuilder::Types
type
75
);
79
public
:
NXOpen::Expression
*
XValue
80
(
81
);
85
public
:
NXOpen::Expression
*
YValue
86
(
87
);
91
public
:
NXOpen::Expression
*
ZValue
92
(
93
);
97
public
:
NXOpen::Expression
*
RadiusValue
98
(
99
);
100
};
101
}
102
}
103
#ifdef _MSC_VER
104
#pragma warning(pop)
105
#endif
106
#ifdef __GNUC__
107
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
108
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
109
#endif
110
#endif
111
#undef EXPORTLIBRARY