NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_PrintCsysBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口至JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_PrintCsysBuilder.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/Expression.hxx>
22#include <NXOpen/Features_FeatureBuilder.hxx>
23#include <NXOpen/ScCollector.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 PrintCsysBuilder;
37 }
38 class CoordinateSystem;
39 class Expression;
40 namespace Features
41 {
42 class FeatureBuilder;
43 }
44 class ScCollector;
45 namespace Features
46 {
47 class _PrintCsysBuilderBuilder;
48 class PrintCsysBuilderImpl;
72 class NXOPENCPP_FEATURESEXPORT PrintCsysBuilder : public NXOpen::Features::FeatureBuilder
73 {
80
91 private: PrintCsysBuilderImpl * m_printcsysbuilder_impl;
92 private: friend class _PrintCsysBuilderBuilder;
93 protected: PrintCsysBuilder();
94 public: ~PrintCsysBuilder();
99 (
100 );
104 public: void SetType
105 (
107 );
112 (
113 );
118 (
119 );
124 (
126 );
130 public: double MaxAngle
131 (
132 );
136 public: void SetMaxAngle
137 (
138 double maxAngle
139 );
144 (
145 );
149 public: void SetFreedom
150 (
152 );
156 public: double Offset
157 (
158 );
162 public: void SetOffset
163 (
164 double offset
165 );
170 (
171 );
172 };
173 }
174}
175#ifdef _MSC_VER
176#pragma warning(pop)
177#endif
178#ifdef __GNUC__
179#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
180#pragma GCC diagnostic warning "-Wdeprecated-declarations"
181#endif
182#endif
183#undef EXPORTLIBRARY