NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Die_ClampingSlotBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口头文件,用于JA API
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Die_ClampingSlotBuilder.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_DieAttributesBuilder.hxx>
22#include <NXOpen/Die_DieDirectionBuilder.hxx>
23#include <NXOpen/Die_DieLocationsBuilder.hxx>
24#include <NXOpen/Die_DiePlaneBuilder.hxx>
25#include <NXOpen/Expression.hxx>
26#include <NXOpen/Features_FeatureBuilder.hxx>
27#include <NXOpen/Section.hxx>
28#include <NXOpen/SelectObject.hxx>
29#include <NXOpen/libnxopencpp_die_exports.hxx>
30#ifdef _MSC_VER
31#pragma warning(push)
32#pragma warning(disable:4996)
33#endif
34#ifdef __GNUC__
35#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
36#endif
37namespace NXOpen
38{
39 namespace Die
40 {
42 }
43 namespace Die
44 {
46 }
47 namespace Die
48 {
50 }
51 namespace Die
52 {
54 }
55 namespace Die
56 {
57 class DiePlaneBuilder;
58 }
59 class Expression;
60 namespace Features
61 {
62 class FeatureBuilder;
63 }
64 class Section;
66 class SelectNXObject;
67 namespace Die
68 {
69 class _ClampingSlotBuilderBuilder;
70 class ClampingSlotBuilderImpl;
139 class NXOPENCPP_DIEEXPORT ClampingSlotBuilder : public NXOpen::Features::FeatureBuilder
140 {
148 private: ClampingSlotBuilderImpl * m_clampingslotbuilder_impl;
149 private: friend class _ClampingSlotBuilderBuilder;
150 protected: ClampingSlotBuilder();
151 public: ~ClampingSlotBuilder();
156 (
157 );
162 (
163 );
168 (
169 );
174 (
175 );
180 (
181 );
186 (
187 );
192 (
193 );
198 (
199 );
204 (
205 );
210 (
211 );
216 (
217 );
222 (
223 );
228 (
229 );
234 (
235 );
240 (
241 );
246 (
247 );
252 (
253 );
258 (
259 );
264 (
265 );
270 (
271 );
276 (
277 );
282 (
283 );
288 (
289 );
293 public: bool LocationOnFlange
294 (
295 );
300 (
301 bool locationOnFlange
302 );
307 (
308 );
313 (
314 );
319 (
320 );
325 (
326 );
331 (
332 );
337 (
338 );
343 (
344 );
348 public: double DistanceTolerance
349 (
350 );
355 (
356 double distanceTolerance
357 );
361 public: double AngleTolerance
362 (
363 );
367 public: void SetAngleTolerance
368 (
369 double angleTolerance
370 );
375 (
376 );
380 public: void SetType
381 (
383 );
384 };
385 }
386}
387#ifdef _MSC_VER
388#pragma warning(pop)
389#endif
390#ifdef __GNUC__
391#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
392#pragma GCC diagnostic warning "-Wdeprecated-declarations"
393#endif
394#endif
395#undef EXPORTLIBRARY