NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
FeatureGeneralPropertiesBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// FeatureGeneralPropertiesBuilder.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/SelectObjectList.hxx>
23
#include <NXOpen/ugmath.hxx>
24
#include <NXOpen/libnxopencpp_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
class
FeatureGeneralPropertiesBuilder
;
35
class
Builder
;
36
class
NXObject
;
37
class
SelectNXObjectList
;
38
class
_FeatureGeneralPropertiesBuilderBuilder;
39
class
FeatureGeneralPropertiesBuilderImpl;
45
class
NXOPENCPPEXPORT FeatureGeneralPropertiesBuilder :
public
NXOpen::Builder
46
{
47
private
:
FeatureGeneralPropertiesBuilderImpl
* m_featuregeneralpropertiesbuilder_impl;
48
private
:
friend
class
_FeatureGeneralPropertiesBuilderBuilder;
49
protected
: FeatureGeneralPropertiesBuilder();
50
public
: ~FeatureGeneralPropertiesBuilder();
54
public
:
NXOpen::SelectNXObjectList
*
SelectedObjects
55
(
56
);
60
public
:
NXOpen::NXObject
*
GeneralObject
61
(
62
);
66
public
:
void
SetGeneralObject
67
(
68
NXOpen::NXObject
* generalObject
69
);
73
public
:
NXString
GeneralName
74
(
75
);
79
public
:
void
SetGeneralName
80
(
81
const
NXString
& generalName
82
);
86
void
SetGeneralName
87
(
88
const
char
* generalName
89
);
93
public
:
void
DeleteGeneralName
94
(
95
);
99
public
:
NXOpen::NXObject
*
FeatureObject
100
(
101
);
105
public
:
void
SetFeatureObject
106
(
107
NXOpen::NXObject
* featureObject
108
);
112
public
:
NXString
FeatureName
113
(
114
);
118
public
:
void
SetFeatureName
119
(
120
const
NXString
& featureName
121
);
125
void
SetFeatureName
126
(
127
const
char
* featureName
128
);
132
public
:
void
DeleteFeatureName
133
(
134
);
138
public
:
bool
NameLocationSpecified
139
(
140
);
144
public
:
void
SetNameLocationSpecified
145
(
146
bool
nameLocationSpecified
147
);
151
public
:
NXOpen::Point3d
GetNameLocation
152
(
153
);
158
public
:
void
SetNameLocation
159
(
160
const
NXOpen::Point3d
& nameLocation
161
);
165
public
:
bool
ApplyToWorkPart
166
(
167
);
171
public
:
void
SetApplyToWorkPart
172
(
173
bool
applyToWorkPart
174
);
175
};
176
}
177
#ifdef _MSC_VER
178
#pragma warning(pop)
179
#endif
180
#ifdef __GNUC__
181
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
182
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
183
#endif
184
#endif
185
#undef EXPORTLIBRARY