NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_LetteringPreferences.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++ 接口访问 JA API 的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_LetteringPreferences.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/TransientObject.hxx>
23#include <NXOpen/libnxopencpp_annotations_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 Annotations
34 {
36 }
37 namespace Annotations
38 {
39 }
40 namespace Annotations
41 {
42 class LetteringPreferencesImpl;
47 class NXOPENCPP_ANNOTATIONSEXPORT LetteringPreferences : public NXOpen::TransientObject
48 {
49 private: LetteringPreferencesImpl * m_letteringpreferences_impl;
51 public: explicit LetteringPreferences(void *ptr);
53
58 public: virtual ~LetteringPreferences();
63 (
64 );
69 (
71 );
76 (
77 );
81 public: void SetHorizTextJust
82 (
84 );
88 public: double GdtFrameHeightFactor
89 (
90 );
95 (
96 double gdtFrameHeightFactor
97 );
101 public: double Angle
102 (
103 );
107 public: void SetAngle
108 (
109 double angle
110 );
115 (
116 );
121 (
122 double dimDimLineSpaceFactor
123 );
128 (
129 );
134 (
135 double dimAppTextSpaceFactor
136 );
141 (
142 );
147 (
148 double dimTolTextSpaceFactor
149 );
154 (
155 );
159 public: void SetDimensionText
160 (
161 const NXOpen::Annotations::Lettering & dimensionText
162 );
167 (
168 );
172 public: void SetAppendedText
173 (
174 const NXOpen::Annotations::Lettering & appendedText
175 );
180 (
181 );
185 public: void SetToleranceText
186 (
187 const NXOpen::Annotations::Lettering & toleranceText
188 );
193 (
194 );
198 public: void SetGeneralText
199 (
200 const NXOpen::Annotations::Lettering & generalText
201 );
206 (
207 );
212 (
214 );
219 (
220 );
225 (
227 );
232 (
233 );
238 (
239 double stackAboveSpaceFactor
240 );
245 (
246 );
251 (
252 double stackBelowSpaceFactor
253 );
257 public: double StackLeftSpaceFactor
258 (
259 );
264 (
265 double stackLeftSpaceFactor
266 );
271 (
272 );
277 (
278 double stackRightSpaceFactor
279 );
284 (
285 );
290 (
291 bool stackInheritAssociatedObjects
292 );
296 public: bool StackAutospace
297 (
298 );
302 public: void SetStackAutospace
303 (
304 bool stackAutospace
305 );
306}; // lint !e1712 该类未定义默认构造函数
307 }
308}
309#ifdef _MSC_VER
310#pragma warning(pop)
311#endif
312#ifdef __GNUC__
313#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
314#pragma GCC diagnostic warning "-Wdeprecated-declarations"
315#endif
316#endif
317#undef EXPORTLIBRARY