NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Routing_LinearPathSettings.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// JA API的C++接口头文件
5
//--------------------------------------------------------------------------
6
//
7
// 源文件:
8
// Routing_LinearPathSettings.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/libnxopencpp_routing_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
Routing
33
{
34
class
LinearPathSettings
;
35
}
36
class
Builder
;
37
namespace
Routing
38
{
39
class
_LinearPathSettingsBuilder;
40
class
LinearPathSettingsImpl;
55
class
NXOPENCPP_ROUTINGEXPORT LinearPathSettings :
public
NXOpen::Builder
56
{
57
private
:
LinearPathSettingsImpl
* m_linearpathsettings_impl;
58
private
:
friend
class
_LinearPathSettingsBuilder;
59
protected
: LinearPathSettings();
60
public
: ~LinearPathSettings();
64
public
:
bool
AssignDefaultCorner
65
(
66
);
70
public
:
void
SetAssignDefaultCorner
71
(
72
bool
assign
73
);
77
public
:
bool
AssignDefaultElbow
78
(
79
);
83
public
:
void
SetAssignDefaultElbow
84
(
85
bool
assign
86
);
90
public
:
bool
LockToSelectedObject
91
(
92
);
96
public
:
void
SetLockToSelectedObject
97
(
98
bool
lock
99
);
103
public
:
bool
LockLength
104
(
105
);
109
public
:
void
SetLockLength
110
(
111
bool
lock
112
);
116
public
:
bool
LockAngle
117
(
118
);
122
public
:
void
SetLockAngle
123
(
124
bool
lock
125
);
129
public
:
bool
AllowCutElbow
130
(
131
);
135
public
:
void
SetAllowCutElbow
136
(
137
bool
assign
138
);
139
};
140
}
141
}
142
#ifdef _MSC_VER
143
#pragma warning(pop)
144
#endif
145
#ifdef __GNUC__
146
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
147
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
148
#endif
149
#endif
150
#undef EXPORTLIBRARY