NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_DraftingNoteBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口访问JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_DraftingNoteBuilder.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_ForeshorteningSymbolBuilder.hxx>
22#include <NXOpen/Annotations_LeaderBuilder.hxx>
23#include <NXOpen/Annotations_OriginBuilder.hxx>
24#include <NXOpen/Annotations_StyleBuilder.hxx>
25#include <NXOpen/Annotations_TextWithEditControlsBuilder.hxx>
26#include <NXOpen/Builder.hxx>
27#include <NXOpen/SelectObject.hxx>
28#include <NXOpen/libnxopencpp_annotations_exports.hxx>
29#ifdef _MSC_VER
30#pragma warning(push)
31#pragma warning(disable:4996)
32#endif
33#ifdef __GNUC__
34#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
35#endif
36namespace NXOpen
37{
38 namespace Annotations
39 {
41 }
42 namespace Annotations
43 {
45 }
46 namespace Annotations
47 {
48 class LeaderBuilder;
49 }
50 namespace Annotations
51 {
52 class OriginBuilder;
53 }
54 namespace Annotations
55 {
57 }
58 namespace Annotations
59 {
60 class StyleBuilder;
61 }
62 namespace Annotations
63 {
65 }
66 class Builder;
68 namespace Annotations
69 {
70 class _DraftingNoteBuilderBuilder;
71 class DraftingNoteBuilderImpl;
102 class NXOPENCPP_ANNOTATIONSEXPORT DraftingNoteBuilder : public NXOpen::Builder
103 {
119
125 private: DraftingNoteBuilderImpl * m_draftingnotebuilder_impl;
126 private: friend class _DraftingNoteBuilderBuilder;
127 protected: DraftingNoteBuilder();
128public: ~DraftingNoteBuilder();
133 (
134 );
139 (
140 );
145 (
146 );
151 (
152 );
156 public: bool VerticalText
157 (
158 );
162 public: void SetVerticalText
163 (
164 bool verticalText
165 );
170 (
171 );
175 public: void SetTextAlignment
176 (
178 );
183 (
184 );
188 public: void InheritProperties
189 (
191 int recordNumber
192 );
197 (
198 );
199 };
200 }
201}
202#ifdef _MSC_VER
203#pragma warning(pop)
204#endif
205#ifdef __GNUC__
206#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
207#pragma GCC diagnostic warning "-Wdeprecated-declarations"
208#endif
209#endif
210#undef EXPORTLIBRARY