NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Diagramming_AnnotationBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Diagramming_AnnotationBuilder.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/Diagramming_DataType.hxx>
22#include <NXOpen/Diagramming_FormattedStringBuilder.hxx>
23#include <NXOpen/Diagramming_TextStyleBuilder.hxx>
24#include <NXOpen/Diagramming_ConnectableElementBuilder.hxx>
25#include <NXOpen/libnxopencpp_diagramming_exports.hxx>
26#ifdef _MSC_VER
27#pragma warning(push)
28#pragma warning(disable:4996)
29#endif
30#ifdef __GNUC__
31#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32#endif
33namespace NXOpen
34{
35 namespace Diagramming
36 {
38 }
39 namespace Diagramming
40 {
42 }
43 namespace Diagramming
44 {
46 }
47 namespace Diagramming
48 {
49 class TextStyleBuilder;
50 }
51 namespace Diagramming
52 {
53 class _AnnotationBuilderBuilder;
54 class AnnotationBuilderImpl;
60 class NXOPENCPP_DIAGRAMMINGEXPORT AnnotationBuilder : public NXOpen::Diagramming::ConnectableElementBuilder
61 {
71 private: AnnotationBuilderImpl * m_annotationbuilder_impl;
72 private: friend class _AnnotationBuilderBuilder;
73 protected: AnnotationBuilder();
74 public: ~AnnotationBuilder();
79 (
80 );
85 (
86 );
90 public: NXString Text
91 (
92 );
96 public: void SetText
97 (
98 const NXString & strValue
99 );
104 (
105 const char * strValue
106 );
112 (
113 );
118 public: void SetTextType
119 (
121 );
126 (
127 );
131 public: void SetBoundaryType
132 (
134 );
138 public: bool BoundaryDisplay
139 (
140 );
145 (
146 bool boundaryDisplay
147 );
148 };
149 }
150}
151#ifdef _MSC_VER
152#pragma warning(pop)
153#endif
154#ifdef __GNUC__
155#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
156#pragma GCC diagnostic warning "-Wdeprecated-declarations"
157#endif
158#endif
159#undef EXPORTLIBRARY