NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
SubdivisionTaskEnvironment.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// SubdivisionTaskEnvironment.ja
9//
10// Generated by:
11// apiwrap
12//
13// WARNING:
14// This file is automatically generated - do not edit by hand
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/TaggedObject.hxx>
22#include <NXOpen/libnxopencpp_exports.hxx>
23#ifdef _MSC_VER
24#pragma warning(push)
25#pragma warning(disable:4996)
26#endif
27#ifdef __GNUC__
28#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29#endif
30namespace NXOpen
31{
33 class Session;
34 namespace Features
35 {
36 namespace Subdivision
37 {
38 class SubdivisionBody;
39 }
40 }
41 class SubdivisionTaskEnvironmentImpl;
47 class NXOPENCPPEXPORT SubdivisionTaskEnvironment
48 {
49 private: SubdivisionTaskEnvironmentImpl * m_subdivisiontaskenvironment_impl;
50 private: NXOpen::Session* m_owner;
52 public: explicit SubdivisionTaskEnvironment(NXOpen::Session *owner);
54 public:
56 tag_t Tag() const;
62 public: void Enter
63 (
64 );
68 public: void Exit
69 (
70 );
75 (
76 );
80 public: void SetFeatureToEdit
81 (
83 );
88 public: void SetCancelled
89 (
90 );
91 }; //lint !e1712 default constructor not defined for class
92}
93#ifdef _MSC_VER
94#pragma warning(pop)
95#endif
96#ifdef __GNUC__
97#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
98#pragma GCC diagnostic warning "-Wdeprecated-declarations"
99#endif
100#endif
101#undef EXPORTLIBRARY