NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_StyleBuilder.hxx
1//--------------------------------------------------------------------------
2// 版权所有 2024 Siemens
3//--------------------------------------------------------------------------
4// C++ 接口到 JA API 的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_StyleBuilder.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_BreakSettingsBuilder.hxx>
22#include <NXOpen/Annotations_CompositesSettingsBuilder.hxx>
23#include <NXOpen/Annotations_DimensionStyleBuilder.hxx>
24#include <NXOpen/Annotations_DisplayStyleBuilder.hxx>
25#include <NXOpen/Annotations_ForeshorteningSymbolSettingsBuilder.hxx>
26#include <NXOpen/Annotations_FrameBarStyleBuilder.hxx>
27#include <NXOpen/Annotations_HatchStyleBuilder.hxx>
28#include <NXOpen/Annotations_HoleCalloutSettingsBuilder.hxx>
29#include <NXOpen/Annotations_LetteringStyleBuilder.hxx>
30#include <NXOpen/Annotations_LineArrowStyleBuilder.hxx>
31#include <NXOpen/Annotations_OrdinateStyleBuilder.hxx>
32#include <NXOpen/Annotations_ProductGridStyleBuilder.hxx>
33#include <NXOpen/Annotations_RadialStyleBuilder.hxx>
34#include <NXOpen/Annotations_SheetMetalPMISettingsBuilder.hxx>
35#include <NXOpen/Annotations_SingleSidedDisplayBuilder.hxx>
36#include <NXOpen/Annotations_SymbolStyleBuilder.hxx>
37#include <NXOpen/Annotations_UnitsStyleBuilder.hxx>
38#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
39#include <NXOpen/TaggedObject.hxx>
40#include <NXOpen/libnxopencpp_annotations_exports.hxx>
41#ifdef _MSC_VER
42#pragma warning(push)
43#pragma warning(disable:4996)
44#endif
45#ifdef __GNUC__
46#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
47#endif
48namespace NXOpen
49{
50 namespace Annotations
51 {
52 class StyleBuilder;
53 }
54 namespace Annotations
55 {
57 }
58 namespace Annotations
59 {
61 }
62 namespace Annotations
63 {
65 }
66 namespace Annotations
67 {
69 }
70 namespace Annotations
71 {
73 }
74 namespace Annotations
75 {
77 }
78 namespace Annotations
79 {
81 }
82 namespace Annotations
83 {
85 }
86 namespace Annotations
87 {
89 }
90 namespace Annotations
91 {
93 }
94 namespace Annotations
95 {
97 }
98namespace Annotations
99{
100 class ProductGridStyleBuilder;
101}
102namespace Annotations
103{
104 class RadialStyleBuilder;
105}
106namespace Annotations
107{
109}
110namespace Annotations
111{
113}
114namespace Annotations
115{
116 class SymbolStyleBuilder;
117}
118namespace Annotations
119{
120 class UnitsStyleBuilder;
121}
123namespace GeometricUtilities
124{
125 class IComponentBuilder;
126}
127namespace Annotations
128{
129 class _StyleBuilderBuilder;
130 class StyleBuilderImpl;
136 class NXOPENCPP_ANNOTATIONSEXPORT StyleBuilder : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
137 {
138 private: StyleBuilderImpl * m_stylebuilder_impl;
139 private: friend class _StyleBuilderBuilder;
140 protected: StyleBuilder();
141 public: ~StyleBuilder();
146 (
147 );
152 (
153 );
158 (
159 );
164 (
165 );
170 (
171 );
176 (
177 );
182 (
183 );
188 (
189 );
194 (
195 );
200 (
201 );
206 (
207 NXOpen::DisplayableObject * selectedObject
209 );
214 (
215 );
220 (
221 );
226 (
227 );
232 (
233 );
238 (
239 );
244 (
245 );
250 (
251 );
253
256 public: NXOpen::Annotations::ProductGridStyleBuilder * ProductGridStyle
257 (
258 );
260
264 (
265 );
270 public: virtual bool Validate
271 (
272 );
273 };
274 }
275}
276#ifdef _MSC_VER
277#pragma warning(pop)
278#endif
279#ifdef __GNUC__
280#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
281#pragma GCC diagnostic warning "-Wdeprecated-declarations"
282#endif
283#endif
284#undef EXPORTLIBRARY