NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
GeometricUtilities_HelixPattern.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口头文件,用于JA API
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// GeometricUtilities_HelixPattern.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_IComponentBuilder.hxx>
23#include <NXOpen/TaggedObject.hxx>
24#include <NXOpen/libnxopencpp_geometricutilities_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 GeometricUtilities
35 {
36 class HelixPattern;
37 }
38 class Axis;
39 class Expression;
40 namespace GeometricUtilities
41 {
43 }
44 namespace GeometricUtilities
45 {
46 class _HelixPatternBuilder;
47 class HelixPatternImpl;
51 class NXOPENCPP_GEOMETRICUTILITIESEXPORT HelixPattern : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
52 {
59
68 private: HelixPatternImpl * m_helixpattern_impl;
69 private: friend class _HelixPatternBuilder;
70 protected: HelixPattern();
71 public: ~HelixPattern();
76 (
77 );
81 public: void SetRotationAxis
82 (
83 NXOpen::Axis * rotationAxis
84 );
89 (
90 );
94 public: void SetDirectionType
95 (
97 );
102 (
103 );
107 public: void SetSizeOption
108 (
110 );
115 (
116 );
121 (
122 );
127 (
128 );
133 (
134 );
139 (
140 );
145 (
146 );
151 public: virtual bool Validate
152 (
153 );
154 };
155 }
156}
157#ifdef _MSC_VER
158#pragma warning(pop)
159#endif
160#ifdef __GNUC__
161#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
162#pragma GCC diagnostic warning "-Wdeprecated-declarations"
163#endif
164#endif
165#undef EXPORTLIBRARY