NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Mechatronics_BulletCableBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Mechatronics_BulletCableBuilder.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/Builder.hxx>
23
#include <NXOpen/ObjectList.hxx>
24
#include <NXOpen/SelectObject.hxx>
25
#include <NXOpen/SelectObjectList.hxx>
26
#include <NXOpen/libnxopencpp_mechatronics_exports.hxx>
27
#ifdef _MSC_VER
28
#pragma warning(push)
29
#pragma warning(disable:4996)
30
#endif
31
#ifdef __GNUC__
32
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33
#endif
34
namespace
NXOpen
35
{
36
namespace
Mechatronics
37
{
38
class
BulletCableBuilder
;
39
}
40
class
Builder
;
41
class
Expression
;
42
namespace
Mechatronics
43
{
44
class
BulletCableAttachmentBuilderList
;
45
}
46
namespace
Mechatronics
47
{
48
class
BulletFlexibleMaterial
;
49
}
50
class
SelectNXObject
;
51
class
SelectNXObjectList
;
52
namespace
Mechatronics
53
{
54
class
_BulletCableBuilderBuilder;
55
class
BulletCableBuilderImpl;
60
class
NXOPENCPP_MECHATRONICSEXPORT BulletCableBuilder :
public
NXOpen::Builder
61
{
64
public
:
enum
DerivationType
65
{
66
DerivationTypeCurve
,
67
DerivationTypeBody
68
};
69
private
:
BulletCableBuilderImpl
* m_bulletcablebuilder_impl;
70
private
:
friend
class
_BulletCableBuilderBuilder;
71
protected
:
BulletCableBuilder
();
72
public
:
~BulletCableBuilder
();
76
public
:
NXOpen::Mechatronics::BulletCableBuilder::DerivationType
GeometryType
77
(
78
);
82
public
:
void
SetGeometryType
83
(
84
NXOpen::Mechatronics::BulletCableBuilder::DerivationType
geometryType
85
);
89
public
:
NXOpen::SelectNXObjectList
*
GuideCurves
90
(
91
);
95
public
:
NXOpen::SelectNXObject
*
CableBody
96
(
97
);
101
public
:
NXOpen::Expression
*
Diameter
102
(
103
);
107
public
:
NXOpen::Mechatronics::BulletCableAttachmentBuilderList
*
AttachmentList
108
(
109
);
113
public
:
NXOpen::Mechatronics::BulletFlexibleMaterial
*
Material
114
(
115
);
119
public
:
void
SetMaterial
120
(
121
NXOpen::Mechatronics::BulletFlexibleMaterial
* material
122
);
126
public
:
NXString
Name
127
(
128
);
132
public
:
void
SetName
133
(
134
const
NXString
& name
135
);
139
void
SetName
140
(
141
const
char
* name
142
);
143
};
144
}
145
}
146
#ifdef _MSC_VER
147
#pragma warning(pop)
148
#endif
149
#ifdef __GNUC__
150
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
151
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
152
#endif
153
#endif
154
#undef EXPORTLIBRARY