NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_EmbossBodyBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_EmbossBodyBuilder.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/Expression.hxx>
22#include <NXOpen/Features_FeatureBuilder.hxx>
23#include <NXOpen/ScCollector.hxx>
24#include <NXOpen/SelectObjectList.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 {
38 }
39 class Expression;
40 namespace Features
41 {
42 class FeatureBuilder;
43 }
44 class ScCollector;
46 namespace Features
47 {
48 class _EmbossBodyBuilderBuilder;
49 class EmbossBodyBuilderImpl;
70 class NXOPENCPP_FEATURESEXPORT EmbossBodyBuilder : public NXOpen::Features::FeatureBuilder
71 {
72 private: EmbossBodyBuilderImpl * m_embossbodybuilder_impl;
73 private: friend class _EmbossBodyBuilderBuilder;
74 protected: EmbossBodyBuilder();
75 public: ~EmbossBodyBuilder();
80 (
81 );
85 public: void SetTargetBody
86 (
87 NXOpen::ScCollector * targetBody
88 );
93 (
94 );
98 public: void SetToolBody
99 (
100 NXOpen::ScCollector * toolBody
101 );
106 (
107 );
112 (
113 );
118 (
119 );
123 public: bool KeepTargets
124 (
125 );
129 public: void SetKeepTargets
130 (
131 bool keepTargets
132 );
136 public: bool KeepTools
137 (
138 );
142 public: void SetKeepTools
143 (
144 bool keepTools
145 );
150 (
151 );
156 (
157 bool targetMaterialSide
158 );
163 (
164 );
169 (
170 bool toolEmbossDirection
171 );
175 public: bool ThickenOption
176 (
177 );
181 public: void SetThickenOption
182 (
183 bool thickenOption
184 );
188 public: bool TrimOption
189 (
190 );
194 public: void SetTrimOption
195 (
196 bool trimOption
197 );
202 (
203 );
207 public: void SetCapFace
208 (
209 NXOpen::ScCollector * capFace
210 );
211 };
212 }
213}
214#ifdef _MSC_VER
215#pragma warning(pop)
216#endif
217#ifdef __GNUC__
218#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
219#pragma GCC diagnostic warning "-Wdeprecated-declarations"
220#endif
221#endif
222#undef EXPORTLIBRARY