NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_SplitSolidBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// Tooling_SplitSolidBuilder.ja
9//
10// Generated by:
11// apiwrap
12//
13// WARNING:
14// This file is automatically generated - do not edit by hand
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/GeometricUtilities_SurfaceRangeBuilder.hxx>
22#include <NXOpen/Builder.hxx>
23#include <NXOpen/SelectObject.hxx>
24#include <NXOpen/libnxopencpp_tooling_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 Tooling
35 {
37 }
38 class Builder;
39 namespace GeometricUtilities
40 {
42 }
43 class Plane;
44 class SelectBody;
45 class SelectNXObject;
46 namespace Tooling
47 {
48 class _SplitSolidBuilderBuilder;
49 class SplitSolidBuilderImpl;
68 class NXOPENCPP_TOOLINGEXPORT SplitSolidBuilder : public NXOpen::Builder
69 {
76
82 private: SplitSolidBuilderImpl * m_splitsolidbuilder_impl;
83 private: friend class _SplitSolidBuilderBuilder;
84 protected: SplitSolidBuilder();
85 public: ~SplitSolidBuilder();
90 (
91 );
95 public: void SetToolOption
96 (
98 );
103 (
104 );
109 (
110 );
115 (
116 );
120 public: void SetSplitPlane
121 (
122 NXOpen::Plane * splitPlane
123 );
127 public: bool IsEnlarge
128 (
129 );
133 public: void SetEnlarge
134 (
135 bool isEnlarge
136 );
141 (
142 );
147 (
148 bool reverseTrimDirection
149 );
154 (
155 );
160 (
161 );
165 public: void SetType
166 (
168 );
174 (
175 const std::vector<double> & enlargedSurfaceData
176 );
177 };
178 }
179}
180#ifdef _MSC_VER
181#pragma warning(pop)
182#endif
183#ifdef __GNUC__
184#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
185#pragma GCC diagnostic warning "-Wdeprecated-declarations"
186#endif
187#endif
188#undef EXPORTLIBRARY