NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_LetteringStyleBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++ 接口访问 JA API 的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_LetteringStyleBuilder.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/Annotations.hxx>
22#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
23#include <NXOpen/TaggedObject.hxx>
24#include <NXOpen/libnxopencpp_annotations_exports.hxx>
25#ifdef _MSC_VER
26#pragma warning(push)
27#pragma warning(disable:4996)
28#endif
29#ifdef __GNUC__
30#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31#endif
32namespace NXOpen
33{
34 namespace Annotations
35 {
37 }
38 namespace GeometricUtilities
39 {
41 }
42 class NXColor;
43 namespace Annotations
44 {
45 class _LetteringStyleBuilderBuilder;
46 class LetteringStyleBuilderImpl;
52 class NXOPENCPP_ANNOTATIONSEXPORT LetteringStyleBuilder : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
53 {
54 private: LetteringStyleBuilderImpl * m_letteringstylebuilder_impl;
55 private: friend class _LetteringStyleBuilderBuilder;
56 protected: LetteringStyleBuilder();
57 public: ~LetteringStyleBuilder();
62 (
63 );
67 public: void SetAlignPosition
68 (
70 );
75 (
76 );
81 (
82 NXOpen::Annotations::TextJustification horizontalTextJustification
83 );
87 public: double GdtFrameHeightFactor
88 (
89 );
94 (
95 double gdtFrameHeightFactor
96 );
100 public: double Angle
101 (
102 );
106 public: void SetAngle
107 (
108 double angle
109 );
115 public: double DimLineSpaceFactor
116 (
117 );
124 (
125 double dimLineSpaceFactor
126 );
133 (
134 );
141 (
142 double appendedTextSpaceFactor
143 );
150 (
151 );
158 (
159 double toleranceTextSpaceFactor
160 );
164 public: double DimensionTextSize
165 (
166 );
171 (
172 double dimensionTextSize
173 );
180 (
181 );
188 (
189 double dimensionNXTextCharSpaceFactor
190 );
197 (
198 );
205 (
206 double dimensionStandardTextCharSpaceFactor
207 );
213 (
214 );
220 (
221 double dimensionTextCharSpaceFactor
222 );
230 (
231 );
239 (
240 double dimensionTextAspectRatio
241 );
251 (
252 );
262 (
263 double dimensionTextSymbolAspect
264 );
269 (
270 );
275 (
276 double dimensionTextLineSpaceFactor
277 );
282 (
283 );
288 (
289 NXOpen::NXColor * dimensionTextColor
290 );
295 (
296 );
301 (
302 int dimensionTextFont
303 );
308 (
309 );
314 (
315 bool dimensionTextItalic
316 );
325 (
326 );
335 (
336 NXOpen::Annotations::LineWidth dimensionTextLineWidth
337 );
341 public: double AppendedTextSize
342 (
343 );
348 (
349 double appendedTextSize
350 );
356 (
357 );
363 (
364 double appendedTextCharSpaceFactor
365 );
372 (
373 );
380 (
381 double appendedNXTextCharSpaceFactor
382 );
389 (
390 );
397 (
398 double appendedStandardTextCharSpaceFactor
399 );
407 (
408 );
416 (
417 double appendedTextAspectRatio
418 );
426 (
427 );
435 (
436 double appendedTextSymbolAspect
437 );
442 (
443 );
448 (
449 double appendedTextLineSpaceFactor
450 );
455 (
456 );
461 (
462 NXOpen::NXColor * appendedTextColor
463 );
468 (
469 );
474 (
475 int appendedTextFont
476 );
481 (
482 );
487 (
488 bool appendedTextItalicized
489 );
498 (
499 );
508 (
509 NXOpen::Annotations::LineWidth appendedTextLineWidth
510 );
514 public: double ToleranceTextSize
515 (
516 );
521 (
522 double toleranceTextSize
523 );
528 (
529 );
534 (
535 double twoLineToleranceTextSize
536 );
542 (
543 );
549 (
550 double toleranceTextCharSpaceFactor
551 );
558 (
559 );
566 (
567 double toleranceNXTextCharSpaceFactor
568 );
575 (
576 );
583 (
584 double toleranceStandardTextCharSpaceFactor
585 );
592 (
593 );
600 (
601 double toleranceTextAspectRatio
602 );
610 (
611 );
619 (
620 double toleranceTextSymbolAspect
621 );
626 (
627 );
632 (
633 double toleranceTextLineSpaceFactor
634 );
639 (
640 );
645 (
646 NXOpen::NXColor * toleranceTextColor
647 );
652 (
653 );
658 (
659 int toleranceTextFont
660 );
665 (
666 );
671 (
672 bool toleranceTextItalicized
673 );
681 (
682 );
691 (
692 NXOpen::Annotations::LineWidth toleranceTextLineWidth
693 );
697 public: double GeneralTextSize
698 (
699 );
704 (
705 double generalTextSize
706 );
712 (
713 );
719 (
720 double generalTextCharSpaceFactor
721 );
728 (
729 );
736 (
737 double generalNXTextCharSpaceFactor
738 );
745 (
746 );
753 (
754 double generalStandardTextCharSpaceFactor
755 );
765 (
766 );
776 (
777 double generalTextSymbolAspect
778 );
785 (
786 );
793 (
794 double generalTextAspectRatio
795 );
800 (
801 );
806 (
807 double generalTextLineSpaceFactor
808 );
813 (
814 );
819 (
820 NXOpen::NXColor * generalTextColor
821 );
825 public: int GeneralTextFont
826 (
827 );
832 (
833 int generalTextFont
834 );
839 (
840 );
845 (
846 bool generalTextItalicized
847 );
855 (
856 );
864 (
865 NXOpen::Annotations::LineWidth generalTextLineWidth
866 );
871 (
872 );
877 (
878 NXOpen::Annotations::StackVerticalAlignment stackVerticalAlignment
879 );
884 (
885 );
890 (
891 NXOpen::Annotations::StackHorizontalAlignment stackHorizontalAlignment
892 );
899 (
900 );
907 (
908 double stackAboveSpaceFactor
909 );
916 (
917 );
924 (
925 double stackBelowSpaceFactor
926 );
932 public: double StackLeftSpaceFactor
933 (
934 );
941 (
942 double stackLeftSpaceFactor
943 );
950 (
951 );
958 (
959 double stackRightSpaceFactor
960 );
967 (
968 );
975 (
976 bool stackInheritAssociatedObjects
977 );
983 public: bool StackAutospace
984 (
985 );
990 public: void SetStackAutospace
991 (
992 bool stackAutospace
993 );
999 (
1000 );
1006 (
1007 const NXString & symbolFontFile
1008 );
1014 (
1015 const char * symbolFontFile
1016 );
1021 (
1022 );
1027 (
1028 int multilineVerticalTextDisplayFormat
1029 );
1037 public: virtual bool Validate
1038 (
1039 );
1040 };
1041 }
1042}
1043#ifdef _MSC_VER
1044#pragma warning(pop)
1045#endif
1046#ifdef __GNUC__
1047#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
1048#pragma GCC diagnostic warning "-Wdeprecated-declarations"
1049#endif
1050#endif
1051#undef EXPORTLIBRARY