NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
BlockStyler_SpecifyLocation.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// C++接口访问JA API的头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// BlockStyler_SpecifyLocation.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/BlockStyler_UIBlock.hxx>
22
#include <NXOpen/ugmath.hxx>
23
#include <NXOpen/libnxopenuicpp_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
BlockStyler
34
{
35
class
SpecifyLocation
;
36
}
37
namespace
BlockStyler
38
{
39
class
UIBlock
;
40
}
41
namespace
BlockStyler
42
{
43
class
_SpecifyLocationBuilder;
44
class
SpecifyLocationImpl;
48
class
NXOPENUICPPEXPORT SpecifyLocation :
public
NXOpen::BlockStyler::UIBlock
49
{
50
private
:
SpecifyLocationImpl
* m_specifylocation_impl;
51
private
:
friend
class
_SpecifyLocationBuilder;
52
protected
: SpecifyLocation();
53
public
: ~SpecifyLocation();
57
public
:
bool
AutomaticProgression
58
(
59
);
63
public
:
void
SetAutomaticProgression
64
(
65
bool
automaticProgression
66
);
70
public
:
NXOpen::Point3d
CursorLocation
71
(
72
);
76
public
:
void
SetCursorLocation
77
(
78
const
NXOpen::Point3d
& cursorLocation
79
);
83
public
:
void
ResetCursorLocation
84
(
85
);
91
public
:
bool
LocationSpecified
92
(
93
);
97
public
:
bool
DisplayTemporaryPoint
98
(
99
);
103
public
:
void
SetDisplayTemporaryPoint
104
(
105
bool
display
106
);
110
public
:
NXString
StepStatusAsString
111
(
112
);
116
public
:
void
SetStepStatusAsString
117
(
118
const
NXString
& enumString
119
);
123
void
SetStepStatusAsString
124
(
125
const
char
* enumString
126
);
130
public
: std::vector<NXString>
GetStepStatusMembers
131
(
132
);
136
public
:
NXString
LabelString
137
(
138
);
142
public
:
void
SetLabelString
143
(
144
const
NXString
& labelString
145
);
149
void
SetLabelString
150
(
151
const
char
* labelString
152
);
156
public
:
void
TestCursorLocationSpecified
157
(
158
const
NXOpen::Point3d
& cursorLocation
159
);
160
};
161
}
162
}
163
#ifdef _MSC_VER
164
#pragma warning(pop)
165
#endif
166
#ifdef __GNUC__
167
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
168
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
169
#endif
170
#endif
171
#undef EXPORTLIBRARY