NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_PmiAttributeBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API 的 C++ 接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_PmiAttributeBuilder.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_AssociatedObjectsBuilder.hxx>
22#include <NXOpen/Annotations_LeaderBuilder.hxx>
23#include <NXOpen/Annotations_OriginBuilder.hxx>
24#include <NXOpen/Annotations_StyleBuilder.hxx>
25#include <NXOpen/Builder.hxx>
26#include <NXOpen/libnxopencpp_annotations_exports.hxx>
27#ifdef _MSC_VER
28#pragma warning(push)
29#pragma warning(disable:4996)
30#endif
31#ifdef __GNUC__
32#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33#endif
34namespace NXOpen
35{
36 namespace Annotations
37 {
39 }
40 namespace Annotations
41 {
43 }
44 namespace Annotations
45 {
46 class LeaderBuilder;
47 }
48 namespace Annotations
49 {
50 class OriginBuilder;
51 }
52 namespace Annotations
53 {
54 class Pmi;
55 }
56 namespace Annotations
57 {
58 class StyleBuilder;
59 }
60 class Builder;
61 class NXObject;
62 namespace Annotations
63 {
64 class _PmiAttributeBuilderBuilder;
65 class PmiAttributeBuilderImpl;
69 class NXOPENCPP_ANNOTATIONSEXPORT PmiAttributeBuilder : public NXOpen::Builder
70 {
71 private: PmiAttributeBuilderImpl * m_pmiattributebuilder_impl;
72 private: friend class _PmiAttributeBuilderBuilder;
73 protected: PmiAttributeBuilder();
74 public: ~PmiAttributeBuilder();
79 (
80 );
85 (
86 );
91 (
92 );
97 (
98 );
103 (
104 );
109 (
110 NXOpen::NXObject * businessModifier
111 );
116 (
117 );
122 (
123 const NXString & knowledgeFusionClassName
124 );
129 (
130 const char * knowledgeFusionClassName
131 );
135 public: std::vector<NXOpen::NXObject *> GetAttributeValues
136 (
137 );
142 (
143 const std::vector<NXOpen::NXObject *> & attributeValues
144 );
149 (
150 );
154 public: void SetAttribute
155 (
156 NXOpen::Annotations::Pmi * attribute
157 );
158 };
159 }
160}
161#ifdef _MSC_VER
162#pragma warning(pop)
163#endif
164#ifdef __GNUC__
165#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
166#pragma GCC diagnostic warning "-Wdeprecated-declarations"
167#endif
168#endif
169#undef EXPORTLIBRARY