NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_RuledBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_RuledBuilder.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_AlignmentMethodBuilder.hxx>
22
#include <NXOpen/Features_FeatureBuilder.hxx>
23
#include <NXOpen/Section.hxx>
24
#include <NXOpen/libnxopencpp_features_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
Features
35
{
36
class
RuledBuilder
;
37
}
38
namespace
Features
39
{
40
class
FeatureBuilder
;
41
}
42
namespace
GeometricUtilities
43
{
44
class
AlignmentMethodBuilder
;
45
}
46
namespace
GeometricUtilities
47
{
48
class
FeatureOptions
;
49
}
50
class
Section
;
51
namespace
Features
52
{
53
class
_RuledBuilderBuilder;
54
class
RuledBuilderImpl;
72
class
NXOPENCPP_FEATURESEXPORT RuledBuilder :
public
NXOpen::Features::FeatureBuilder
73
{
74
private
:
RuledBuilderImpl
* m_ruledbuilder_impl;
75
private
:
friend
class
_RuledBuilderBuilder;
76
protected
: RuledBuilder();
77
public
: ~RuledBuilder();
81
public
:
NXOpen::Section
*
FirstSection
82
(
83
);
87
public
:
void
SetFirstSection
88
(
89
NXOpen::Section
* section
90
);
94
public
:
NXOpen::Section
*
SecondSection
95
(
96
);
100
public
:
void
SetSecondSection
101
(
102
NXOpen::Section
* section
103
);
107
public
:
NXOpen::GeometricUtilities::AlignmentMethodBuilder
*
AlignmentMethod
108
(
109
);
114
public
:
bool
IsShapePreserved
115
(
116
);
121
public
:
void
SetShapePreserved
122
(
123
bool
isShapePreserved
124
);
128
public
:
double
PositionTolerance
129
(
130
);
134
public
:
void
SetPositionTolerance
135
(
136
double
positionTolerance
137
);
141
public
:
NXOpen::GeometricUtilities::FeatureOptions
*
BodyPreference
142
(
143
);
147
public
:
void
SetBodyPreference
148
(
149
NXOpen::GeometricUtilities::FeatureOptions
* featureOptions
150
);
151
};
152
}
153
}
154
#ifdef _MSC_VER
155
#pragma warning(pop)
156
#endif
157
#ifdef __GNUC__
158
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
159
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
160
#endif
161
#endif
162
#undef EXPORTLIBRARY