NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_PmiPreferencesBuilder.hxx
1//--------------------------------------------------------------------------
2// 版权所有 2024 Siemens
3//--------------------------------------------------------------------------
4// C++ 接口到 JA API 的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_PmiPreferencesBuilder.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_CommonWorkflowBuilder.hxx>
22#include <NXOpen/Annotations_DimensionWorkflowBuilder.hxx>
23#include <NXOpen/Annotations_OriginAlignmentBuilder.hxx>
24#include <NXOpen/Annotations_PmiContextGeneralBuilder.hxx>
25#include <NXOpen/Annotations_PmiGeneralSetupDisplayBuilder.hxx>
26#include <NXOpen/Annotations_PmiGeneralSetupEffectivityBuilder.hxx>
27#include <NXOpen/Annotations_PmiGeneralSetupGeneralBuilder.hxx>
28#include <NXOpen/Annotations_PmiGeneralSetupParallelToScreenBuilder.hxx>
29#include <NXOpen/Annotations_PmiSectionViewCuttingPlaneSymbolBuilder.hxx>
30#include <NXOpen/Annotations_PmiSectionViewViewBuilder.hxx>
31#include <NXOpen/Annotations_PmiSupplementalGeometryProductGridBuilder.hxx>
32#include <NXOpen/Annotations_PmiSupplementalGeometryRegionBuilder.hxx>
33#include <NXOpen/Annotations_RetainedAnnotationsBuilder.hxx>
34#include <NXOpen/Annotations_StyleBuilder.hxx>
35#include <NXOpen/Annotations_SymbolWorkflowBuilder.hxx>
36#include <NXOpen/Annotations_TableCellStyleBuilder.hxx>
37#include <NXOpen/Annotations_TableSectionStyleBuilder.hxx>
38#include <NXOpen/Annotations_TabularNoteStyleBuilder.hxx>
39#include <NXOpen/Builder.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 {
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 {
96 class PmiSupplementalGeometryProductGridBuilder;
97 }
98namespace Annotations
99{
101}
102namespace Annotations
103{
105}
106namespace Annotations
107{
108 class StyleBuilder;
109}
110namespace Annotations
111{
113}
114namespace Annotations
115{
117}
118namespace Annotations
119{
121}
122namespace Annotations
123{
125}
126class Builder;
127class NXObject;
128namespace Annotations
129{
130 class _PmiPreferencesBuilderBuilder;
131 class PmiPreferencesBuilderImpl;
135 class NXOPENCPP_ANNOTATIONSEXPORT PmiPreferencesBuilder : public NXOpen::Builder
136 {
137 private: PmiPreferencesBuilderImpl * m_pmipreferencesbuilder_impl;
138 private: friend class _PmiPreferencesBuilderBuilder;
139 protected: PmiPreferencesBuilder();
140 public: ~PmiPreferencesBuilder();
145 (
146 );
151 (
152 );
157 (
158 );
163 (
164 );
169 (
170 );
175 (
176 );
181 (
182 );
187 (
188 );
193 (
194 );
199 (
200 );
205 (
206 );
211 (
212 );
217 (
218 );
220
223 public: NXOpen::Annotations::PmiSupplementalGeometryProductGridBuilder * PmiSupplementalGeometryProductGrid
224 (
225 );
227
231 (
232 );
237 (
238 );
243 (
244 );
249 (
250 NXOpen::NXObject * selectedObject
251 );
256 (
257 );
262 (
263 );
268 (
269 );
274 (
275 );
280 (
281 );
286 (
287 );
288 };
289 }
290}
291#ifdef _MSC_VER
292#pragma warning(pop)
293#endif
294#ifdef __GNUC__
295#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
296#pragma GCC diagnostic warning "-Wdeprecated-declarations"
297#endif
298#endif
299#undef EXPORTLIBRARY