NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Facet_CreateTransitionBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Facet_CreateTransitionBuilder.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/Features_GeometricConstraintDataManager.hxx>
23#include <NXOpen/Builder.hxx>
24#include <NXOpen/libnxopencpp_facet_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 Facet
35 {
37 }
38 class Builder;
40 class Expression;
41 namespace Features
42 {
44 }
45 namespace Facet
46 {
47 class _CreateTransitionBuilderBuilder;
48 class CreateTransitionBuilderImpl;
73 class NXOPENCPP_FACETEXPORT CreateTransitionBuilder : public NXOpen::Builder
74 {
76 public: enum Types
77 {
80 };
81 private: CreateTransitionBuilderImpl * m_createtransitionbuilder_impl;
82 private: friend class _CreateTransitionBuilderBuilder;
83 protected: CreateTransitionBuilder();
89 (
90 );
94 public: void SetSelectedBody
95 (
96 NXOpen::DisplayableObject * selectedBody
97 );
102 (
103 );
107 public: bool IsClosed
108 (
109 );
113 public: void SetClosed
114 (
115 bool isClosed
116 );
121 (
122 );
127 (
128 );
132 public: bool IsEditCopy
133 (
134 );
138 public: void SetEditCopy
139 (
140 bool isEditCopy
141 );
146 (
147 );
151 public: void SetType
152 (
154 );
155 };
156 }
157}
158#ifdef _MSC_VER
159#pragma warning(pop)
160#endif
161#ifdef __GNUC__
162#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
163#pragma GCC diagnostic warning "-Wdeprecated-declarations"
164#endif
165#endif
166#undef EXPORTLIBRARY