NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_SphereBuilder.hxx
1
//--------------------------------------------------------------------------
2
// 版权所有 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API 的 C++ 接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_SphereBuilder.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/SelectObject.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
SphereBuilder
;
38
}
39
class
Expression
;
40
namespace
Features
41
{
42
class
FeatureBuilder
;
43
}
44
namespace
GeometricUtilities
45
{
46
class
BooleanOperation
;
47
}
48
class
Point
;
49
class
SelectICurve
;
50
namespace
Features
51
{
52
class
_SphereBuilderBuilder;
53
class
SphereBuilderImpl;
68
class
NXOPENCPP_FEATURESEXPORT SphereBuilder :
public
NXOpen::Features::FeatureBuilder
69
{
71
public
:
enum
Types
72
{
73
TypesCenterPointAndDiameter
,
74
TypesArc
75
};
76
private
:
SphereBuilderImpl
* m_spherebuilder_impl;
77
private
:
friend
class
_SphereBuilderBuilder;
78
protected
:
SphereBuilder
();
79
public
:
~SphereBuilder
();
83
public
:
NXOpen::Point
*
CenterPoint
84
(
85
);
89
public
:
void
SetCenterPoint
90
(
91
NXOpen::Point
* centerPoint
92
);
96
public
:
NXOpen::Expression
*
Diameter
97
(
98
);
102
public
:
NXOpen::SelectICurve
*
Arc
103
(
104
);
108
public
:
NXOpen::GeometricUtilities::BooleanOperation
*
BooleanOption
109
(
110
);
114
public
:
NXOpen::Features::SphereBuilder::Types
Type
115
(
116
);
120
public
:
void
SetType
121
(
122
NXOpen::Features::SphereBuilder::Types
type
123
);
127
public
:
bool
ParentAssociativity
128
(
129
);
133
public
:
void
SetParentAssociativity
134
(
135
bool
parentAssociativity
136
);
137
};
138
}
139
}
140
#ifdef _MSC_VER
141
#pragma warning(pop)
142
#endif
143
#ifdef __GNUC__
144
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
145
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
146
#endif
147
#endif
148
#undef EXPORTLIBRARY