NX Open C++ 参考指南
2406 v1.1
载入中...
搜索中...
未找到
D:
Tan_NX2406C++
UGopenLib
NX2406
UGOPEN
NXOpen
Tooling_StripperVentingBuilder.hxx
1
//--------------------------------------------------------------------------
2
// Copyright 2024 Siemens
3
//--------------------------------------------------------------------------
4
// Header for C++ interface to JA API
5
//--------------------------------------------------------------------------
6
//
7
// Source File:
8
// Tooling_StripperVentingBuilder.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/SelectObjectList.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
StripperVentingBuilder
;
37
}
38
class
Builder
;
39
class
Expression
;
40
class
SelectEdgeList
;
41
class
SelectNXObjectList
;
42
namespace
Tooling
43
{
44
class
_StripperVentingBuilderBuilder;
45
class
StripperVentingBuilderImpl;
49
class
NXOPENCPP_TOOLINGEXPORT StripperVentingBuilder :
public
NXOpen::Builder
50
{
52
public
:
enum
Types
53
{
54
TypesCreate
,
55
TypesEdit
56
};
57
58
public
:
enum
VentingTypes
59
{
60
VentingTypesFirst
,
61
VentingTypesSecond
62
};
63
private
:
StripperVentingBuilderImpl
* m_stripperventingbuilder_impl;
64
private
:
friend
class
_StripperVentingBuilderBuilder;
65
protected
:
StripperVentingBuilder
();
66
public
:
~StripperVentingBuilder
();
70
public
:
NXOpen::SelectEdgeList
*
SelectEdge
71
(
72
);
76
public
:
NXOpen::SelectNXObjectList
*
SelectObject
77
(
78
);
82
public
:
NXOpen::Expression
*
Width
83
(
84
);
88
public
:
NXOpen::Expression
*
Length
89
(
90
);
94
public
:
NXOpen::Expression
*
Radius
95
(
96
);
100
public
:
int
WizardType
101
(
102
);
106
public
:
void
SetWizardType
107
(
108
int
wizardType
109
);
113
public
:
NXOpen::Tooling::StripperVentingBuilder::VentingTypes
VentingType
114
(
115
);
119
public
:
void
SetVentingType
120
(
121
NXOpen::Tooling::StripperVentingBuilder::VentingTypes
ventingType
122
);
126
public
:
NXOpen::Expression
*
VentingClearance
127
(
128
);
132
public
:
NXOpen::Expression
*
VentingRadius
133
(
134
);
138
public
:
int
VentingNumber
139
(
140
);
144
public
:
void
SetVentingNumber
145
(
146
int
ventingNumber
147
);
151
public
:
NXOpen::Expression
*
VentingPitch
152
(
153
);
154
};
155
}
156
}
157
#ifdef _MSC_VER
158
#pragma warning(pop)
159
#endif
160
#ifdef __GNUC__
161
#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
162
#pragma GCC diagnostic warning "-Wdeprecated-declarations"
163
#endif
164
#endif
165
#undef EXPORTLIBRARY