NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_SectionEditBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_SectionEditBuilder.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/Features_FeatureBuilder.hxx>
22
#include <NXOpen/SelectObject.hxx>
23
#include <NXOpen/libnxopencpp_features_exports.hxx>
24
#ifdef _MSC_VER
25
#pragma warning(push)
26
#pragma warning(disable:4996)
27
#endif
28
#ifdef __GNUC__
29
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30
#endif
31
namespace
NXOpen
32
{
33
namespace
Features
34
{
35
class
SectionEditBuilder
;
36
}
37
namespace
Features
38
{
39
class
FeatureBuilder
;
40
}
41
class
ISurface
;
42
class
SelectBody
;
43
class
Sketch
;
44
namespace
Features
45
{
46
class
_SectionEditBuilderBuilder;
47
class
SectionEditBuilderImpl;
53
class
NXOPENCPP_FEATURESEXPORT SectionEditBuilder :
public
NXOpen::Features::FeatureBuilder
54
{
55
private
:
SectionEditBuilderImpl
* m_sectioneditbuilder_impl;
56
private
:
friend
class
_SectionEditBuilderBuilder;
57
protected
: SectionEditBuilder();
58
public
: ~SectionEditBuilder();
62
public
:
NXOpen::SelectBody
*
Body
63
(
64
);
68
public
:
NXOpen::Sketch
*
Sketch
69
(
70
);
74
public
:
void
SetSketch
75
(
76
NXOpen::Sketch
* sketch
77
);
81
public
:
NXOpen::ISurface
*
Plane
82
(
83
);
87
public
:
void
SetPlane
88
(
89
NXOpen::ISurface
* plane
90
);
94
public
:
bool
IsNewPlane
95
(
96
);
100
public
:
void
SetNewPlane
101
(
102
bool
isNewPlane
103
);
104
};
105
}
106
}
107
#ifdef _MSC_VER
108
#pragma warning(pop)
109
#endif
110
#ifdef __GNUC__
111
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
112
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
113
#endif
114
#endif
115
#undef EXPORTLIBRARY