NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_EmbossProjection.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口至JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_EmbossProjection.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/TaggedObject.hxx>
22
#include <NXOpen/libnxopencpp_features_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
Features
33
{
34
class
EmbossProjection
;
35
}
36
class
ISurface
;
37
class
ScCollector
;
38
namespace
Features
39
{
40
class
_EmbossProjectionBuilder;
41
class
EmbossProjectionImpl;
60
class
NXOPENCPP_FEATURESEXPORT EmbossProjection :
public
NXOpen::TaggedObject
61
{
63
public
:
enum
ProjectionOption
64
{
65
ProjectionOptionEndcap
,
66
ProjectionOptionTarget
,
67
ProjectionOptionFace
,
68
ProjectionOptionPlane
,
69
ProjectionOptionNone
70
};
71
private
:
EmbossProjectionImpl
* m_embossprojection_impl;
72
private
:
friend
class
_EmbossProjectionBuilder;
73
protected
:
EmbossProjection
();
74
public
:
~EmbossProjection
();
78
public
:
void
SetOption
79
(
80
NXOpen::Features::EmbossProjection::ProjectionOption
option
81
);
85
public
:
NXOpen::Features::EmbossProjection::ProjectionOption
Option
86
(
87
);
91
public
:
void
SetFace
92
(
93
NXOpen::ScCollector
* projectionFace
94
);
98
public
:
NXOpen::ScCollector
*
Face
99
(
100
);
104
public
:
void
SetPlane
105
(
106
NXOpen::ISurface
* projectionPlane
107
);
111
public
:
NXOpen::ISurface
*
Plane
112
(
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