NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_OffsetEmbossBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口的JA API头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_OffsetEmbossBuilder.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/Expression.hxx>
22#include <NXOpen/Features_FeatureBuilder.hxx>
23#include <NXOpen/ScCollector.hxx>
24#include <NXOpen/Section.hxx>
25#include <NXOpen/libnxopencpp_features_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 Features
36 {
38 }
39 class Expression;
40 namespace Features
41 {
42 class FeatureBuilder;
43 }
44 class Point;
45 class ScCollector;
46 class Section;
47 namespace Features
48 {
49 class _OffsetEmbossBuilderBuilder;
50 class OffsetEmbossBuilderImpl;
57 class NXOPENCPP_FEATURESEXPORT OffsetEmbossBuilder : public NXOpen::Features::FeatureBuilder
58 {
62 public: enum Types
63 {
66 };
67 private: OffsetEmbossBuilderImpl * m_offsetembossbuilder_impl;
68 private: friend class _OffsetEmbossBuilderBuilder;
69 protected: OffsetEmbossBuilder();
70 public: ~OffsetEmbossBuilder();
76 (
77 );
82 public: void SetType
83 (
85 );
91 (
92 );
97 public: void SetTarget
98 (
99 NXOpen::ScCollector * target
100 );
106 (
107 );
113 (
114 );
119 public: void SetCenterPoint
120 (
121 NXOpen::Point * point
122 );
130 (
131 );
138 (
139 );
145 public: bool ReverseDirection
146 (
147 );
154 (
155 bool direction
156 );
163 (
164 );
171 (
172 );
178 (
179 );
185 (
186 );
191 public: double DistanceTolerance
192 (
193 );
199 (
200 double distanceTolerance
201 );
206 public: double AngleTolerance
207 (
208 );
213 public: void SetAngleTolerance
214 (
215 double angleTolerance
216 );
217 };
218 }
219}
220#ifdef _MSC_VER
221#pragma warning(pop)
222#endif
223#ifdef __GNUC__
224#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
225#pragma GCC diagnostic warning "-Wdeprecated-declarations"
226#endif
227#endif
228#undef EXPORTLIBRARY