NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
GeometricUtilities_GeneralPattern.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// 用于 JA API 的 C++ 接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// GeometricUtilities_GeneralPattern.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_IComponentBuilder.hxx>
22#include <NXOpen/TaggedObject.hxx>
23#include <NXOpen/Section.hxx>
24#include <NXOpen/SelectObject.hxx>
25#include <NXOpen/SelectObjectList.hxx>
26#include <NXOpen/libnxopencpp_geometricutilities_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 GeometricUtilities
37 {
38 class GeneralPattern;
39 }
40 class CoordinateSystem;
41 namespace GeometricUtilities
42 {
44 }
45 class Point;
46 class Section;
48 class SelectNXObject;
49 namespace GeometricUtilities
50 {
51 class _GeneralPatternBuilder;
52 class GeneralPatternImpl;
56 class NXOPENCPP_GEOMETRICUTILITIESEXPORT GeneralPattern : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
57 {
64 private: GeneralPatternImpl * m_generalpattern_impl;
65 private: friend class _GeneralPatternBuilder;
66 protected: GeneralPattern();
67 public: ~GeneralPattern();
72 (
73 );
78 (
79 NXOpen::Point * point
80 );
85 (
86 );
91 (
93 );
98 (
99 );
104 (
105 );
110 (
112 );
117 (
118 );
123 (
124 );
129 public: virtual bool Validate
130 (
131 );
132 };
133 }
134}
135#ifdef _MSC_VER
136#pragma warning(pop)
137#endif
138#ifdef __GNUC__
139#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
140#pragma GCC diagnostic warning "-Wdeprecated-declarations"
141#endif
142#endif
143#undef EXPORTLIBRARY