NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_ContourRibBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_ContourRibBuilder.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/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
ContourRibBuilder
;
38
}
39
class
Expression
;
40
namespace
Features
41
{
42
class
FeatureBuilder
;
43
}
44
namespace
GeometricUtilities
45
{
46
class
ProjectionOptions
;
47
}
48
class
ScCollector
;
49
class
Section
;
50
namespace
Features
51
{
52
class
_ContourRibBuilderBuilder;
53
class
ContourRibBuilderImpl;
74
class
NXOPENCPP_FEATURESEXPORT ContourRibBuilder :
public
NXOpen::Features::FeatureBuilder
75
{
77
public
:
enum
HeightLimit
78
{
79
HeightLimitValue
,
80
HeightLimitSymmetricValue
,
81
HeightLimitToSelected
82
};
83
private
:
ContourRibBuilderImpl
* m_contourribbuilder_impl;
84
private
:
friend
class
_ContourRibBuilderBuilder;
85
protected
:
ContourRibBuilder
();
86
public
:
~ContourRibBuilder
();
90
public
:
NXOpen::ScCollector
*
SelectFace
91
(
92
);
96
public
:
NXOpen::Section
*
SelectCurve
97
(
98
);
102
public
:
NXOpen::GeometricUtilities::ProjectionOptions
*
ProjectDirection
103
(
104
);
108
public
:
NXOpen::Features::ContourRibBuilder::HeightLimit
HeightDimensionType
109
(
110
);
114
public
:
void
SetHeightDimensionType
115
(
116
NXOpen::Features::ContourRibBuilder::HeightLimit
heightDimensionType
117
);
121
public
:
NXOpen::Expression
*
HeightDim
122
(
123
);
127
public
:
bool
ReverseHeightDirection
128
(
129
);
133
public
:
void
SetReverseHeightDirection
134
(
135
bool
reverseHeightDirection
136
);
140
public
:
NXOpen::ScCollector
*
HeightFace
141
(
142
);
146
public
:
NXOpen::Expression
*
WidthDim
147
(
148
);
149
};
150
}
151
}
152
#ifdef _MSC_VER
153
#pragma warning(pop)
154
#endif
155
#ifdef __GNUC__
156
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
157
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
158
#endif
159
#endif
160
#undef EXPORTLIBRARY