NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_Mirror.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_Mirror.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/Features_Feature.hxx>
22#include <NXOpen/Features_IContainerFeature.hxx>
23#include <NXOpen/INXObject.hxx>
24#include <NXOpen/libnxopencpp_features_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 Features
35 {
36 class Mirror;
37 }
38 namespace Assemblies
39 {
40 class Component;
41 }
42 class BasePart;
43 class Body;
45 class Edge;
46 class Face;
47 namespace Features
48 {
49 class Feature;
50 }
51 namespace Features
52 {
54 }
55 class INXObject;
56 namespace Features
57 {
58 class _MirrorBuilder;
59 class MirrorImpl;
63 class NXOPENCPP_FEATURESEXPORT Mirror : public NXOpen::Features::Feature, public virtual NXOpen::Features::IContainerFeature
64 {
65 private: MirrorImpl * m_mirror_impl;
66 private: friend class _MirrorBuilder;
67 protected: Mirror();
68 public: ~Mirror();
72 public: virtual std::vector<NXOpen::Features::Feature *> GetImmediateContainedFeatures
73 (
74 );
78 public: virtual std::vector<NXOpen::Features::Feature *> GetAllContainedFeatures
79 (
80 );
84 public: virtual std::vector<NXOpen::Body *> GetAssociatedBodies
85 (
86 );
90 public: virtual std::vector<NXOpen::Face *> GetAssociatedFaces
91 (
92 );
96 public: virtual std::vector<NXOpen::Edge *> GetAssociatedEdges
97 (
98 );
102 public: virtual std::vector<NXOpen::DisplayableObject *> GetAssociatedCurvesPointsDatums
103 (
104 );
105 };
106 }
107}
108#ifdef _MSC_VER
109#pragma warning(pop)
110#endif
111#ifdef __GNUC__
112#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
113#pragma GCC diagnostic warning "-Wdeprecated-declarations"
114#endif
115#endif
116#undef EXPORTLIBRARY