NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
EndCutBlockBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口的JA API头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// EndCutBlockBuilder.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_IComponentBuilder.hxx>
23#include <NXOpen/TaggedObject.hxx>
24#include <NXOpen/SketchExpressionModifierBuilder.hxx>
25#include <NXOpen/libnxopencpp_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{
36 class Expression;
37 namespace GeometricUtilities
38 {
40 }
42 class _EndCutBlockBuilderBuilder;
43 class EndCutBlockBuilderImpl;
47 class NXOPENCPPEXPORT EndCutBlockBuilder : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
48 {
56 private: EndCutBlockBuilderImpl * m_endcutblockbuilder_impl;
57 private: friend class _EndCutBlockBuilderBuilder;
58 protected: EndCutBlockBuilder();
59 public: ~EndCutBlockBuilder();
64 (
65 );
70 (
71 );
75 public: void SetTaperType
76 (
78 );
83 (
84 );
89 (
90 );
95 public: virtual bool Validate
96 (
97 );
98 };
99}
100#ifdef _MSC_VER
101#pragma warning(pop)
102#endif
103#ifdef __GNUC__
104#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
105#pragma GCC diagnostic warning "-Wdeprecated-declarations"
106#endif
107#endif
108#undef EXPORTLIBRARY