NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_SpineCurveBuilder.hxx
1
//--------------------------------------------------------------------------
2
// 版权所有 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_SpineCurveBuilder.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/ObjectList.hxx>
23
#include <NXOpen/libnxopencpp_features_exports.hxx>
24
#ifdef _MSC_VER
25
#pragma warning(push)
26
#pragma warning(disable:4996)
27
#endif
28
#ifdef __GNUC__
29
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30
#endif
31
namespace
NXOpen
32
{
33
namespace
Features
34
{
35
class
SpineCurveBuilder
;
36
}
37
namespace
Features
38
{
39
class
FeatureBuilder
;
40
}
41
namespace
GeometricUtilities
42
{
43
class
SpinePlaneBuilderList
;
44
}
45
class
Point
;
46
namespace
Features
47
{
48
class
_SpineCurveBuilderBuilder;
49
class
SpineCurveBuilderImpl;
67
class
NXOPENCPP_FEATURESEXPORT SpineCurveBuilder :
public
NXOpen::Features::FeatureBuilder
68
{
70
public
:
enum
ArcSegmentsTypes
71
{
72
ArcSegmentsTypesSimple
,
73
ArcSegmentsTypesSmooth
74
};
75
private
:
SpineCurveBuilderImpl
* m_spinecurvebuilder_impl;
76
private
:
friend
class
_SpineCurveBuilderBuilder;
77
protected
:
SpineCurveBuilder
();
78
public
:
~SpineCurveBuilder
();
82
public
:
NXOpen::Point
*
StartPoint
83
(
84
);
88
public
:
void
SetStartPoint
89
(
90
NXOpen::Point
* startPoint
91
);
95
public
:
NXOpen::GeometricUtilities::SpinePlaneBuilderList
*
ThroughPlanesList
96
(
97
);
101
public
:
bool
ReverseStartDirection
102
(
103
);
107
public
:
void
SetReverseStartDirection
108
(
109
bool
direction
110
);
114
public
:
bool
Closed
115
(
116
);
120
public
:
void
SetClosed
121
(
122
bool
closed
123
);
127
public
:
bool
Associative
128
(
129
);
133
public
:
void
SetAssociative
134
(
135
bool
associative
136
);
140
public
:
NXOpen::Features::SpineCurveBuilder::ArcSegmentsTypes
ArcSegmentsType
141
(
142
);
146
public
:
void
SetArcSegmentsType
147
(
148
NXOpen::Features::SpineCurveBuilder::ArcSegmentsTypes
curveOption
149
);
153
public
:
void
Evaluate
154
(
155
);
156
};
157
}
158
}
159
#ifdef _MSC_VER
160
#pragma warning(pop)
161
#endif
162
#ifdef __GNUC__
163
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
164
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
165
#endif
166
#endif
167
#undef EXPORTLIBRARY