NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
UserDefinedTemplate_Instantiation.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// 自定义模板API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// UserDefinedTemplate_Instantiation.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/IFitTo.hxx>
22#include <NXOpen/INXObject.hxx>
23#include <NXOpen/IProfile.hxx>
24#include <NXOpen/NXObject.hxx>
25#include <NXOpen/libnxopencpp_userdefinedtemplate_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 UserDefinedTemplate
36 {
37 class Instantiation;
38 }
39 namespace Annotations
40 {
41 class Annotation;
42 }
43 namespace Assemblies
44 {
45 class Component;
46 }
47 class BasePart;
48 class Expression;
49 namespace Features
50 {
51 class Feature;
52 }
53 class IFitTo;
54 class INXObject;
55 class IProfile;
56 class NXObject;
57 namespace UserDefinedTemplate
58 {
59 class _InstantiationBuilder;
60 class InstantiationImpl;
64 class NXOPENCPP_USERDEFINEDTEMPLATEEXPORT Instantiation : public NXOpen::NXObject, public virtual NXOpen::IProfile, public virtual NXOpen::IFitTo
65 {
66 private: InstantiationImpl * m_instantiation_impl;
67 private: friend class _InstantiationBuilder;
68 protected: Instantiation();
69 public: ~Instantiation();
74 public: NX_DEPRECATED("Deprecated in NX2007.0.0. This method has no replacement. It is no longer used or supported.") NXOpen::Features::Feature * GetFeature
75 (
76 );
81 public: NX_DEPRECATED("Deprecated in NX2007.0.0. This method has no replacement. It is no longer used or supported.") std::vector<NXOpen::Expression *> GetExpressions
82 (
83 );
88 public: NX_DEPRECATED("Deprecated in NX2007.0.0. This method has no replacement. It is no longer used or supported.") std::vector<NXOpen::Annotations::Annotation *> GetPmis
89 (
90 );
94 public: std::vector<NXOpen::NXObject *> GetObjects
95 (
96 );
97 };
98 }
99}
100#ifdef _MSC_VER
101#pragma warning(pop)
102#endif
103#ifdef __GNUC__
104#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
105#pragma GCC diagnostic warning "-Wdeprecated-declarations"
106#endif
107#endif
108#undef EXPORTLIBRARY