NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
GeometricUtilities_HelixPattern.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件,用于JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// GeometricUtilities_HelixPattern.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_IComponentBuilder.hxx>
23
#include <NXOpen/TaggedObject.hxx>
24
#include <NXOpen/libnxopencpp_geometricutilities_exports.hxx>
25
#ifdef _MSC_VER
26
#pragma warning(push)
27
#pragma warning(disable:4996)
28
#endif
29
#ifdef __GNUC__
30
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31
#endif
32
namespace
NXOpen
33
{
34
namespace
GeometricUtilities
35
{
36
class
HelixPattern
;
37
}
38
class
Axis
;
39
class
Expression
;
40
namespace
GeometricUtilities
41
{
42
class
IComponentBuilder
;
43
}
44
namespace
GeometricUtilities
45
{
46
class
_HelixPatternBuilder;
47
class
HelixPatternImpl;
51
class
NXOPENCPP_GEOMETRICUTILITIESEXPORT HelixPattern :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
52
{
54
public
:
enum
DirectionTypes
55
{
56
DirectionTypesRighthand
,
57
DirectionTypesLefthand
58
};
59
60
public
:
enum
SizeOptions
61
{
62
SizeOptionsCountAngleDistance
,
63
SizeOptionsCountHelixPitchAndTurns
,
64
SizeOptionsCountHelixPitchAndSpan
,
65
SizeOptionsAngleHelixPitchAndTurns
,
66
SizeOptionsAngleHelixPitchAndSpan
67
};
68
private
:
HelixPatternImpl
* m_helixpattern_impl;
69
private
:
friend
class
_HelixPatternBuilder;
70
protected
:
HelixPattern
();
71
public
:
~HelixPattern
();
75
public
:
NXOpen::Axis
*
RotationAxis
76
(
77
);
81
public
:
void
SetRotationAxis
82
(
83
NXOpen::Axis
* rotationAxis
84
);
88
public
:
NXOpen::GeometricUtilities::HelixPattern::DirectionTypes
DirectionType
89
(
90
);
94
public
:
void
SetDirectionType
95
(
96
NXOpen::GeometricUtilities::HelixPattern::DirectionTypes
directionType
97
);
101
public
:
NXOpen::GeometricUtilities::HelixPattern::SizeOptions
SizeOption
102
(
103
);
107
public
:
void
SetSizeOption
108
(
109
NXOpen::GeometricUtilities::HelixPattern::SizeOptions
option
110
);
114
public
:
NXOpen::Expression
*
CountOfInstances
115
(
116
);
120
public
:
NXOpen::Expression
*
AnglePitch
121
(
122
);
126
public
:
NXOpen::Expression
*
DistancePitch
127
(
128
);
132
public
:
NXOpen::Expression
*
HelixPitch
133
(
134
);
138
public
:
NXOpen::Expression
*
HelixSpan
139
(
140
);
144
public
:
NXOpen::Expression
*
NumberOfTurns
145
(
146
);
151
public
:
virtual
bool
Validate
152
(
153
);
154
};
155
}
156
}
157
#ifdef _MSC_VER
158
#pragma warning(pop)
159
#endif
160
#ifdef __GNUC__
161
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
162
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
163
#endif
164
#endif
165
#undef EXPORTLIBRARY