NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_EmbossRegion.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_EmbossRegion.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/Features_EmbossLimit.hxx>
22#include <NXOpen/Features_EmbossProjection.hxx>
23#include <NXOpen/Features_EmbossSidewall.hxx>
24#include <NXOpen/TaggedObject.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 {
37 class EmbossRegion;
38 }
39 class Direction;
40 namespace Features
41 {
42 class EmbossLimit;
43 }
44 namespace Features
45 {
46 class EmbossProjection;
47 }
48 namespace Features
49 {
50 class EmbossSidewall;
51 }
52 class Section;
53 namespace Features
54 {
55 class _EmbossRegionBuilder;
56 class EmbossRegionImpl;
84 class NXOPENCPP_FEATURESEXPORT EmbossRegion : public NXOpen::TaggedObject
85 {
93 private: EmbossRegionImpl * m_embossregion_impl;
94 private: friend class _EmbossRegionBuilder;
95 protected: EmbossRegion();
96 public: ~EmbossRegion();
100 public: void SetSection
101 (
102 NXOpen::Section * section
103 );
108 (
109 );
113 public: void SetDirection
114 (
115 NXOpen::Direction * direction
116 );
121 (
122 );
126 public: void SetConvexity
127 (
129 );
134 (
135 );
139 public: void SetProjection
140 (
142 );
147 (
148 );
152 public: void SetSidewall
153 (
155 );
160 (
161 );
165 public: void SetLimits
166 (
167 const std::vector<NXOpen::Features::EmbossLimit *> & limits
168 );
172 public: std::vector<NXOpen::Features::EmbossLimit *> GetLimits
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