NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Tooling_GeneralInsertBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// Header for C++ interface to JA API
5
//--------------------------------------------------------------------------
6
//
7
// Source File:
8
// Tooling_GeneralInsertBuilder.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/Expression.hxx>
22
#include <NXOpen/Builder.hxx>
23
#include <NXOpen/Section.hxx>
24
#include <NXOpen/SelectObject.hxx>
25
#include <NXOpen/SelectObjectList.hxx>
26
#include <NXOpen/ugmath.hxx>
27
#include <NXOpen/libnxopencpp_tooling_exports.hxx>
28
#ifdef _MSC_VER
29
#pragma warning(push)
30
#pragma warning(disable:4996)
31
#endif
32
#ifdef __GNUC__
33
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
34
#endif
35
namespace
NXOpen
36
{
37
namespace
Tooling
38
{
39
class
GeneralInsertBuilder
;
40
}
41
namespace
Assemblies
42
{
43
class
SelectComponent
;
44
}
45
namespace
Assemblies
46
{
47
class
SelectComponentList
;
48
}
49
class
Builder
;
50
class
Expression
;
51
class
Section
;
52
class
SelectFaceList
;
53
class
TaggedObject
;
54
namespace
Tooling
55
{
56
class
_GeneralInsertBuilderBuilder;
57
class
GeneralInsertBuilderImpl;
115
class
NXOPENCPP_TOOLINGEXPORT GeneralInsertBuilder :
public
NXOpen::Builder
116
{
118
public
:
enum
Types
119
{
120
TypesCreateInsert
,
121
TypesEditInsert
,
122
TypesDeleteInsert
123
};
124
125
public
:
enum
ParentOption
126
{
127
ParentOptionNoParent
128
};
129
130
public
:
enum
GenerateMethod
131
{
132
GenerateMethodBoundingBox
,
133
GenerateMethodUserDefined
134
};
135
136
public
:
enum
SideAttributeValues
137
{
138
SideAttributeValuesNone
,
139
SideAttributeValuesTop
,
140
SideAttributeValuesMiddle
,
141
SideAttributeValuesBottom
142
};
143
private
:
GeneralInsertBuilderImpl
* m_generalinsertbuilder_impl;
144
private
:
friend
class
_GeneralInsertBuilderBuilder;
145
protected
:
GeneralInsertBuilder
();
146
public
:
~GeneralInsertBuilder
();
150
public
:
NXOpen::Tooling::GeneralInsertBuilder::Types
Type
151
(
152
);
156
public
:
void
SetType
157
(
158
NXOpen::Tooling::GeneralInsertBuilder::Types
type
159
);
163
public
:
NXOpen::SelectFaceList
*
SelectFace
164
(
165
);
169
public
:
NXOpen::Tooling::GeneralInsertBuilder::ParentOption
ParentPart
170
(
171
);
175
public
:
void
SetParentPart
176
(
177
NXOpen::Tooling::GeneralInsertBuilder::ParentOption
parentPart
178
);
182
public
:
NXOpen::Tooling::GeneralInsertBuilder::GenerateMethod
GenerateType
183
(
184
);
188
public
:
void
SetGenerateType
189
(
190
NXOpen::Tooling::GeneralInsertBuilder::GenerateMethod
generateType
191
);
195
public
:
bool
ReverseInsertDirection
196
(
197
);
201
public
:
void
SetReverseInsertDirection
202
(
203
bool
reverseInsertDirection
204
);
208
public
:
NXOpen::Expression
*
BoxOffset
209
(
210
);
214
public
:
NXOpen::Expression
*
Radius
215
(
216
);
220
public
:
void
CreateDatum
221
(
222
);
226
public
:
NXOpen::Section
*
OuterProfile
227
(
228
);
232
public
:
NXOpen::Expression
*
Height
233
(
234
);
238
public
:
NXOpen::Expression
*
StartPosition
239
(
240
);
244
public
:
NXOpen::Expression
*
Clearance
245
(
246
);
250
public
:
NXOpen::Expression
*
PositiveX
251
(
252
);
256
public
:
NXOpen::Expression
*
NegativeX
257
(
258
);
262
public
:
NXOpen::Expression
*
PositiveY
263
(
264
);
268
public
:
NXOpen::Expression
*
NegativeY
269
(
270
);
274
public
:
NXOpen::Expression
*
PositiveZ
275
(
276
);
280
public
:
NXOpen::Expression
*
NegativeZ
281
(
282
);
286
public
:
void
AddFromSpreadsheetAttributeList
287
(
288
);
292
public
:
void
NewAttribute
293
(
294
);
298
public
:
void
DeleteAttribute
299
(
300
);
304
public
:
NXOpen::Tooling::GeneralInsertBuilder::SideAttributeValues
SideAttributeValue
305
(
306
);
310
public
:
void
SetSideAttributeValue
311
(
312
NXOpen::Tooling::GeneralInsertBuilder::SideAttributeValues
sideAttributeValue
313
);
317
public
:
bool
SettingWithoutFalseBody
318
(
319
);
323
public
:
void
SetSettingWithoutFalseBody
324
(
325
bool
settingWithoutFalseBody
326
);
330
public
:
bool
NormalRenameDialog
331
(
332
);
336
public
:
void
SetNormalRenameDialog
337
(
338
bool
normalRenameDialog
339
);
343
public
:
NXOpen::Assemblies::SelectComponent
*
InsertToEdit
344
(
345
);
349
public
:
NXOpen::Assemblies::SelectComponentList
*
InsertToDelete
350
(
351
);
355
public
:
NXOpen::TaggedObject
*
InsertComponent
356
(
357
);
361
public
:
void
SetInsertComponent
362
(
363
NXOpen::TaggedObject
* insertComponent
364
);
368
public
:
NXString
ParentPartName
369
(
370
);
374
public
:
void
SetParentPartName
375
(
376
const
NXString
& parentPartName
377
);
381
void
SetParentPartName
382
(
383
const
char
* parentPartName
384
);
388
public
:
int
WizardType
389
(
390
);
394
public
:
void
SetWizardType
395
(
396
int
wizardType
397
);
401
public
:
void
GetAttributeTitleName
402
(
403
std::vector<NXString> & titleName
404
);
408
public
:
void
SetAttributeTitleName
409
(
410
std::vector<NXString> & titleName
411
);
415
public
:
void
GetAttributeValueText
416
(
417
std::vector<NXString> & valueText
418
);
422
public
:
void
SetAttributeValueText
423
(
424
std::vector<NXString> & valueText
425
);
429
public
:
NXOpen::Matrix3x3
OrientationReferenceCSYS
430
(
431
);
435
public
:
void
SetOrientationReferenceCSYS
436
(
437
const
NXOpen::Matrix3x3
& matrix
438
);
442
public
:
NXOpen::Vector3d
UserDefinedExtrudeDirection
443
(
444
);
448
public
:
void
SetUserDefinedExtrudeDirection
449
(
450
const
NXOpen::Vector3d
& direction
451
);
455
public
:
void
CreateUserDefinedInsert
456
(
457
const
NXString
& refset
458
);
462
void
CreateUserDefinedInsert
463
(
464
const
char
* refset
465
);
469
public
:
void
CreateOffsetDatumPlane
470
(
471
);
472
};
473
}
474
}
475
#ifdef _MSC_VER
476
#pragma warning(pop)
477
#endif
478
#ifdef __GNUC__
479
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
480
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
481
#endif
482
#endif
483
#undef EXPORTLIBRARY