NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Routing_StockDevice.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口头文件:JA API
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Routing_StockDevice.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/Routing_SingleDevice.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
30namespace NXOpen
31{
32 namespace Routing
33 {
34 class StockDevice;
35 }
36 class Part;
37 namespace Routing
38 {
39 class SingleDevice;
40 }
41 namespace Routing
42 {
43 class StockDefinition;
44 }
45 namespace Routing
46 {
47 class _StockDeviceBuilder;
48 class StockDeviceImpl;
54 class NXOPENCPP_ROUTINGEXPORT StockDevice : public NXOpen::Routing::SingleDevice
55 {
56 private: StockDeviceImpl * m_stockdevice_impl;
57 private: friend class _StockDeviceBuilder;
58 protected: StockDevice();
59 public: ~StockDevice();
63 public: double StockLength
64 (
65 );
69 public: void SetStockLength
70 (
71 double stockLength
72 );
77 (
78 );
82 public: void SetStockDefinition
83 (
84 NXOpen::Routing::StockDefinition * routeStockDefinition
85 );
90 (
91 NXOpen::Part * partTag
92 );
93 };
94 }
95}
96#ifdef _MSC_VER
97#pragma warning(pop)
98#endif
99#ifdef __GNUC__
100#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
101#pragma GCC diagnostic warning "-Wdeprecated-declarations"
102#endif
103#endif
104#undef EXPORTLIBRARY