NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Die_FillBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Die_FillBuilder.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/Die.hxx>
22#include <NXOpen/Features_FeatureBuilder.hxx>
23#include <NXOpen/libnxopencpp_die_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
33 namespace Die
34 {
35 class FillBuilder;
36 }
37 class Body;
38 namespace Features
39 {
40 class Feature;
41 }
42 namespace Features
43 {
44 class FeatureBuilder;
45 }
46 class IProfile;
47 class ISurface;
48 class Point;
49 namespace Die
50 {
51 class _FillBuilderBuilder;
52 class FillBuilderImpl;
56 class NXOPENCPP_DIEEXPORT FillBuilder : public NXOpen::Features::FeatureBuilder
57 {
58 private: FillBuilderImpl * m_fillbuilder_impl;
59 private: friend class _FillBuilderBuilder;
60 protected: FillBuilder();
61 public: ~FillBuilder();
66 (
67 );
71 public: void SetTippedProduct
72 (
73 NXOpen::Features::Feature * tippedProduct
74 );
78 public: void SetFillShape
79 (
80 const std::vector<NXOpen::Body *> & bodies
81 );
85 public: std::vector<NXOpen::Body *> GetFillShape
86 (
87 );
91 public: void SetRegionBounds
92 (
94 const std::vector<NXOpen::IProfile *> & profileEntries
95 );
99 public: std::vector<NXOpen::IProfile *> GetRegionBounds
100 (
102 );
107 (
108 );
112 public: void SetPointInRegion
113 (
114 NXOpen::Point * pointInRegion
115 );
120 (
121 );
125 public: void SetMirrorPlane
126 (
127 NXOpen::ISurface * mirrorPlane
128 );
132 public: bool FillForAddendum
133 (
134 );
139 (
140 bool fillForAddendum
141 );
145 public: bool CopyAndMirror
146 (
147 );
151 public: void SetCopyAndMirror
152 (
153 bool copyAndMirror
155 );
159 public: double AngleTolerance
160 (
161 );
165 public: void SetAngleTolerance
166 (
167 double angleTolerance
168 );
172 public: double DistanceTolerance
173 (
174 );
179 (
180 double distanceTolerance
181 );
182 };
183 }
184}
185#ifdef _MSC_VER
186#pragma warning(pop)
187#endif
188#ifdef __GNUC__
189#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
190#pragma GCC diagnostic warning "-Wdeprecated-declarations"
191#endif
192#endif
193#undef EXPORTLIBRARY