NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_CombinedProjectionBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_CombinedProjectionBuilder.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/GeometricUtilities_CurveFitData.hxx>
22
#include <NXOpen/GeometricUtilities_CurveFitOptions.hxx>
23
#include <NXOpen/GeometricUtilities_CurveOptions.hxx>
24
#include <NXOpen/GeometricUtilities_ProjectionOptions.hxx>
25
#include <NXOpen/Features_FeatureBuilder.hxx>
26
#include <NXOpen/Section.hxx>
27
#include <NXOpen/libnxopencpp_features_exports.hxx>
28
#ifdef _MSC_VER
29
#pragma warning(push)
30
#pragma warning(disable:4996)
31
#endif
32
#ifdef __GNUC__
33
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
34
#endif
35
namespace
NXOpen
36
{
37
namespace
Features
38
{
39
class
CombinedProjectionBuilder
;
40
}
41
namespace
Features
42
{
43
class
FeatureBuilder
;
44
}
45
namespace
GeometricUtilities
46
{
47
class
CurveFitData
;
48
}
49
namespace
GeometricUtilities
50
{
51
class
CurveFitOptions
;
52
}
53
namespace
GeometricUtilities
54
{
55
class
CurveOptions
;
56
}
57
namespace
GeometricUtilities
58
{
59
class
ProjectionOptions
;
60
}
61
class
Section
;
62
namespace
Features
63
{
64
class
_CombinedProjectionBuilderBuilder;
65
class
CombinedProjectionBuilderImpl;
113
class
NXOPENCPP_FEATURESEXPORT CombinedProjectionBuilder :
public
NXOpen::Features::FeatureBuilder
114
{
115
private
:
CombinedProjectionBuilderImpl
* m_combinedprojectionbuilder_impl;
116
private
:
friend
class
_CombinedProjectionBuilderBuilder;
117
protected
: CombinedProjectionBuilder();
118
public
: ~CombinedProjectionBuilder();
122
public
:
NXOpen::Section
*
Curve1
123
(
124
);
128
public
:
NXOpen::Section
*
Curve2
129
(
130
);
134
public
:
NXOpen::GeometricUtilities::ProjectionOptions
*
Direction1
135
(
136
);
140
public
:
NXOpen::GeometricUtilities::ProjectionOptions
*
Direction2
141
(
142
);
146
public
:
NXOpen::GeometricUtilities::CurveOptions
*
CurveOptions
147
(
148
);
152
public
:
NXOpen::GeometricUtilities::CurveFitOptions
*
CurveFit
153
(
154
);
158
public
:
NXOpen::GeometricUtilities::CurveFitData
*
CurveFitData
159
(
160
);
161
};
162
}
163
}
164
#ifdef _MSC_VER
165
#pragma warning(pop)
166
#endif
167
#ifdef __GNUC__
168
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
169
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
170
#endif
171
#endif
172
#undef EXPORTLIBRARY