NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_IntersectionCurveBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_IntersectionCurveBuilder.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/Features_FeatureBuilder.hxx>
24
#include <NXOpen/ScCollector.hxx>
25
#include <NXOpen/SelectObjectList.hxx>
26
#include <NXOpen/libnxopencpp_features_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
Features
37
{
38
class
IntersectionCurveBuilder
;
39
}
40
namespace
Features
41
{
42
class
FeatureBuilder
;
43
}
44
namespace
GeometricUtilities
45
{
46
class
CurveFitData
;
47
}
48
namespace
GeometricUtilities
49
{
50
class
CurveFitOptions
;
51
}
52
class
Plane
;
53
class
ScCollector
;
54
class
SelectObjectList
;
55
namespace
Features
56
{
57
class
_IntersectionCurveBuilderBuilder;
58
class
IntersectionCurveBuilderImpl;
108
class
NXOPENCPP_FEATURESEXPORT IntersectionCurveBuilder :
public
NXOpen::Features::FeatureBuilder
109
{
110
private
:
IntersectionCurveBuilderImpl
* m_intersectioncurvebuilder_impl;
111
private
:
friend
class
_IntersectionCurveBuilderBuilder;
112
protected
: IntersectionCurveBuilder();
113
public
: ~IntersectionCurveBuilder();
117
public
:
NXOpen::ScCollector
*
FirstFace
118
(
119
);
123
public
:
NXOpen::Plane
*
FirstPlane
124
(
125
);
129
public
:
void
SetFirstPlane
130
(
131
NXOpen::Plane
* firstPlane
132
);
136
public
:
NXOpen::ScCollector
*
SecondFace
137
(
138
);
142
public
:
NXOpen::Plane
*
SecondPlane
143
(
144
);
148
public
:
void
SetSecondPlane
149
(
150
NXOpen::Plane
* secondPlane
151
);
155
public
:
bool
Associative
156
(
157
);
161
public
:
void
SetAssociative
162
(
163
bool
associative
164
);
168
public
:
double
Tolerance
169
(
170
);
174
public
:
void
SetTolerance
175
(
176
double
tolerance
177
);
181
public
:
NXOpen::GeometricUtilities::CurveFitOptions
*
CurveFitOptions
182
(
183
);
187
public
:
NXOpen::GeometricUtilities::CurveFitData
*
CurveFitData
188
(
189
);
193
public
:
NXOpen::SelectObjectList
*
FirstSet
194
(
195
);
199
public
:
NXOpen::SelectObjectList
*
SecondSet
200
(
201
);
202
};
203
}
204
}
205
#ifdef _MSC_VER
206
#pragma warning(pop)
207
#endif
208
#ifdef __GNUC__
209
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
210
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
211
#endif
212
#endif
213
#undef EXPORTLIBRARY