NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_CustomFeatureEvent.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口的JA API头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_CustomFeatureEvent.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/Features_ConstructionFeatureData.hxx>
22#include <NXOpen/Features_OutputFeatureData.hxx>
23#include <NXOpen/TaggedObject.hxx>
24#include <NXOpen/libnxopencpp_features_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 Features
35 {
37 }
39 namespace Features
40 {
42 }
43 namespace Features
44 {
45 class CustomFeature;
46 }
47 namespace Features
48 {
50 }
51 namespace Features
52 {
53 class _CustomFeatureEventBuilder;
54 class CustomFeatureEventImpl;
58 class NXOPENCPP_FEATURESEXPORT CustomFeatureEvent : public NXOpen::TaggedObject
59 {
60 public: enum ParasolidId { ParasolidIdDummyMember }; // 用作标识符
61 private: CustomFeatureEventImpl * m_customfeatureevent_impl;
62 private: friend class _CustomFeatureEventBuilder;
63 protected: CustomFeatureEvent();
64 public: ~CustomFeatureEvent();
72 public: NX_DEPRECATED("Deprecated in NX12.0.1. ") int ErrorCode
73 (
74 );
82 public: NX_DEPRECATED("Deprecated in NX12.0.1. Return the error code from callback instead.") void SetErrorCode
83 (
84 int errorCode
85 );
89 public: NXOpen::Features::CustomFeatureEvent::ParasolidId GetParasolidId
90 (
91 NXOpen::DisplayableObject * solidTag
92 );
97 (
98 NXOpen::Features::CustomFeatureEvent::ParasolidId parasolidId
99 );
104 (
105 );
110 (
111 );
116 (
117 );
118 };
119 }
120}
121#ifdef _MSC_VER
122#pragma warning(pop)
123#endif
124#ifdef __GNUC__
125#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
126#pragma GCC diagnostic warning "-Wdeprecated-declarations"
127#endif
128#endif
129#undef EXPORTLIBRARY