NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Tooling_TrackingCurveBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// Header for C++ interface to JA API
5
//--------------------------------------------------------------------------
6
//
7
// Source File:
8
// Tooling_TrackingCurveBuilder.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/Builder.hxx>
22
#include <NXOpen/libnxopencpp_tooling_exports.hxx>
23
#ifdef _MSC_VER
24
#pragma warning(push)
25
#pragma warning(disable:4996)
26
#endif
27
#ifdef __GNUC__
28
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29
#endif
30
namespace
NXOpen
31
{
32
namespace
Tooling
33
{
34
class
TrackingCurveBuilder
;
35
}
36
class
Builder
;
37
class
Point
;
38
namespace
Tooling
39
{
40
class
_TrackingCurveBuilderBuilder;
41
class
TrackingCurveBuilderImpl;
66
class
NXOPENCPP_TOOLINGEXPORT TrackingCurveBuilder :
public
NXOpen::Builder
67
{
68
private
:
TrackingCurveBuilderImpl
* m_trackingcurvebuilder_impl;
69
private
:
friend
class
_TrackingCurveBuilderBuilder;
70
protected
: TrackingCurveBuilder();
71
public
: ~TrackingCurveBuilder();
75
public
:
NXOpen::Point
*
TrackPoint
76
(
77
);
81
public
:
void
SetTrackPoint
82
(
83
NXOpen::Point
* trackPoint
84
);
88
public
:
double
TrackStartDouble
89
(
90
);
94
public
:
void
SetTrackStartDouble
95
(
96
double
trackStartDouble
97
);
101
public
:
double
TrackEndDouble
102
(
103
);
107
public
:
void
SetTrackEndDouble
108
(
109
double
trackEndDouble
110
);
114
public
:
double
IntervalDouble
115
(
116
);
120
public
:
void
SetIntervalDouble
121
(
122
double
intervalDouble
123
);
127
public
:
bool
ShowCurve
128
(
129
);
133
public
:
void
SetShowCurve
134
(
135
bool
showCurve
136
);
140
public
:
bool
KeepCurve
141
(
142
);
146
public
:
void
SetKeepCurve
147
(
148
bool
keepCurve
149
);
153
public
:
bool
ShowAllComponentsToggle
154
(
155
);
159
public
:
void
SetShowAllComponentsToggle
160
(
161
bool
showAllComponentsToggle
162
);
166
public
:
void
CreateTrackingCurves
167
(
168
);
172
public
:
void
ClearTrackingCurve
173
(
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