NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_GeodesicFilletBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_GeodesicFilletBuilder.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/Features_FeatureBuilder.hxx>
22
#include <NXOpen/libnxopencpp_features_exports.hxx>
23
#ifdef _MSC_VER
24
#pragma warning(push)
25
#pragma warning(disable:4996)
26
#endif
27
#ifdef __GNUC__
28
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29
#endif
30
namespace
NXOpen
31
{
32
namespace
Features
33
{
34
class
GeodesicFilletBuilder
;
35
}
36
class
Curve
;
37
class
Expression
;
38
namespace
Features
39
{
40
class
FeatureBuilder
;
41
}
42
class
Section
;
43
namespace
Features
44
{
45
class
_GeodesicFilletBuilderBuilder;
46
class
GeodesicFilletBuilderImpl;
59
class
NXOPENCPP_FEATURESEXPORT GeodesicFilletBuilder :
public
NXOpen::Features::FeatureBuilder
60
{
61
private
:
GeodesicFilletBuilderImpl
* m_geodesicfilletbuilder_impl;
62
private
:
friend
class
_GeodesicFilletBuilderBuilder;
63
protected
: GeodesicFilletBuilder();
64
public
: ~GeodesicFilletBuilder();
68
public
:
NXOpen::Section
*
FirstSection
69
(
70
);
74
public
:
void
SetFirstSection
75
(
76
NXOpen::Section
* firstSection
77
);
81
public
:
NXOpen::Curve
*
FirstCurve
82
(
83
);
87
public
:
void
SetFirstCurve
88
(
89
NXOpen::Curve
* firstCurve
90
);
94
public
:
double
FirstPoint
95
(
96
);
100
public
:
void
SetFirstPoint
101
(
102
double
firstPoint
103
);
107
public
:
NXOpen::Section
*
SecondSection
108
(
109
);
113
public
:
void
SetSecondSection
114
(
115
NXOpen::Section
* secondSection
116
);
120
public
:
NXOpen::Curve
*
SecondCurve
121
(
122
);
126
public
:
void
SetSecondCurve
127
(
128
NXOpen::Curve
* secondCurve
129
);
133
public
:
double
SecondPoint
134
(
135
);
139
public
:
void
SetSecondPoint
140
(
141
double
secondPoint
142
);
146
public
:
NXOpen::Expression
*
Radius
147
(
148
);
149
};
150
}
151
}
152
#ifdef _MSC_VER
153
#pragma warning(pop)
154
#endif
155
#ifdef __GNUC__
156
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
157
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
158
#endif
159
#endif
160
#undef EXPORTLIBRARY