NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
PartMfg_OperationBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// PartMfg_OperationBuilder.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/PartMfg_OperationElementBuilder.hxx>
22#include <NXOpen/PartMfg_OperationSettingsBuilder.hxx>
23#include <NXOpen/SelectObjectList.hxx>
24#include <NXOpen/libpartmfgopencpp_exports.hxx>
25#ifdef _MSC_VER
26#pragma warning(push)
27#pragma warning(disable:4996)
28#endif
29#ifdef __GNUC__
30#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
31#endif
32namespace NXOpen
33{
34 namespace PartMfg
35 {
36 class OperationBuilder;
37 }
38 namespace PartMfg
39 {
41 }
42 namespace PartMfg
43 {
45 }
47 namespace PartMfg
48 {
49 class _OperationBuilderBuilder;
50 class OperationBuilderImpl;
54 class PARTMFGOPENCPPEXPORT OperationBuilder : public NXOpen::PartMfg::OperationElementBuilder
55 {
56 private: OperationBuilderImpl * m_operationbuilder_impl;
57 private: friend class _OperationBuilderBuilder;
58 protected: OperationBuilder();
59 public: ~OperationBuilder();
64 (
65 );
69 public: void SetIdNumber
70 (
71 const NXString & idNumber
72 );
77 (
78 const char * idNumber
79 );
84 (
85 );
90 (
91 bool consolidateGeometry
92 );
97 (
98 );
103 (
104 );
109 (
110 );
115 (
116 bool createAutomaticPmi
117 );
122 (
123 );
124 };
125 }
126}
127#ifdef _MSC_VER
128#pragma warning(pop)
129#endif
130#ifdef __GNUC__
131#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
132#pragma GCC diagnostic warning "-Wdeprecated-declarations"
133#endif
134#endif
135#undef EXPORTLIBRARY