NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Weld_PlugSlot.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// 用于JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Weld_PlugSlot.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_BodyFeature.hxx>
22#include <NXOpen/INXObject.hxx>
23#include <NXOpen/Weld_IFeature.hxx>
24#include <NXOpen/libnxopencpp_weld_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 Weld
35 {
36 class PlugSlot;
37 }
38 namespace Assemblies
39 {
40 class Component;
41 }
42 class BasePart;
43 namespace Features
44 {
45 class BodyFeature;
46 }
47 class INXObject;
48 class ReferenceSet;
49 namespace Weld
50 {
51 class IFeature;
52 }
53 namespace Weld
54 {
55 class _PlugSlotBuilder;
56 class PlugSlotImpl;
60 class NXOPENCPP_WELDEXPORT PlugSlot : public NXOpen::Features::BodyFeature, public virtual NXOpen::Weld::IFeature
61 {
62 private: PlugSlotImpl * m_plugslot_impl;
63 private: friend class _PlugSlotBuilder;
64 protected: PlugSlot();
65 public: ~PlugSlot();
69 public: virtual void GetFeatureDiagnostics
70 (
71 std::vector<int> & diagnosticCodes
72 );
77 (
78 );
82 public: virtual int GetFeatureLayer
83 (
84 );
88 public: virtual int GetFeatureObjectColor
89 (
90 );
94 public: virtual void GetFeatureReferenceSets
95 (
96 std::vector<NXOpen::ReferenceSet *> & refSet
97 );
101 public: virtual void GetFeatureReferenceSetStrings
102 (
103 std::vector<NXString> & refSet
104 );
105 };
106 }
107}
108#ifdef _MSC_VER
109#pragma warning(pop)
110#endif
111#ifdef __GNUC__
112#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
113#pragma GCC diagnostic warning "-Wdeprecated-declarations"
114#endif
115#endif
116#undef EXPORTLIBRARY