NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Annotations_BoundaryBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口访问JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Annotations_BoundaryBuilder.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/GeometricUtilities_IComponentBuilder.hxx>
22
#include <NXOpen/TaggedObject.hxx>
23
#include <NXOpen/ObjectList.hxx>
24
#include <NXOpen/libnxopencpp_annotations_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
Annotations
35
{
36
class
BoundaryBuilder
;
37
}
38
namespace
GeometricUtilities
39
{
40
class
IComponentBuilder
;
41
}
42
class
SectionList
;
43
class
View
;
44
namespace
Annotations
45
{
46
class
_BoundaryBuilderBuilder;
47
class
BoundaryBuilderImpl;
51
class
NXOPENCPP_ANNOTATIONSEXPORT BoundaryBuilder :
public
NXOpen::TaggedObject
,
public
virtual
NXOpen::GeometricUtilities::IComponentBuilder
52
{
54
public
:
enum
SelectionMethod
55
{
56
SelectionMethodCurves
,
57
SelectionMethodLocation
58
};
59
private
:
BoundaryBuilderImpl
* m_boundarybuilder_impl;
60
private
:
friend
class
_BoundaryBuilderBuilder;
61
protected
:
BoundaryBuilder
();
62
public
:
~BoundaryBuilder
();
66
public
:
NXOpen::Annotations::BoundaryBuilder::SelectionMethod
SelectionType
67
(
68
);
72
public
:
void
SetSelectionType
73
(
74
NXOpen::Annotations::BoundaryBuilder::SelectionMethod
type
75
);
79
public
:
NXOpen::View
*
GetView
80
(
81
);
85
public
:
void
SetView
86
(
87
NXOpen::View
* view
88
);
92
public
:
NXOpen::SectionList
*
CurveBoundaries
93
(
94
);
98
public
:
double
DistanceTolerance
99
(
100
);
104
public
:
void
SetDistanceTolerance
105
(
106
double
distanceTolerance
107
);
114
public
:
virtual
bool
Validate
115
(
116
);
117
};
118
}
119
}
120
#ifdef _MSC_VER
121
#pragma warning(pop)
122
#endif
123
#ifdef __GNUC__
124
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
125
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
126
#endif
127
#endif
128
#undef EXPORTLIBRARY