NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Die_DeckParentBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口至JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Die_DeckParentBuilder.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/Die.hxx>
22#include <NXOpen/Features_FeatureBuilder.hxx>
23#include <NXOpen/libnxopencpp_die_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
33 namespace Die
34 {
36 }
37 class Body;
38 namespace Features
39 {
40 class FeatureBuilder;
41 }
42 class IProfile;
43 class ISurface;
44 namespace Die
45 {
46 class _DeckParentBuilderBuilder;
47 class DeckParentBuilderImpl;
51 class NXOPENCPP_DIEEXPORT DeckParentBuilder : public NXOpen::Features::FeatureBuilder
52 {
53 private: DeckParentBuilderImpl * m_deckparentbuilder_impl;
54 private: friend class _DeckParentBuilderBuilder;
55 protected: DeckParentBuilder();
56 public: ~DeckParentBuilder();
60 public: void SetInnerDeckSheet
61 (
62 NXOpen::Body * innerDeckSheet
63 );
68 (
69 );
73 public: void SetMainDeck
74 (
76 const std::vector<NXOpen::IProfile *> & profileEntries
77 );
81 public: std::vector<NXOpen::IProfile *> GetMainDeck
82 (
84 );
88 public: void SetBinderEdge
89 (
91 const std::vector<NXOpen::IProfile *> & profileEntries
92 );
96 public: std::vector<NXOpen::IProfile *> GetBinderEdge
97 (
99 );
105 (
107 const std::vector<NXOpen::IProfile *> & profileEntries
108 );
114 public: std::vector<NXOpen::IProfile *> GetMainWallCenterline
115 (
117 );
122 public: void SetBaseFlange
123 (
125 const std::vector<NXOpen::IProfile *> & profileEntries
126 );
132 public: std::vector<NXOpen::IProfile *> GetBaseFlange
133 (
135 );
140 (
142 const std::vector<NXOpen::IProfile *> & profileEntries
143 );
147 public: std::vector<NXOpen::IProfile *> GetIntermediateDeck
148 (
150 );
155 (
156 NXOpen::ISurface * intermediateDeckOrientation
157 );
162 (
163 );
167 public: void SetDesignStatus
168 (
169 bool designStatus
170 );
174 public: bool DesignStatus
175 (
176 );
181 (
182 );
186 public: void SetDisplayStatus
187 (
188 bool displayStatus
189 );
193 public: bool DisplayStatus
194 (
195 );
196 };
197 }
198}
199#ifdef _MSC_VER
200#pragma warning(pop)
201#endif
202#ifdef __GNUC__
203#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
204#pragma GCC diagnostic warning "-Wdeprecated-declarations"
205#endif
206#endif
207#undef EXPORTLIBRARY