NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_LawExtensionBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_LawExtensionBuilder.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/GeometricUtilities_LawBuilder.hxx>
22#include <NXOpen/GeometricUtilities_Rebuild.hxx>
23#include <NXOpen/Features_FeatureBuilder.hxx>
24#include <NXOpen/ScCollector.hxx>
25#include <NXOpen/Section.hxx>
26#include <NXOpen/libnxopencpp_features_exports.hxx>
27#ifdef _MSC_VER
28#pragma warning(push)
29#pragma warning(disable:4996)
30#endif
31#ifdef __GNUC__
32#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
33#endif
34namespace NXOpen
35{
36 namespace Features
37 {
39 }
40 class Direction;
41 namespace Features
42 {
43 class FeatureBuilder;
44 }
45 namespace GeometricUtilities
46 {
47 class LawBuilder;
48 }
49 namespace GeometricUtilities
50 {
51 class Rebuild;
52 }
53 class ScCollector;
54 class Section;
55 namespace Features
56 {
57 class _LawExtensionBuilderBuilder;
58 class LawExtensionBuilderImpl;
94 class NXOPENCPP_FEATURESEXPORT LawExtensionBuilder : public NXOpen::Features::FeatureBuilder
95 {
97 public: enum Types
98 {
101 };
102
109 private: LawExtensionBuilderImpl * m_lawextensionbuilder_impl;
110 private: friend class _LawExtensionBuilderBuilder;
111 protected: LawExtensionBuilder();
112public: ~LawExtensionBuilder();
117 (
118 );
122 public: void SetType
123 (
125 );
130 (
131 );
137 (
138 );
144 (
145 );
151 (
152 bool reverseNormal
153 );
159 (
160 );
165 public: void SetVector
166 (
167 NXOpen::Direction * vector
168 );
173 (
174 );
179 (
180 );
185 (
186 );
191 (
193 );
200 (
201 );
206 (
207 );
212 (
213 );
218 (
219 bool mergeFacesIfPossible
220 );
225 (
226 );
230 public: double DistanceTolerance
231 (
232 );
237 (
238 double distanceTolerance
239 );
243 public: double AngleTolerance
244 (
245 );
249 public: void SetAngleTolerance
250 (
251 double angleTolerance
252 );
253 };
254 }
255}
256#ifdef _MSC_VER
257#pragma warning(pop)
258#endif
259#ifdef __GNUC__
260#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
261#pragma GCC diagnostic warning "-Wdeprecated-declarations"
262#endif
263#endif
264#undef EXPORTLIBRARY