NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_CustomFeature.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口的JA API头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_CustomFeature.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_CustomFeatureData.hxx>
23#include <NXOpen/Features_OutputFeatureData.hxx>
24#include <NXOpen/Features_Feature.hxx>
25#include <NXOpen/libnxopencpp_features_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 Features
36 {
37 class CustomFeature;
38 }
39 namespace Features
40 {
42 }
43 namespace Features
44 {
46 }
47 namespace Features
48 {
49 class Feature;
50 }
51 namespace Features
52 {
54 }
55 namespace Features
56 {
57 class _CustomFeatureBuilder;
58 class CustomFeatureImpl;
62 class NXOPENCPP_FEATURESEXPORT CustomFeature : public NXOpen::Features::Feature
63 {
64 private: CustomFeatureImpl * m_customfeature_impl;
65 private: friend class _CustomFeatureBuilder;
66 protected: CustomFeature();
67 public: ~CustomFeature();
72 (
73 );
77 public: std::vector<NXOpen::Features::ConstructionFeatureData *> GetConstructionFeatures
78 (
79 );
83 public: std::vector<NXOpen::Features::OutputFeatureData *> GetOutputFeatures
84 (
85 );
86 };
87 }
88}
89#ifdef _MSC_VER
90#pragma warning(pop)
91#endif
92#ifdef __GNUC__
93#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
94#pragma GCC diagnostic warning "-Wdeprecated-declarations"
95#endif
96#endif
97#undef EXPORTLIBRARY