NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Features_PaintParametersBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口到JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Features_PaintParametersBuilder.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/Builder.hxx>
22
#include <NXOpen/SelectObject.hxx>
23
#include <NXOpen/SelectObjectList.hxx>
24
#include <NXOpen/libnxopencpp_features_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
Features
35
{
36
class
PaintParametersBuilder
;
37
}
38
namespace
Assemblies
39
{
40
class
SelectComponentList
;
41
}
42
class
Builder
;
43
namespace
Features
44
{
45
class
SelectFeature
;
46
}
47
namespace
Features
48
{
49
class
SelectFeatureList
;
50
}
51
class
NXObject
;
52
class
SelectTaggedObject
;
53
class
SelectTaggedObjectList
;
54
namespace
Features
55
{
56
class
_PaintParametersBuilderBuilder;
57
class
PaintParametersBuilderImpl;
73
class
NXOPENCPP_FEATURESEXPORT PaintParametersBuilder :
public
NXOpen::Builder
74
{
75
private
:
PaintParametersBuilderImpl
* m_paintparametersbuilder_impl;
76
private
:
friend
class
_PaintParametersBuilderBuilder;
77
protected
: PaintParametersBuilder();
78
public
: ~PaintParametersBuilder();
82
public
:
NXOpen::Features::SelectFeature
*
SourceFeature
83
(
84
);
88
public
:
NXOpen::Features::SelectFeatureList
*
TargetFeatures
89
(
90
);
94
public
:
NXOpen::SelectTaggedObject
*
SourceObject
95
(
96
);
100
public
:
NXOpen::SelectTaggedObjectList
*
TargetObjects
101
(
102
);
108
public
:
bool
TargetComponentSelection
109
(
110
);
116
public
:
void
SetTargetComponentSelection
117
(
118
bool
targetComponentSelection
119
);
126
public
:
NXOpen::Assemblies::SelectComponentList
*
TargetComponents
127
(
128
);
132
public
:
bool
IsSourcePaintableObjectContainer
133
(
134
NXOpen::NXObject
* containerObj
135
);
139
public
: std::vector<NXOpen::NXObject *>
GetCompatibleTargetObjectContainers
140
(
141
NXOpen::NXObject
* sourceContainer ,
142
NXOpen::NXObject
* targetObjTag
143
);
144
};
145
}
146
}
147
#ifdef _MSC_VER
148
#pragma warning(pop)
149
#endif
150
#ifdef __GNUC__
151
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
152
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
153
#endif
154
#endif
155
#undef EXPORTLIBRARY