NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Join_AutoPointBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口的JA API头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Join_AutoPointBuilder.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/Builder.hxx>
22#include <NXOpen/SelectObjectList.hxx>
23#include <NXOpen/libjoinopencpp_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 Join
34 {
35 class AutoPointBuilder;
36 }
37 namespace Assemblies
38 {
40 }
41 class Body;
42 class Builder;
43 class NXObject;
44 class Point;
45 namespace Join
46 {
47 class _AutoPointBuilderBuilder;
48 class AutoPointBuilderImpl;
97 class JOINOPENCPPEXPORT AutoPointBuilder : public NXOpen::Builder
98 {
107 private: AutoPointBuilderImpl * m_autopointbuilder_impl;
108 private: friend class _AutoPointBuilderBuilder;
109 protected: AutoPointBuilder();
110public: ~AutoPointBuilder();
115 (
116 );
120 public: void SetSubtype
121 (
122 const NXString & type
123 );
128 (
129 const char * type
130 );
135 (
136 );
141 (
142 );
147 (
148 );
153 (
154 int interferenceIndex
155 );
160 (
161 int interferenceIndex
162 );
166 public: double FaceGapDistance
167 (
168 );
173 (
174 double faceGapDistance
175 );
180 (
181 );
186 (
187 int minimumNumberPointsOnOverlap
188 );
193 (
194 );
199 (
200 double minimumSpacingBetweenPoints
201 );
206 (
207 );
212 (
213 double maximumSpacingBetweenPoints
214 );
219 (
220 );
225 (
226 double uniformSpacingTolerance
227 );
232 (
233 );
238 (
239 double offsetDistanceFromEdge
240 );
245 (
246 );
251 (
252 double maximumCenterlineWidth
253 );
258 (
259 );
264 (
265 double maximumSingleThickness
266 );
270 public: double MaximumBendRadius
271 (
272 );
277 (
278 double maximumBendRadius
279 );
283 public: double MinimumFlangeWidth
284 (
285 );
290 (
291 double minimumFlangeWidth
292 );
296 public: double DistanceFromEnds
297 (
298 );
303 (
304 double distanceFromEnds
305 );
310 (
311 );
316 (
317 bool moveReferenceSheetToConstructionLayer
318 );
322 public: bool GetShowThruState
323 (
324 );
328 public: void SetShowThruState
329 (
330 bool showThruState
331 );
335 public: bool GetShowSolids
336 (
337 );
341 public: void SetShowSolids
342 (
343 bool showSolids
344 );
348 public: void GetPoints
349 (
350 std::vector<NXOpen::Point *> & points
351 );
355 public: void GetVisibleBodies
356 (
357 std::vector<NXOpen::Body *> & bodies
358 );
363 (
364 NXOpen::Point * refPoint ,
365 std::vector<NXOpen::Body *> & bodies
366 );
371 (
372 );
377 (
378 bool createFeaturesOnOk
379 );
380 };
381 }
382}
383#ifdef _MSC_VER
384#pragma warning(pop)
385#endif
386#ifdef __GNUC__
387#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
388#pragma GCC diagnostic warning "-Wdeprecated-declarations"
389#endif
390#endif
391#undef EXPORTLIBRARY