NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_RectangularTarget.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API 的 C++ 接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_RectangularTarget.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.hxx>
22#include <NXOpen/Annotations_AreaTarget.hxx>
23#include <NXOpen/Annotations_IRectangularTarget.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 AreaTarget;
42 }
43 namespace Annotations
44 {
46 }
47 namespace Assemblies
48 {
49 class Component;
50 }
51 class BasePart;
52 class Expression;
53 class INXObject;
54 namespace Annotations
55 {
56 class _RectangularTargetBuilder;
57 class RectangularTargetImpl;
61 class NXOPENCPP_ANNOTATIONSEXPORT RectangularTarget : public NXOpen::Annotations::AreaTarget, public virtual NXOpen::Annotations::IRectangularTarget
62 {
63 private: RectangularTargetImpl * m_rectangulartarget_impl;
64 private: friend class _RectangularTargetBuilder;
65 protected: RectangularTarget();
66 public: ~RectangularTarget();
71 (
72 );
78 public: virtual void SetLength
79 (
80 const NXOpen::Annotations::Value & length
81 );
86 (
87 );
93 public: virtual void SetWidth
94 (
95 const NXOpen::Annotations::Value & width
96 );
97 };
98 }
99}
100#ifdef _MSC_VER
101#pragma warning(pop)
102#endif
103#ifdef __GNUC__
104#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
105#pragma GCC diagnostic warning "-Wdeprecated-declarations"
106#endif
107#endif
108#undef EXPORTLIBRARY