NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Tooling_InsertBarcodeBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// Header for C++ interface to JA API
5
//--------------------------------------------------------------------------
6
//
7
// Source File:
8
// Tooling_InsertBarcodeBuilder.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/Annotations_OriginBuilder.hxx>
22
#include <NXOpen/Builder.hxx>
23
#include <NXOpen/ugmath.hxx>
24
#include <NXOpen/libnxopencpp_tooling_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
Tooling
35
{
36
class
InsertBarcodeBuilder
;
37
}
38
namespace
Annotations
39
{
40
class
SimpleDraftingAid
;
41
}
42
class
Builder
;
43
class
Plane
;
44
namespace
Tooling
45
{
46
class
_InsertBarcodeBuilderBuilder;
47
class
InsertBarcodeBuilderImpl;
51
class
NXOPENCPP_TOOLINGEXPORT InsertBarcodeBuilder :
public
NXOpen::Builder
52
{
53
private
:
InsertBarcodeBuilderImpl
* m_insertbarcodebuilder_impl;
54
private
:
friend
class
_InsertBarcodeBuilderBuilder;
55
protected
: InsertBarcodeBuilder();
56
public
: ~InsertBarcodeBuilder();
60
public
:
NXOpen::Plane
*
TargetObject
61
(
62
);
66
public
:
void
SetTargetObject
67
(
68
NXOpen::Plane
* targetObject
69
);
73
public
:
void
SetManipulatorOrigin
74
(
75
const
NXOpen::Point3d
& origin
76
);
80
public
:
void
SetManipulatorOrientation
81
(
82
const
NXOpen::Matrix3x3
& orientation
83
);
87
public
:
double
BarcodeHeight
88
(
89
);
93
public
:
void
SetBarcodeHeight
94
(
95
double
height
96
);
100
public
:
NXOpen::Annotations::OriginBuilder::AlignmentPosition
Basepoint
101
(
102
);
106
public
:
void
SetBasepoint
107
(
108
NXOpen::Annotations::OriginBuilder::AlignmentPosition
position
109
);
113
public
:
int
ColorPicker
114
(
115
);
119
public
:
void
SetColorPicker
120
(
121
int
colorPicker
122
);
126
public
:
NXOpen::Annotations::SimpleDraftingAid
*
GetBarcodeTag
127
(
128
);
132
public
:
void
SetBarcodeTag
133
(
134
NXOpen::Annotations::SimpleDraftingAid
* barcodeTag
135
);
139
public
:
bool
IsMultipleBarcodes
140
(
141
);
145
public
:
void
SetIsMultipleBarcodes
146
(
147
bool
isMultipleBarcodes
148
);
152
public
:
bool
IsBarcodeQualified
153
(
154
);
158
public
:
void
SetBarcodeQualified
159
(
160
bool
qualify
161
);
165
public
:
void
UpdateBarCode
166
(
167
);
171
public
:
void
RotateBarCodeAroundZ
172
(
173
double
angle
174
);
175
};
176
}
177
}
178
#ifdef _MSC_VER
179
#pragma warning(pop)
180
#endif
181
#ifdef __GNUC__
182
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
183
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
184
#endif
185
#endif
186
#undef EXPORTLIBRARY