NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_CylinderBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_CylinderBuilder.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/ugmath.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
CylinderBuilder
;
39
}
40
class
Axis
;
41
class
Expression
;
42
namespace
Features
43
{
44
class
FeatureBuilder
;
45
}
46
namespace
GeometricUtilities
47
{
48
class
BooleanOperation
;
49
}
50
class
SelectICurve
;
51
namespace
Features
52
{
53
class
_CylinderBuilderBuilder;
54
class
CylinderBuilderImpl;
81
class
NXOPENCPP_FEATURESEXPORT CylinderBuilder :
public
NXOpen::Features::FeatureBuilder
82
{
84
public
:
enum
Types
85
{
86
TypesAxisDiameterAndHeight
,
87
TypesArcAndHeight
88
};
89
private
:
CylinderBuilderImpl
* m_cylinderbuilder_impl;
90
private
:
friend
class
_CylinderBuilderBuilder;
91
protected
:
CylinderBuilder
();
92
public
:
~CylinderBuilder
();
96
public
:
NXOpen::Features::CylinderBuilder::Types
Type
97
(
98
);
102
public
:
void
SetType
103
(
104
NXOpen::Features::CylinderBuilder::Types
type
105
);
109
public
:
NXOpen::Axis
*
Axis
110
(
111
);
115
public
:
void
SetAxis
116
(
117
NXOpen::Axis
* axis
118
);
122
public
:
NXOpen::Expression
*
Diameter
123
(
124
);
128
public
:
NXOpen::Expression
*
Height
129
(
130
);
134
public
:
NXOpen::GeometricUtilities::BooleanOperation
*
BooleanOption
135
(
136
);
140
public
:
NXOpen::SelectICurve
*
Arc
141
(
142
);
146
public
:
bool
ReverseDirection
147
(
148
);
152
public
:
void
SetReverseDirection
153
(
154
bool
reverse
155
);
159
public
:
NXOpen::Point3d
Origin
160
(
161
);
165
public
:
void
SetOrigin
166
(
167
const
NXOpen::Point3d
& origin
168
);
172
public
:
NXOpen::Vector3d
Direction
173
(
174
);
178
public
:
void
SetDirection
179
(
180
const
NXOpen::Vector3d
& vector
181
);
185
public
:
bool
ParentAssociativity
186
(
187
);
191
public
:
void
SetParentAssociativity
192
(
193
bool
parentAssociativity
194
);
195
};
196
}
197
}
198
#ifdef _MSC_VER
199
#pragma warning(pop)
200
#endif
201
#ifdef __GNUC__
202
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
203
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
204
#endif
205
#endif
206
#undef EXPORTLIBRARY