NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Weld_PointMarkPoint.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Weld_PointMarkPoint.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_BodyFeature.hxx>
22#include <NXOpen/INXObject.hxx>
23#include <NXOpen/Weld_IFeature.hxx>
24#include <NXOpen/libnxopencpp_weld_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 Weld
35 {
36 class PointMarkPoint;
37 }
38 namespace Assemblies
39 {
40 class Component;
41 }
42 class BasePart;
43 class Body;
44 namespace Features
45 {
46 class BodyFeature;
47 }
48 class INXObject;
49 class Point;
50 class ReferenceSet;
51 namespace Weld
52 {
53 class IFeature;
54 }
55 namespace Weld
56 {
57 class _PointMarkPointBuilder;
58 class PointMarkPointImpl;
62 class NXOPENCPP_WELDEXPORT PointMarkPoint : public NXOpen::Features::BodyFeature, public virtual NXOpen::Weld::IFeature
63 {
64 private: PointMarkPointImpl * m_pointmarkpoint_impl;
65 private: friend class _PointMarkPointBuilder;
66 protected: PointMarkPoint();
67 public: ~PointMarkPoint();
71 public: int GetPointMarker
72 (
73 );
75
78 public: bool IsPointMarkPoint
79 (
80 );
83
86 public: NXOpen::Point * GetReferencePoint
87 (
88 );
91
94 public: void GetConnectedBodies
95 (
96 std::vector<NXOpen::Body *> & connectedBodies
97 );
100
103 public: NXOpen::Point * GetOutputPoint
104 (
105 );
107
110 public: virtual void GetFeatureDiagnostics
111 (
112 std::vector<int> & diagnosticCodes
113 );
118 (
119 );
123 public: virtual int GetFeatureLayer
124 (
125 );
129 public: virtual int GetFeatureObjectColor
130 (
131 );
135 public: virtual void GetFeatureReferenceSets
136 (
137 std::vector<NXOpen::ReferenceSet *> & refSet
138 );
142 public: virtual void GetFeatureReferenceSetStrings
143 (
144 std::vector<NXString> & refSet
145 );
146 };
147 }
148}
149#ifdef _MSC_VER
150#pragma warning(pop)
151#endif
152#ifdef __GNUC__
153#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
154#pragma GCC diagnostic warning "-Wdeprecated-declarations"
155#endif
156#endif
157#undef EXPORTLIBRARY