NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
CAM_Cutcom.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// CAM_Cutcom.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/TaggedObject.hxx>
22#include <NXOpen/libnxopencpp_cam_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{
32 namespace CAM
33 {
34 class Cutcom;
35 }
36 namespace CAM
37 {
39 }
40 namespace CAM
41 {
42 class _CutcomBuilder;
43 class CutcomImpl;
47 class NXOPENCPP_CAMEXPORT Cutcom : public NXOpen::TaggedObject
48 {
56 private: CutcomImpl * m_cutcom_impl;
57 private: friend class _CutcomBuilder;
58 protected: Cutcom();
59 public: ~Cutcom();
64 (
65 );
69 public: void SetType
70 (
72 );
77 (
78 );
82 public: double MinimumAngle
83 (
84 );
88 public: void SetMinimumAngle
89 (
90 double minimumAngle
91 );
95 public: bool OutputPlane
96 (
97 );
101 public: void SetOutputPlane
102 (
103 bool outputPlane
104 );
108 public: bool Suppress
109 (
110 );
114 public: void SetSuppress
115 (
116 bool suppress
117 );
122 (
123 );
128 (
129 bool newValue
130 );
135 (
136 );
141 (
142 int newValue
143 );
144 };
145 }
146}
147#ifdef _MSC_VER
148#pragma warning(pop)
149#endif
150#ifdef __GNUC__
151#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
152#pragma GCC diagnostic warning "-Wdeprecated-declarations"
153#endif
154#endif
155#undef EXPORTLIBRARY