NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
GeometricUtilities_LawBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// GeometricUtilities_LawBuilder.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/GeometricUtilities_AlongSpineBuilder.hxx>
23#include <NXOpen/GeometricUtilities_MultiTransitionLawBuilder.hxx>
24#include <NXOpen/GeometricUtilities_NonInflectingLawBuilder.hxx>
25#include <NXOpen/GeometricUtilities_SShapedLawBuilder.hxx>
26#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
27#include <NXOpen/TaggedObject.hxx>
28#include <NXOpen/Section.hxx>
29#include <NXOpen/SelectObject.hxx>
30#include <NXOpen/libnxopencpp_geometricutilities_exports.hxx>
31#ifdef _MSC_VER
32#pragma warning(push)
33#pragma warning(disable:4996)
34#endif
35#ifdef __GNUC__
36#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
37#endif
38namespace NXOpen
39{
40 namespace GeometricUtilities
41 {
42 class LawBuilder;
43 }
44 class Expression;
45 namespace GeometricUtilities
46 {
48 }
49 namespace GeometricUtilities
50 {
52 }
53 namespace GeometricUtilities
54 {
56 }
57 namespace GeometricUtilities
58 {
60 }
61 namespace GeometricUtilities
62 {
64 }
65 class Section;
66 class SelectLine;
67 namespace GeometricUtilities
68 {
69 class _LawBuilderBuilder;
70 class LawBuilderImpl;
74 class NXOPENCPP_GEOMETRICUTILITIESEXPORT LawBuilder : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
75 {
90
96 private: LawBuilderImpl * m_lawbuilder_impl;
97 private: friend class _LawBuilderBuilder;
98 protected: LawBuilder();
99public: ~LawBuilder();
104 (
105 );
109 public: void SetLawType
110 (
112 );
117 (
118 );
123 (
124 );
129 (
130 );
135 (
136 );
140 public: void SetLawCurveOption
141 (
143 );
148 (
149 );
155 (
156 );
161 public: void SetParameter
162 (
163 const NXString & parameter
164 );
170 (
171 const char * parameter
172 );
178 (
179 );
184 public: void SetFunction
185 (
186 const NXString & function
187 );
193 (
194 const char * function
195 );
200 (
201 );
206 (
207 );
211 public: bool ReverseDirection
212 (
213 );
218 (
219 bool reverseDirection
220 );
225 (
226 NXOpen::Section * spine
227 );
232 (
233 );
238 (
239 );
244 (
245 );
252 (
253 );
260 (
261 bool isSimpleCubic
262 );
270 public: virtual bool Validate
271 (
272 );
273 };
274 }
275}
276#ifdef _MSC_VER
277#pragma warning(pop)
278#endif
279#ifdef __GNUC__
280#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
281#pragma GCC diagnostic warning "-Wdeprecated-declarations"
282#endif
283#endif
284#undef EXPORTLIBRARY