NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
BlockStyler_SuperSection.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口访问JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// BlockStyler_SuperSection.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/BlockStyler_UIBlock.hxx>
22#include <NXOpen/libnxopenuicpp_exports.hxx>
23#ifdef _MSC_VER
24#pragma warning(push)
25#pragma warning(disable:4996)
26#endif
27#ifdef __GNUC__
28#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29#endif
30namespace NXOpen
31{
32 namespace BlockStyler
33 {
34 class SuperSection;
35 }
36 namespace BlockStyler
37 {
38 class UIBlock;
39 }
40 class TaggedObject;
41 namespace BlockStyler
42 {
43 class _SuperSectionBuilder;
44 class SuperSectionImpl;
48 class NXOPENUICPPEXPORT SuperSection : public NXOpen::BlockStyler::UIBlock
49 {
50 private: SuperSectionImpl * m_supersection_impl;
51 private: friend class _SuperSectionBuilder;
52 protected: SuperSection();
53 public: ~SuperSection();
58 (
59 );
64 (
65 bool automaticProgression
66 );
71 (
72 );
77 (
78 const NXString & imageString
79 );
84 (
85 const char * imageString
86 );
91 (
92 );
97 (
98 const NXString & enumString
99 );
104 (
105 const char * enumString
106 );
110 public: std::vector<NXString> GetBalloonTooltipLayoutMembers
111 (
112 );
117 (
118 );
123 (
124 const NXString & balloonTooltipText
125 );
130 (
131 const char * balloonTooltipText
132 );
137 (
138 );
142 public: void SetBitmap
143 (
144 const NXString & bitmapString
145 );
150 (
151 const char * bitmapString
152 );
157 (
158 );
163 (
164 bool blendCurve
165 );
169 public: int CurveRules
170 (
171 );
175 public: void SetCurveRules
176 (
177 int curveRules
178 );
183 (
184 );
189 (
190 bool createLink
191 );
195 public: NXString Cue
196 (
197 );
201 public: void SetCue
202 (
203 const NXString & cue
204 );
209 (
210 const char * cue
211 );
216 (
217 );
222 (
223 const NXString & enumString
224 );
229 (
230 const char * enumString
231 );
235 public: std::vector<NXString> GetInterpartSelectionMembers
236 (
237 );
241 public: std::vector<NXOpen::TaggedObject *> GetSelectedObjects
242 (
243 );
248 (
249 const std::vector<NXOpen::TaggedObject *> & objectVector
250 );
255 (
256 );
261 (
262 const NXString & enumString
263 );
268 (
269 const char * enumString
270 );
274 public: std::vector<NXString> GetStepStatusMembers
275 (
276 );
281 (
282 );
286 public: void SetToolTip
287 (
288 const NXString & toolTip
289 );
294 (
295 const char * toolTip
296 );
301 (
302 );
307 (
308 const NXString & enumString
309 );
314 (
315 const char * enumString
316 );
320 public: std::vector<NXString> GetDefaultCurveRulesMembers
321 (
322 );
326 public: int EntityType
327 (
328 );
332 public: void SetEntityType
333 (
334 int entityType
335 );
340 (
341 );
346 (
347 bool allow
348 );
353 (
354 );
359 (
360 bool selectInferredCurve
361 );
366 (
367 );
372 (
373 bool allow
374 );
378 public: double AngularTolerance
379 (
380 );
385 (
386 double tolerance
387 );
392 (
393 );
398 (
399 bool chainWithinFeature
400 );
404 public: bool FollowFillet
405 (
406 );
410 public: void SetFollowFillet
411 (
412 bool followFillet
413 );
417 public: bool PointOverlay
418 (
419 );
423 public: void SetPointOverlay
424 (
425 bool overlay
426 );
431 (
432 );
437 (
438 bool show
439 );
444 (
445 );
450 (
451 int snapPointType
452 );
457 (
458 );
463 (
464 int defaultSnapPointType
465 );
470 (
471 );
476 (
477 bool stop
478 );
482 public: bool SketchOnPath
483 (
484 );
488 public: void SetSketchOnPath
489 (
490 bool sketchOnPath
491 );
496 (
497 );
501 public: void SetLabelString
502 (
503 const NXString & labelString
504 );
509 (
510 const char * labelString
511 );
525 (
526 );
540 (
541 const NXString & enumString
542 );
556 (
557 const char * enumString
558 );
563 (
564 );
569 (
570 bool allowConvergentObject
571 );
576 public: NX_DEPRECATED("Deprecated in NX2007.0.0. This property is no longer relevant as hybrid selection is default ON now.") bool AllowConvergentObjectWithMixedGeometries
577 (
578 );
583 public: NX_DEPRECATED("Deprecated in NX2007.0.0. This property is no longer relevant as hybrid selection is default ON now.") void SetAllowConvergentObjectWithMixedGeometries
584 (
585 bool allowConvergentObjectWithMixedGeometries
586 );
590 public: void TestSelection
591 (
592 const std::vector<NXOpen::TaggedObject *> & objectVector
593 );
594 };
595 }
596}
597#ifdef _MSC_VER
598#pragma warning(pop)
599#endif
600#ifdef __GNUC__
601#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
602#pragma GCC diagnostic warning "-Wdeprecated-declarations"
603#endif
604#endif
605#undef EXPORTLIBRARY