NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_LayoutManagementBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Tooling_LayoutManagementBuilder.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/GeometricUtilities_ModlMotion.hxx>
22#include <NXOpen/Builder.hxx>
23#include <NXOpen/SelectObjectList.hxx>
24#include <NXOpen/Tooling_ToolingManager.hxx>
25#include <NXOpen/libnxopencpp_tooling_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 Tooling
36 {
38 }
39 class Builder;
40 class Direction;
41 namespace GeometricUtilities
42 {
43 class ModlMotion;
44 }
45 class NXObject;
46 class Point;
47 class SelectBodyList;
49 namespace Tooling
50 {
51 class _LayoutManagementBuilderBuilder;
52 class LayoutManagementBuilderImpl;
89 class NXOPENCPP_TOOLINGEXPORT LayoutManagementBuilder : public NXOpen::Builder
90 {
98
105 private: LayoutManagementBuilderImpl * m_layoutmanagementbuilder_impl;
106 private: friend class _LayoutManagementBuilderBuilder;
107 protected: LayoutManagementBuilder();
113 (
114 );
118 public: void SetReferencePoint
119 (
120 NXOpen::Point * referencePoint
121 );
125 public: int StationNumber
126 (
127 );
131 public: void SetStationNumber
132 (
133 int stationNumber
134 );
138 public: double StationDistance
139 (
140 );
145 (
146 double stationDistance
147 );
152 (
153 );
157 public: void SetStationEnum
158 (
160 );
165 (
166 );
170 public: void AddObject
171 (
172 );
176 public: void RemoveObject
177 (
178 );
182 public: void MoveToStation
183 (
184 );
189 (
190 );
195 (
197 );
202 (
203 );
207 public: void SetStationNameStr
208 (
209 const NXString & stationNameStr
210 );
215 (
216 const char * stationNameStr
217 );
222 (
223 );
228 (
229 );
234 (
235 );
239 public: void SetSpecifyDieTip
240 (
241 NXOpen::Direction * specifyDieTip
242 );
247 (
248 );
253 (
254 );
258 public: void AddStationAfter
259 (
260 NXOpen::NXObject * currentStationPart
261 );
265 public: void DeleteStationPart
266 (
267 NXOpen::NXObject * stationPart
268 );
273 (
274 );
279 (
280 );
284 public: void UpdateStation
285 (
286 NXOpen::NXObject * stationPartOcc ,
287 const NXString & newStationName ,
288 double newDistance
289 );
294 (
295 NXOpen::NXObject * stationPartOcc ,
296 const char * newStationName ,
297 double newDistance
298 );
303 (
304 );
309 (
310 );
314 public: void CreatePmiNote
315 (
316 );
321 (
322 );
327 (
328 );
332 public: void SetNewStationPart
333 (
334 NXOpen::NXObject * newStationPartTag
335 );
340 (
341 );
345 public: void SetWizardType
346 (
348 );
352 public: void RepositionBody
353 (
354 );
355 };
356 }
357}
358#ifdef _MSC_VER
359#pragma warning(pop)
360#endif
361#ifdef __GNUC__
362#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
363#pragma GCC diagnostic warning "-Wdeprecated-declarations"
364#endif
365#endif
366#undef EXPORTLIBRARY