NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_SweptVolumeBuilder.hxx
1
//--------------------------------------------------------------------------
2
// 版权所有 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API 的 C++ 接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_SweptVolumeBuilder.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/GeometricUtilities_BooleanOperation.hxx>
22
#include <NXOpen/Features_FeatureBuilder.hxx>
23
#include <NXOpen/ScCollector.hxx>
24
#include <NXOpen/Section.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
SweptVolumeBuilder
;
38
}
39
class
Direction
;
40
namespace
Features
41
{
42
class
FeatureBuilder
;
43
}
44
namespace
GeometricUtilities
45
{
46
class
BooleanOperation
;
47
}
48
class
Point
;
49
class
ScCollector
;
50
class
Section
;
51
namespace
Features
52
{
53
class
_SweptVolumeBuilderBuilder;
54
class
SweptVolumeBuilderImpl;
72
class
NXOPENCPP_FEATURESEXPORT SweptVolumeBuilder :
public
NXOpen::Features::FeatureBuilder
73
{
75
public
:
enum
SweepOrient
76
{
77
SweepOrientParallelToBody
,
78
SweepOrientNormalToPath
79
};
80
private
:
SweptVolumeBuilderImpl
* m_sweptvolumebuilder_impl;
81
private
:
friend
class
_SweptVolumeBuilderBuilder;
82
protected
:
SweptVolumeBuilder
();
83
public
:
~SweptVolumeBuilder
();
87
public
:
NXOpen::ScCollector
*
ToolBody
88
(
89
);
93
public
:
void
SetToolBody
94
(
95
NXOpen::ScCollector
* toolBody
96
);
100
public
:
NXOpen::Section
*
ToolPath
101
(
102
);
106
public
:
NXOpen::Features::SweptVolumeBuilder::SweepOrient
SweepOrientation
107
(
108
);
112
public
:
void
SetSweepOrientation
113
(
114
NXOpen::Features::SweptVolumeBuilder::SweepOrient
sweepOrientation
115
);
119
public
:
NXOpen::Direction
*
ForcedDirection
120
(
121
);
125
public
:
void
SetForcedDirection
126
(
127
NXOpen::Direction
* forcedDirection
128
);
132
public
:
NXOpen::GeometricUtilities::BooleanOperation
*
BooleanData
133
(
134
);
138
public
:
NXOpen::Point
*
ReferencePoint
139
(
140
);
144
public
:
void
SetReferencePoint
145
(
146
NXOpen::Point
* referencePoint
147
);
151
public
:
double
DistanceTolerance
152
(
153
);
157
public
:
void
SetDistanceTolerance
158
(
159
double
distanceTolerance
160
);
161
};
162
}
163
}
164
#ifdef _MSC_VER
165
#pragma warning(pop)
166
#endif
167
#ifdef __GNUC__
168
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
169
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
170
#endif
171
#endif
172
#undef EXPORTLIBRARY