NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_TubeBuilder.hxx
1
//--------------------------------------------------------------------------
2
// 版权所有 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_TubeBuilder.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_BooleanOperation.hxx>
23
#include <NXOpen/Features_FeatureBuilder.hxx>
24
#include <NXOpen/Section.hxx>
25
#include <NXOpen/libnxopencpp_features_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
Features
36
{
37
class
TubeBuilder
;
38
}
39
class
Expression
;
40
namespace
Features
41
{
42
class
FeatureBuilder
;
43
}
44
namespace
GeometricUtilities
45
{
46
class
BooleanOperation
;
47
}
48
class
Section
;
49
namespace
Features
50
{
51
class
_TubeBuilderBuilder;
52
class
TubeBuilderImpl;
76
class
NXOPENCPP_FEATURESEXPORT TubeBuilder :
public
NXOpen::Features::FeatureBuilder
77
{
79
public
:
enum
Output
80
{
81
OutputMultipleSegments
,
82
OutputSingleSegment
83
};
84
private
:
TubeBuilderImpl
* m_tubebuilder_impl;
85
private
:
friend
class
_TubeBuilderBuilder;
86
protected
:
TubeBuilder
();
87
public
:
~TubeBuilder
();
91
public
:
NXOpen::Section
*
PathSection
92
(
93
);
97
public
:
NXOpen::Expression
*
OuterDiameter
98
(
99
);
103
public
:
NXOpen::Expression
*
InnerDiameter
104
(
105
);
109
public
:
NXOpen::Features::TubeBuilder::Output
OutputOption
110
(
111
);
115
public
:
void
SetOutputOption
116
(
117
NXOpen::Features::TubeBuilder::Output
outputOption
118
);
122
public
:
NXOpen::GeometricUtilities::BooleanOperation
*
BooleanOption
123
(
124
);
128
public
:
double
Tolerance
129
(
130
);
134
public
:
void
SetTolerance
135
(
136
double
tolerance
137
);
138
};
139
}
140
}
141
#ifdef _MSC_VER
142
#pragma warning(pop)
143
#endif
144
#ifdef __GNUC__
145
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
146
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
147
#endif
148
#endif
149
#undef EXPORTLIBRARY