NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
CAM_Boundary.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// CAM_Boundary.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/CAM_BoundaryMillingSet.hxx>
22#include <NXOpen/CAM_BoundarySet.hxx>
23#include <NXOpen/CAM_BoundarySetPlanarMill.hxx>
24#include <NXOpen/CAM_BoundarySetWireEDM.hxx>
25#include <NXOpen/CAM_BoundaryTurnSet.hxx>
26#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
27#include <NXOpen/TaggedObject.hxx>
28#include <NXOpen/ObjectList.hxx>
29#include <NXOpen/libnxopencpp_cam_exports.hxx>
30#ifdef _MSC_VER
31#pragma warning(push)
32#pragma warning(disable:4996)
33#endif
34#ifdef __GNUC__
35#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
36#endif
37namespace NXOpen
38{
39 namespace CAM
40 {
41 class Boundary;
42 }
43 namespace CAM
44 {
46 }
47 namespace CAM
48 {
49 class BoundarySet;
50 }
51 namespace CAM
52 {
53 class BoundarySetList;
54 }
55 namespace CAM
56 {
58 }
59 namespace CAM
60 {
62 }
63 namespace CAM
64 {
65 class BoundaryTurnSet;
66 }
67 namespace GeometricUtilities
68 {
70 }
71 class TaggedObject;
72 namespace CAM
73 {
74 class _BoundaryBuilder;
75 class BoundaryImpl;
79 class NXOPENCPP_CAMEXPORT Boundary : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
80 {
81 private: BoundaryImpl * m_boundary_impl;
82 private: friend class _BoundaryBuilder;
83 protected: Boundary();
84 public: ~Boundary();
89 (
90 );
95 (
96 );
101 (
102 );
107 (
108 );
113 (
114 );
118 public: std::vector<NXOpen::CAM::BoundarySet *> AppendFaceBoundary
119 (
120 NXOpen::TaggedObject * face ,
121 bool ignoreHole ,
122 bool ignoreIsland ,
123 bool ignoreChamfer ,
125 );
130 (
132 );
137 (
138 );
143 public: virtual bool Validate
144 (
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