NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_StepBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_StepBuilder.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/GeometricUtilities_ProjectionOptions.hxx>
23#include <NXOpen/Features_FeatureBuilder.hxx>
24#include <NXOpen/ScCollector.hxx>
25#include <NXOpen/Section.hxx>
26#include <NXOpen/libnxopencpp_features_exports.hxx>
27#ifdef _MSC_VER
28#pragma warning(push)
29#pragma warning(disable:4996)
30#endif
31#ifdef __GNUC__
32#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33#endif
34namespace NXOpen
35{
36 namespace Features
37 {
38 class StepBuilder;
39 }
40 class Expression;
41 namespace Features
42 {
43 class FeatureBuilder;
44 }
45 namespace GeometricUtilities
46 {
48 }
49 class Plane;
50 class ScCollector;
51 class Section;
52 namespace Features
53 {
54 class _StepBuilderBuilder;
55 class StepBuilderImpl;
154 class NXOPENCPP_FEATURESEXPORT StepBuilder : public NXOpen::Features::FeatureBuilder
155 {
163
171
177
183
192
202
214
220 private: StepBuilderImpl * m_stepbuilder_impl;
221 private: friend class _StepBuilderBuilder;
222 protected: StepBuilder();
223public: ~StepBuilder();
228 (
229 );
233 public: void SetStepType
234 (
236 );
241 public: NX_DEPRECATED("Deprecated in NX12.0.1. This functionality is no longer supported.") NXOpen::Features::StepBuilder::StepNewTypes StepNewType
242 (
243 );
248 public: NX_DEPRECATED("Deprecated in NX12.0.1. This functionality is no longer supported.") void SetStepNewType
249 (
250 NXOpen::Features::StepBuilder::StepNewTypes stepNewType
251 );
255 public: NXOpen::Features::StepBuilder::StepNewTypes Type
256 (
257 );
261 public: void SetType
262 (
263 NXOpen::Features::StepBuilder::StepNewTypes type
264 );
269 (
270 );
275 (
276 );
280 public: void SetStepLocation
281 (
282 NXOpen::Features::StepBuilder::StepLocations stepLocation
283 );
288 (
289 );
293 public: void SetDepthMethod
294 (
295 NXOpen::Features::StepBuilder::DepthMethods depthMethod
296 );
301 (
302 );
307 (
308 );
313 (
314 );
319 (
320 bool reverseDepthDirection
321 );
325 public: bool ReverseMotionSide
326 (
327 );
332 (
333 bool reverseMotionSide
334 );
339 (
340 );
344 public: void SetChamferMethod
345 (
346 NXOpen::Features::StepBuilder::ChamferMethods chamferMethod
347 );
351 public: bool KeepWallThickness
352 (
353 );
358 (
359 bool keepWallThickness
360 );
365 (
366 );
371 (
372 bool changeWallThickness
373 );
378 (
379 );
384 (
385 );
389 public: void SetRefObjectType1
390 (
391 NXOpen::Features::StepBuilder::ReferenceBoundaryTypes refObjectType1
392 );
397 (
398 );
403 (
404 );
409 (
410 NXOpen::Plane * selectBoundaryPlane1
411 );
416 (
417 );
421 public: NXOpen::GeometricUtilities::ProjectionOptions * ProjectionDirection1
422 (
423 );
428 (
429 );
434 (
435 );
440 (
441 );
446 (
447 bool reverseBoundary1Direction
448 );
453 (
454 );
458 public: void SetRefObjectType2
459 (
460 NXOpen::Features::StepBuilder::ReferenceBoundaryTypes refObjectType2
461 );
466 (
467 );
472 (
473 );
478 (
479 NXOpen::Plane * selectBoundaryPlane2
480 );
485 (
486 );
490 public: NXOpen::GeometricUtilities::ProjectionOptions * ProjectionDirection2
491 (
492 );
497 (
498 );
503 (
504 );
509 (
510 );
515 (
516 bool reverseBoundary2Direction
517 );
522 (
523 );
528 (
529 NXOpen::Features::StepBuilder::StepFaceMethods stepFaceMethod1
530 );
535 (
536 );
541 (
542 );
547 (
548 );
553 (
554 NXOpen::Features::StepBuilder::StepWallMethods stepWallMethod1
555 );
560 (
561 );
566 (
567 );
572 (
573 );
578 (
579 );
584 (
585 );
590 (
591 NXOpen::Features::StepBuilder::StepFaceMethods stepFaceMethod2
592 );
597 (
598 );
603 (
604 );
609 (
610 );
615 (
616 NXOpen::Features::StepBuilder::StepWallMethods stepWallMethod2
617 );
622 (
623 );
628 (
629 );
634 (
635 );
640 (
641 );
642 };
643 }
644}
645#ifdef _MSC_VER
646#pragma warning(pop)
647#endif
648#ifdef __GNUC__
649#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
650#pragma GCC diagnostic warning "-Wdeprecated-declarations"
651#endif
652#endif
653#undef EXPORTLIBRARY