NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Display_Grid.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// 用于JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Display_Grid.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/Display_IDynamicSectionCutCreator.hxx>
22#include <NXOpen/DisplayableObject.hxx>
23#include <NXOpen/INXObject.hxx>
24#include <NXOpen/libnxopencpp_display_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 Display
35 {
36 class Grid;
37 }
38 namespace Assemblies
39 {
40 class Component;
41 }
42 class BasePart;
43 namespace Display
44 {
46 }
47 namespace Display
48 {
50 }
52 class INXObject;
53 class NXObject;
54 class View;
55 namespace Display
56 {
57 class _GridBuilder;
58 class GridImpl;
62 class NXOPENCPP_DISPLAYEXPORT Grid : public NXOpen::DisplayableObject, public virtual NXOpen::Display::IDynamicSectionCutCreator
63 {
64 private: GridImpl * m_grid_impl;
65 private: friend class _GridBuilder;
66 protected: Grid();
67 public: ~Grid();
74 (
75 const NXString & journalIdentifier
76 );
83 (
84 const char * journalIdentifier
85 );
92 public: virtual void GetSectionCuts
93 (
94 NXOpen::NXObject * contextOccurrence ,
96 NXOpen::View * view ,
97 std::vector<NXOpen::Display::DynamicSectionCut *> & sectionCuts
98 );
99 };
100 }
101}
102#ifdef _MSC_VER
103#pragma warning(pop)
104#endif
105#ifdef __GNUC__
106#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
107#pragma GCC diagnostic warning "-Wdeprecated-declarations"
108#endif
109#endif
110#undef EXPORTLIBRARY