NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Annotations_LeaderData.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口访问JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Annotations_LeaderData.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/GeometricUtilities_IComponentBuilder.hxx>
23#include <NXOpen/TaggedObject.hxx>
24#include <NXOpen/SelectObject.hxx>
25#include <NXOpen/SelectObjectList.hxx>
26#include <NXOpen/ugmath.hxx>
27#include <NXOpen/libnxopencpp_annotations_exports.hxx>
28#ifdef _MSC_VER
29#pragma warning(push)
30#pragma warning(disable:4996)
31#endif
32#ifdef __GNUC__
33#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
34#endif
35namespace NXOpen
36{
37 namespace Annotations
38 {
39 class LeaderData;
40 }
41 namespace GeometricUtilities
42 {
44 }
47 namespace Annotations
48 {
49 class _LeaderDataBuilder;
50 class LeaderDataImpl;
57 class NXOPENCPP_ANNOTATIONSEXPORT LeaderData : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
58 {
71
97 private: LeaderDataImpl * m_leaderdata_impl;
98 private: friend class _LeaderDataBuilder;
99 protected: LeaderData();
100public: ~LeaderData();
105 (
106 );
110 public: void SetTerminatorType
111 (
113 );
118 (
119 );
124 (
125 );
130 (
131 );
135 public: void SetArrowhead
136 (
138 );
143 (
144 );
148 public: void SetStubSide
149 (
151 );
155 public: double StubSize
156 (
157 );
161 public: void SetStubSize
162 (
163 double stubSize
164 );
168 public: bool Perpendicular
169 (
170 );
174 public: void SetPerpendicular
175 (
176 bool isPerpendicular
177 );
182 (
183 );
188 (
190 );
195 (
196 );
201 (
202 const NXOpen::Point3d & startpoint
203 );
208 (
209 );
214 (
215 const NXOpen::Point3d & endpoint
216 );
221 (
222 );
227 (
229 );
234 (
235 );
240 (
241 bool isLeaderPerpendicular
242 );
246 public: bool HasStub
247 (
248 );
253 (
254 );
259 (
260 );
265 public: virtual bool Validate
266 (
267 );
268 };
269 }
270}
271#ifdef _MSC_VER
272#pragma warning(pop)
273#endif
274#ifdef __GNUC__
275#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
276#pragma GCC diagnostic warning "-Wdeprecated-declarations"
277#endif
278#endif
279#undef EXPORTLIBRARY