NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_ComponentData.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++ 接口访问 JA API 的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_ComponentData.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_ArcComponent.hxx>
22#include <NXOpen/Annotations_ArrowComponent.hxx>
23#include <NXOpen/Annotations_LineComponent.hxx>
24#include <NXOpen/Annotations_TextComponent.hxx>
25#include <NXOpen/TransientObject.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 {
38 class ComponentData;
39 }
40 namespace Annotations
41 {
42 class ArcComponent;
43 }
44 namespace Annotations
45 {
46 class ArrowComponent;
47 }
48 namespace Annotations
49 {
50 class LineComponent;
51 }
52 namespace Annotations
53 {
54 class TextComponent;
55 }
57 namespace Annotations
58 {
59 }
60 namespace Annotations
61 {
62 class ComponentDataImpl;
68 class NXOPENCPP_ANNOTATIONSEXPORT ComponentData : public NXOpen::TransientObject
69 {
70 private: ComponentDataImpl * m_componentdata_impl;
72 public: explicit ComponentData(void *ptr);
74
78 public: virtual ~ComponentData();
83 public: std::vector<NXOpen::Annotations::LineComponent *> GetLineComponents
84 (
85 );
90 public: std::vector<NXOpen::Annotations::ArrowComponent *> GetArrowComponents
91 (
92 );
97 public: std::vector<NXOpen::Annotations::ArcComponent *> GetArcComponents
98 (
99 );
104 public: std::vector<NXOpen::Annotations::TextComponent *> GetTextComponents
105 (
106 );
119 public: std::vector<NXOpen::DisplayableObject *> GetEntities
120 (
121 );
137 public: std::vector<NXOpen::DisplayableObject *> GetEntitiesAutodelete
138 (
139 );
140 }; //lint !e1712 类未定义默认构造函数
141 }
142}
143#ifdef _MSC_VER
144#pragma warning(pop)
145#endif
146#ifdef __GNUC__
147#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
148#pragma GCC diagnostic warning "-Wdeprecated-declarations"
149#endif
150#endif
151#undef EXPORTLIBRARY