NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Annotations_BaseCenterline3dBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++ 接口访问 JA API 的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Annotations_BaseCenterline3dBuilder.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/Annotations_Centerline3dSettingsBuilder.hxx>
22
#include <NXOpen/Annotations_CenterlineBuilder.hxx>
23
#include <NXOpen/SelectObjectList.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
BaseCenterline3dBuilder
;
37
}
38
namespace
Annotations
39
{
40
class
Centerline3dSettingsBuilder
;
41
}
42
namespace
Annotations
43
{
44
class
CenterlineBuilder
;
45
}
46
class
SelectNXObjectList
;
47
namespace
Annotations
48
{
49
class
_BaseCenterline3dBuilderBuilder;
50
class
BaseCenterline3dBuilderImpl;
75
class
NXOPENCPP_ANNOTATIONSEXPORT BaseCenterline3dBuilder :
public
NXOpen::Annotations::CenterlineBuilder
76
{
77
private
:
BaseCenterline3dBuilderImpl
* m_basecenterline3dbuilder_impl;
78
private
:
friend
class
_BaseCenterline3dBuilderBuilder;
79
protected
: BaseCenterline3dBuilder();
80
public
: ~BaseCenterline3dBuilder();
84
public
:
NXOpen::SelectNXObjectList
*
Face
85
(
86
);
90
public
:
NXOpen::Annotations::Centerline3dSettingsBuilder
*
Settings
91
(
92
);
96
public
:
int
ReferenceIndex
97
(
98
);
102
public
:
void
SetReferenceIndex
103
(
104
int
referenceIndex
105
);
106
};
107
}
108
}
109
#ifdef _MSC_VER
110
#pragma warning(pop)
111
#endif
112
#ifdef __GNUC__
113
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
114
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
115
#endif
116
#endif
117
#undef EXPORTLIBRARY