NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_TubeLatticeBuilder.hxx
1
//--------------------------------------------------------------------------
2
// 版权所有 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API 的 C++ 接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_TubeLatticeBuilder.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/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
TubeLatticeBuilder
;
37
}
38
class
Expression
;
39
namespace
Features
40
{
41
class
FeatureBuilder
;
42
}
43
class
ScCollector
;
44
namespace
Features
45
{
46
class
_TubeLatticeBuilderBuilder;
47
class
TubeLatticeBuilderImpl;
69
class
NXOPENCPP_FEATURESEXPORT TubeLatticeBuilder :
public
NXOpen::Features::FeatureBuilder
70
{
72
public
:
enum
EndCapsType
73
{
74
EndCapsTypeNone
,
75
EndCapsTypeFlat
,
76
EndCapsTypeRound
77
};
78
79
public
:
enum
ResolutionType
80
{
81
ResolutionTypeCoarse
,
82
ResolutionTypeStandard
,
83
ResolutionTypeFine
,
84
ResolutionTypeExtraFine
,
85
ResolutionTypeSuperFine
,
86
ResolutionTypeUltraFine
87
};
88
private
:
TubeLatticeBuilderImpl
* m_tubelatticebuilder_impl;
89
private
:
friend
class
_TubeLatticeBuilderBuilder;
90
protected
:
TubeLatticeBuilder
();
91
public
:
~TubeLatticeBuilder
();
95
public
:
NXOpen::ScCollector
*
GraphStructure
96
(
97
);
101
public
:
NXOpen::Expression
*
NodeSize
102
(
103
);
107
public
:
NXOpen::Expression
*
RodSize
108
(
109
);
113
public
:
NXOpen::Expression
*
FalloffDistance
114
(
115
);
119
public
:
NXOpen::Features::TubeLatticeBuilder::EndCapsType
EndCaps
120
(
121
);
125
public
:
void
SetEndCaps
126
(
127
NXOpen::Features::TubeLatticeBuilder::EndCapsType
endCaps
128
);
132
public
:
NXOpen::Features::TubeLatticeBuilder::ResolutionType
Resolution
133
(
134
);
138
public
:
void
SetResolution
139
(
140
NXOpen::Features::TubeLatticeBuilder::ResolutionType
resolution
141
);
142
};
143
}
144
}
145
#ifdef _MSC_VER
146
#pragma warning(pop)
147
#endif
148
#ifdef __GNUC__
149
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
150
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
151
#endif
152
#endif
153
#undef EXPORTLIBRARY