NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Motion_SignalChartBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Motion_SignalChartBuilder.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/Expression.hxx>
22#include <NXOpen/Motion_SignalChartListItem.hxx>
23#include <NXOpen/Motion_MotionBuilder.hxx>
24#include <NXOpen/ObjectList.hxx>
25#include <NXOpen/libnxopencpp_motion_exports.hxx>
26#ifdef _MSC_VER
27#pragma warning(push)
28#pragma warning(disable:4996)
29#endif
30#ifdef __GNUC__
31#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32#endif
33namespace NXOpen
34{
35 namespace Motion
36 {
38 }
39 namespace CAE
40 {
41 class Function;
42 }
43 class Expression;
44 namespace Motion
45 {
46 class MotionBuilder;
47 }
48 namespace Motion
49 {
50 class MotionSensor;
51 }
52 namespace Motion
53 {
55 }
56 namespace Motion
57 {
59 }
60 namespace Motion
61 {
62 class _SignalChartBuilderBuilder;
63 class SignalChartBuilderImpl;
67 class NXOPENCPP_MOTIONEXPORT SignalChartBuilder : public NXOpen::Motion::MotionBuilder
68 {
70 public: enum Type
71 {
74 };
75 private: SignalChartBuilderImpl * m_signalchartbuilder_impl;
76 private: friend class _SignalChartBuilderBuilder;
77 protected: SignalChartBuilder();
78 public: ~SignalChartBuilder();
83 (
84 );
88 public: void SetSignalChartType
89 (
91 );
96 (
97 );
102 (
103 NXOpen::CAE::Function * openSignalFunction
104 );
109 (
110 );
115 (
116 );
120 public: void SetName
121 (
122 const NXString & name
123 );
128 (
129 const char * name
130 );
135 (
136 );
141 (
143 bool alwaysEvaluated ,
144 int timeSensor ,
145 int condition ,
146 NXOpen::Expression * threshold ,
147 NXOpen::Expression * delayTime ,
148 NXOpen::Expression * signal
149 );
150 };
151 }
152}
153#ifdef _MSC_VER
154#pragma warning(pop)
155#endif
156#ifdef __GNUC__
157#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
158#pragma GCC diagnostic warning "-Wdeprecated-declarations"
159#endif
160#endif
161#undef EXPORTLIBRARY