NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_RibbonBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口头文件,用于JA API
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_RibbonBuilder.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/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
RibbonBuilder
;
37
}
38
class
Direction
;
39
class
Expression
;
40
namespace
Features
41
{
42
class
FeatureBuilder
;
43
}
44
class
Section
;
45
namespace
Features
46
{
47
class
_RibbonBuilderBuilder;
48
class
RibbonBuilderImpl;
72
class
NXOPENCPP_FEATURESEXPORT RibbonBuilder :
public
NXOpen::Features::FeatureBuilder
73
{
74
private
:
RibbonBuilderImpl
* m_ribbonbuilder_impl;
75
private
:
friend
class
_RibbonBuilderBuilder;
76
protected
: RibbonBuilder();
77
public
: ~RibbonBuilder();
81
public
:
NXOpen::Section
*
Profile
82
(
83
);
87
public
:
NXOpen::Direction
*
OffsetView
88
(
89
);
93
public
:
void
SetOffsetView
94
(
95
NXOpen::Direction
* offsetView
96
);
100
public
:
NXOpen::Expression
*
OffsetDistance
101
(
102
);
106
public
:
bool
ReverseOffset
107
(
108
);
112
public
:
void
SetReverseOffset
113
(
114
bool
reverseOffset
115
);
119
public
:
NXOpen::Expression
*
Angle
120
(
121
);
125
public
:
double
DistanceTolerance
126
(
127
);
131
public
:
void
SetDistanceTolerance
132
(
133
double
distanceTolerance
134
);
138
public
:
double
AngleTolerance
139
(
140
);
144
public
:
void
SetAngleTolerance
145
(
146
double
angleTolerance
147
);
148
};
149
}
150
}
151
#ifdef _MSC_VER
152
#pragma warning(pop)
153
#endif
154
#ifdef __GNUC__
155
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
156
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
157
#endif
158
#endif
159
#undef EXPORTLIBRARY