NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Die_PressModel.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口头文件,用于JA API
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Die_PressModel.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/TransientObject.hxx>
22#include <NXOpen/libnxopencpp_die_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 Die
33 {
34 class PressModel;
35 }
36 namespace Die
37 {
38 }
39 namespace Die
40 {
41 class PressModelImpl;
45 class NXOPENCPP_DIEEXPORT PressModel : public NXOpen::TransientObject
46 {
47 private: PressModelImpl * m_pressmodel_impl;
49 public: explicit PressModel(void *ptr);
51
54 public: virtual ~PressModel();
58 public: int GetNumOperations
59 (
60 );
65 (
66 int operation ,
67 double slideHeight
68 );
73 (
74 int operation ,
75 double liftStartAngle ,
76 double liftStopAngle ,
77 double liftToDist ,
78 double lockAtDist
79 );
84 (
85 int operation ,
86 const std::vector<double> & vals
87 );
92 (
93 int operation ,
94 int curveSet
95 );
100 (
101 int operation ,
102 double ventilationLiftDistance ,
103 int ventilationLiftStay ,
104 double binderWayLiftDistance ,
105 int binderWayLiftDuration ,
106 double upperLimit ,
107 double lowerLimit
108 );
109 }; //lint !e1712 类未定义默认构造函数
110 }
111}
112#ifdef _MSC_VER
113#pragma warning(pop)
114#endif
115#ifdef __GNUC__
116#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
117#pragma GCC diagnostic warning "-Wdeprecated-declarations"
118#endif
119#endif
120#undef EXPORTLIBRARY