NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Drawings_ViewBreakBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口至JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Drawings_ViewBreakBuilder.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/LineColorFontWidthBuilder.hxx>
22#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
23#include <NXOpen/TaggedObject.hxx>
24#include <NXOpen/libnxopencpp_drawings_exports.hxx>
25#ifdef _MSC_VER
26#pragma warning(push)
27#pragma warning(disable:4996)
28#endif
29#ifdef __GNUC__
30#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31#endif
32namespace NXOpen
33{
34 namespace Drawings
35 {
36 class ViewBreakBuilder;
37 }
38 namespace GeometricUtilities
39 {
41 }
43 namespace Drawings
44 {
45 class _ViewBreakBuilderBuilder;
46 class ViewBreakBuilderImpl;
50 class NXOPENCPP_DRAWINGSEXPORT ViewBreakBuilder : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
51 {
67 private: ViewBreakBuilderImpl * m_viewbreakbuilder_impl;
68 private: friend class _ViewBreakBuilderBuilder;
69 protected: ViewBreakBuilder();
70 public: ~ViewBreakBuilder();
74 public: bool ShowBreakLines
75 (
76 );
80 public: void SetShowBreakLines
81 (
82 bool showBreakLines
83 );
88 (
89 );
93 public: void SetBreakLineStyle
94 (
96 );
100 public: double BreakLineAmplitude
101 (
102 );
107 (
108 double breakLineAmplitude
109 );
113 public: double BreakLineExtension
114 (
115 );
120 (
121 double breakLineExtension
122 );
126 public: double BreakGap
127 (
128 );
132 public: void SetBreakGap
133 (
134 double breakGap
135 );
140 (
141 );
146 (
147 );
152 (
153 bool propagateViewBreak
154 );
159 (
160 );
165 (
166 bool propagateViewBreak
167 );
172 public: virtual bool Validate
173 (
174 );
175 };
176 }
177}
178#ifdef _MSC_VER
179#pragma warning(pop)
180#endif
181#ifdef __GNUC__
182#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
183#pragma GCC diagnostic warning "-Wdeprecated-declarations"
184#endif
185#endif
186#undef EXPORTLIBRARY