NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Weld_WeldLabelBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Weld_WeldLabelBuilder.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_LeaderBuilder.hxx>
22#include <NXOpen/Annotations_OriginBuilder.hxx>
23#include <NXOpen/Annotations_StyleBuilder.hxx>
24#include <NXOpen/Annotations_TextWithEditControlsBuilder.hxx>
25#include <NXOpen/Builder.hxx>
26#include <NXOpen/SelectObjectList.hxx>
27#include <NXOpen/libnxopencpp_weld_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 Weld
38 {
39 class WeldLabelBuilder;
40 }
41 namespace Annotations
42 {
43 class LeaderBuilder;
44 }
45 namespace Annotations
46 {
47 class OriginBuilder;
48 }
49 namespace Annotations
50 {
51 class StyleBuilder;
52 }
53 namespace Annotations
54 {
56 }
57 class Builder;
58 class CoordinateSystem;
60 namespace Weld
61 {
62 class _WeldLabelBuilderBuilder;
63 class WeldLabelBuilderImpl;
98 class NXOPENCPP_WELDEXPORT WeldLabelBuilder : public NXOpen::Builder
99 {
110 private: WeldLabelBuilderImpl * m_weldlabelbuilder_impl;
111 private: friend class _WeldLabelBuilderBuilder;
112 protected: WeldLabelBuilder();
113public: ~WeldLabelBuilder();
118 (
119 );
124 (
125 );
130 (
131 );
136 (
137 );
141 public: void SetPlaneType
142 (
144 );
149 (
150 );
154 public: void SetUserCsys
155 (
156 NXOpen::CoordinateSystem * userCsys
157 );
161 public: bool IncludeLeader
162 (
163 );
167 public: void SetIncludeLeader
168 (
169 bool leader
170 );
175 (
176 );
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