NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
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
32namespace NXOpen
33{
34 namespace Tooling
35 {
37 }
38 class Builder;
39 class Expression;
40 class SelectEdgeList;
42 namespace Tooling
43 {
44 class _StripperVentingBuilderBuilder;
45 class StripperVentingBuilderImpl;
49 class NXOPENCPP_TOOLINGEXPORT StripperVentingBuilder : public NXOpen::Builder
50 {
52 public: enum Types
53 {
56 };
57
63 private: StripperVentingBuilderImpl * m_stripperventingbuilder_impl;
64 private: friend class _StripperVentingBuilderBuilder;
65 protected: StripperVentingBuilder();
71 (
72 );
77 (
78 );
83 (
84 );
89 (
90 );
95 (
96 );
100 public: int WizardType
101 (
102 );
106 public: void SetWizardType
107 (
108 int wizardType
109 );
114 (
115 );
119 public: void SetVentingType
120 (
122 );
127 (
128 );
133 (
134 );
138 public: int VentingNumber
139 (
140 );
144 public: void SetVentingNumber
145 (
146 int ventingNumber
147 );
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