NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Tooling_SpecifyBaffleBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// Header for C++ interface to JA API
5
//--------------------------------------------------------------------------
6
//
7
// Source File:
8
// Tooling_SpecifyBaffleBuilder.ja
9
//
10
// Generated by:
11
// apiwrap
12
//
13
// WARNING:
14
// This file is automatically generated - do not edit by hand
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/SelectObjectList.hxx>
23
#include <NXOpen/libnxopencpp_tooling_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
Tooling
34
{
35
class
SpecifyBaffleBuilder
;
36
}
37
class
Builder
;
38
class
NXColor
;
39
class
SelectBodyList
;
40
namespace
Tooling
41
{
42
class
_SpecifyBaffleBuilderBuilder;
43
class
SpecifyBaffleBuilderImpl;
59
class
NXOPENCPP_TOOLINGEXPORT SpecifyBaffleBuilder :
public
NXOpen::Builder
60
{
62
public
:
enum
AttributeTypes
63
{
64
AttributeTypesBodyAsChannel
,
65
AttributeTypesBodyAsBaffle
66
};
67
private
:
SpecifyBaffleBuilderImpl
* m_specifybafflebuilder_impl;
68
private
:
friend
class
_SpecifyBaffleBuilderBuilder;
69
protected
:
SpecifyBaffleBuilder
();
70
public
:
~SpecifyBaffleBuilder
();
74
public
:
NXOpen::Tooling::SpecifyBaffleBuilder::AttributeTypes
AttributeType
75
(
76
);
80
public
:
void
SetAttributeType
81
(
82
NXOpen::Tooling::SpecifyBaffleBuilder::AttributeTypes
attrType
83
);
87
public
:
NXOpen::SelectBodyList
*
Channels
88
(
89
);
93
public
:
NXString
ChannelType
94
(
95
);
99
public
:
void
SetChannelType
100
(
101
const
NXString
& channelType
102
);
106
void
SetChannelType
107
(
108
const
char
* channelType
109
);
113
public
:
int
Layer
114
(
115
);
119
public
:
void
SetLayer
120
(
121
int
layer
122
);
126
public
:
NXOpen::NXColor
*
ChannelColor
127
(
128
);
132
public
:
void
SetChannelColor
133
(
134
NXOpen::NXColor
* channelColor
135
);
140
public
:
NX_DEPRECATED
(
"Deprecated in NX8.5.0. Use Tooling::SpecifyBaffleBuilder::ChannelColor instead."
) void GetChannelColor
141
(
142
double
* redValue ,
143
double
*
greenValue
,
144
double
*
blueValue
145
);
150
public:
NX_DEPRECATED
(
"Deprecated in NX8.5.0. Use Tooling::SpecifyBaffleBuilder::SetChannelColor instead."
)
void
SetChannelColor
151
(
152
double
redValue ,
153
double
greenValue
,
154
double
blueValue
155
);
159
public:
void
SetColorModified
160
(
161
bool
modified
162
);
163
};
164
}
165
}
166
#ifdef _MSC_VER
167
#pragma warning(pop)
168
#endif
169
#ifdef __GNUC__
170
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
171
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
172
#endif
173
#endif
174
#undef EXPORTLIBRARY