NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_ScaleBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_ScaleBuilder.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/Features_FeatureBuilder.hxx>
23
#include <NXOpen/ScCollector.hxx>
24
#include <NXOpen/SelectObjectList.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
ScaleBuilder
;
38
}
39
class
CoordinateSystem
;
40
class
Direction
;
41
class
Expression
;
42
namespace
Features
43
{
44
class
FeatureBuilder
;
45
}
46
class
Point
;
47
class
ScCollector
;
48
class
SelectBodyList
;
49
namespace
Features
50
{
51
class
_ScaleBuilderBuilder;
52
class
ScaleBuilderImpl;
82
class
NXOPENCPP_FEATURESEXPORT ScaleBuilder :
public
NXOpen::Features::FeatureBuilder
83
{
85
public
:
enum
Types
86
{
87
TypesUniform
,
88
TypesAxisymmetric
,
89
TypesGeneral
90
};
91
private
:
ScaleBuilderImpl
* m_scalebuilder_impl;
92
private
:
friend
class
_ScaleBuilderBuilder;
93
protected
:
ScaleBuilder
();
94
public
:
~ScaleBuilder
();
98
public
:
NXOpen::Features::ScaleBuilder::Types
Type
99
(
100
);
104
public
:
void
SetType
105
(
106
NXOpen::Features::ScaleBuilder::Types
type
107
);
111
public
:
NXOpen::SelectBodyList
*
BodyToScale
112
(
113
);
117
public
:
NXOpen::ScCollector
*
BodyCollector
118
(
119
);
123
public
:
void
SetBodyCollector
124
(
125
NXOpen::ScCollector
* scaleBody
126
);
130
public
:
NXOpen::Point
*
Point
131
(
132
);
136
public
:
void
SetPoint
137
(
138
NXOpen::Point
* point
139
);
143
public
:
NXOpen::Direction
*
Vector
144
(
145
);
149
public
:
void
SetVector
150
(
151
NXOpen::Direction
* vector
152
);
156
public
:
NXOpen::CoordinateSystem
*
Csys
157
(
158
);
162
public
:
void
SetCsys
163
(
164
NXOpen::CoordinateSystem
* csys
165
);
169
public
:
NXOpen::Expression
*
UniformFactor
170
(
171
);
175
public
:
NXOpen::Expression
*
ScaleAlongAxis
176
(
177
);
181
public
:
NXOpen::Expression
*
ScaleOtherDirection
182
(
183
);
187
public
:
NXOpen::Expression
*
ScaleXdirection
188
(
189
);
193
public
:
NXOpen::Expression
*
ScaleYdirection
194
(
195
);
199
public
:
NXOpen::Expression
*
ScaleZdirection
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