NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_CuttingPlaneSymbol.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++ 接口访问 JA API 的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_CuttingPlaneSymbol.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_AssociatedObject.hxx>
22#include <NXOpen/Annotations_Annotation.hxx>
23#include <NXOpen/Annotations_IPmi.hxx>
24#include <NXOpen/INXObject.hxx>
25#include <NXOpen/libnxopencpp_annotations_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 Annotations
36 {
38 }
39 namespace Annotations
40 {
41 class Annotation;
42 }
43 namespace Annotations
44 {
45 class AssociatedObject;
46 }
47 namespace Annotations
48 {
49 class BusinessModifier;
50 }
51 namespace Annotations
52 {
53 class IPmi;
54 }
55 namespace Assemblies
56 {
57 class Component;
58 }
59 class BasePart;
60 class INXObject;
61 class View;
62 namespace Annotations
63 {
64 class _CuttingPlaneSymbolBuilder;
65 class CuttingPlaneSymbolImpl;
69 class NXOPENCPP_ANNOTATIONSEXPORT CuttingPlaneSymbol : public NXOpen::Annotations::Annotation, public virtual NXOpen::Annotations::IPmi
70 {
71 private: CuttingPlaneSymbolImpl * m_cuttingplanesymbol_impl;
72 private: friend class _CuttingPlaneSymbolBuilder;
73 protected: CuttingPlaneSymbol();
74 public: ~CuttingPlaneSymbol();
79 (
80 );
84 public: virtual std::vector<NXOpen::Annotations::BusinessModifier *> GetBusinessModifiers
85 (
86 );
92 public: virtual void SetBusinessModifiers
93 (
94 const std::vector<NXOpen::Annotations::BusinessModifier *> & businessModifiers
95 );
99 public: virtual void AddBusinessModifiers
100 (
101 const std::vector<NXOpen::Annotations::BusinessModifier *> & businessModifiers
102 );
107 (
108 );
113 (
114 );
123 public: virtual void SetAssociatedObject
124 (
126 );
132 public: virtual int Index
133 (
134 );
140 public: virtual void SetIndex
141 (
142 int index
143 );
147 public: virtual bool IsMirrored
148 (
149 );
153 public: virtual bool IsWaveLinked
154 (
155 );
160 (
161 );
165 public: virtual bool HasUniversallyUniqueId
166 (
167 );
172 (
173 );
180 public: virtual bool AssignUniversallyUniqueId
181 (
182 );
183 };
184 }
185}
186#ifdef _MSC_VER
187#pragma warning(pop)
188#endif
189#ifdef __GNUC__
190#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
191#pragma GCC diagnostic warning "-Wdeprecated-declarations"
192#endif
193#endif
194#undef EXPORTLIBRARY