NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Composites_CrossSectionBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Composites_CrossSectionBuilder.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/Builder.hxx>
22
#include <NXOpen/libcompositesopencpp_exports.hxx>
23
#ifdef _MSC_VER
24
#pragma warning(push)
25
#pragma warning(disable:4996)
26
#endif
27
#ifdef __GNUC__
28
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29
#endif
30
namespace
NXOpen
31
{
32
namespace
Composites
33
{
34
class
CrossSectionBuilder
;
35
}
36
class
Builder
;
37
class
Plane
;
38
namespace
Composites
39
{
40
class
_CrossSectionBuilderBuilder;
41
class
CrossSectionBuilderImpl;
56
class
COMPOSITESOPENCPPEXPORT CrossSectionBuilder :
public
NXOpen::Builder
57
{
58
private
:
CrossSectionBuilderImpl
* m_crosssectionbuilder_impl;
59
private
:
friend
class
_CrossSectionBuilderBuilder;
60
protected
: CrossSectionBuilder();
61
public
: ~CrossSectionBuilder();
65
public
:
NXOpen::Plane
*
PlaneSelect
66
(
67
);
71
public
:
void
SetPlaneSelect
72
(
73
NXOpen::Plane
* planeSelect
74
);
78
public
:
double
PlyScale
79
(
80
);
84
public
:
void
SetPlyScale
85
(
86
double
plyScale
87
);
91
public
:
double
StartLimit
92
(
93
);
97
public
:
void
SetStartLimit
98
(
99
double
startLimit
100
);
104
public
:
double
EndLimit
105
(
106
);
110
public
:
void
SetEndLimit
111
(
112
double
endLimit
113
);
114
};
115
}
116
}
117
#ifdef _MSC_VER
118
#pragma warning(pop)
119
#endif
120
#ifdef __GNUC__
121
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
122
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
123
#endif
124
#endif
125
#undef EXPORTLIBRARY