NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Weld_WeldBead.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// 用于JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Weld_WeldBead.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 WeldBead;
37 }
38 namespace Assemblies
39 {
40 class Component;
41 }
42 class BasePart;
43 class Body;
44 class Curve;
45 namespace Features
46 {
47 class BodyFeature;
48 }
49 class INXObject;
50 class ReferenceSet;
51 namespace Weld
52 {
53 class IFeature;
54 }
55 namespace Weld
56 {
57 class _WeldBeadBuilder;
58 class WeldBeadImpl;
62 class NXOPENCPP_WELDEXPORT WeldBead : public NXOpen::Features::BodyFeature, public virtual NXOpen::Weld::IFeature
63 {
64 private: WeldBeadImpl * m_weldbead_impl;
65 private: friend class _WeldBeadBuilder;
66 protected: WeldBead();
67 public: ~WeldBead();
69
72 public: bool IsWeldBead
73 (
74 );
77
80 public: void GetConnectedBodies
81 (
82 std::vector<NXOpen::Body *> & connectedBodies
83 );
86
89 public: NXOpen::Curve * GetOutputCurve
90 (
91 );
94
97 public: void RemoveOutputCurveNoDelete
98 (
99 );
101
104 public: virtual void GetFeatureDiagnostics
105 (
106 std::vector<int> & diagnosticCodes
107 );
112 (
113 );
117 public: virtual int GetFeatureLayer
118 (
119 );
123 public: virtual int GetFeatureObjectColor
124 (
125 );
129 public: virtual void GetFeatureReferenceSets
130 (
131 std::vector<NXOpen::ReferenceSet *> & refSet
132 );
136 public: virtual void GetFeatureReferenceSetStrings
137 (
138 std::vector<NXString> & refSet
139 );
140 };
141 }
142}
143#ifdef _MSC_VER
144#pragma warning(pop)
145#endif
146#ifdef __GNUC__
147#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
148#pragma GCC diagnostic warning "-Wdeprecated-declarations"
149#endif
150#endif
151#undef EXPORTLIBRARY