NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_FaceSplitBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// Tooling_FaceSplitBuilder.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/Builder.hxx>
22#include <NXOpen/ScCollector.hxx>
23#include <NXOpen/libnxopencpp_tooling_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
33 namespace Tooling
34 {
35 class FaceSplitBuilder;
36 }
37 class Builder;
38 class Curve;
39 class Face;
40 namespace Features
41 {
43 }
44 namespace Features
45 {
46 class Feature;
47 }
48 class ScCollector;
49 namespace Tooling
50 {
51 class _FaceSplitBuilderBuilder;
52 class FaceSplitBuilderImpl;
71 class NXOPENCPP_TOOLINGEXPORT FaceSplitBuilder : public NXOpen::Builder
72 {
81 private: FaceSplitBuilderImpl * m_facesplitbuilder_impl;
82 private: friend class _FaceSplitBuilderBuilder;
83 protected: FaceSplitBuilder();
84 public: ~FaceSplitBuilder();
90 (
91 );
96 public: void SetType
97 (
99 );
104 (
105 );
110 (
111 );
115 public: double Tolerance
116 (
117 );
121 public: void SetTolerance
122 (
123 double tolerance
124 );
128 public: void CreateIsoclines
129 (
130 const std::vector<NXOpen::Face *> & pFacesToDivide ,
131 std::vector<NXOpen::Curve *> & outputCurves
132 );
137 (
138 );
143 (
144 );
149 (
150 NXOpen::Features::Feature * createdFeture ,
151 bool isAdding
152 );
153 };
154 }
155}
156#ifdef _MSC_VER
157#pragma warning(pop)
158#endif
159#ifdef __GNUC__
160#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
161#pragma GCC diagnostic warning "-Wdeprecated-declarations"
162#endif
163#endif
164#undef EXPORTLIBRARY