NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
GeometricUtilities_PatternFill.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// GeometricUtilities_PatternFill.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/Section.hxx>
25#include <NXOpen/libnxopencpp_geometricutilities_exports.hxx>
26#ifdef _MSC_VER
27#pragma warning(push)
28#pragma warning(disable:4996)
29#endif
30#ifdef __GNUC__
31#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
32#endif
33namespace NXOpen
34{
35 namespace GeometricUtilities
36 {
37 class PatternFill;
38 }
39 class Expression;
40 namespace GeometricUtilities
41 {
43 }
44 class Section;
45 namespace GeometricUtilities
46 {
47 class _PatternFillBuilder;
48 class PatternFillImpl;
52 class NXOPENCPP_GEOMETRICUTILITIESEXPORT PatternFill : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
53 {
62 private: PatternFillImpl * m_patternfill_impl;
63 private: friend class _PatternFillBuilder;
64 protected: PatternFill();
65 public: ~PatternFill();
70 (
71 );
75 public: void SetFillOptions
76 (
78 );
83 (
84 );
89 (
90 );
95 (
96 );
101 (
102 );
107 (
108 );
113 (
114 bool applyMarginToInnerBoundToggle
115 );
120 (
121 );
126 (
127 bool simplifiedBoundaryToggle
128 );
133 public: virtual bool Validate
134 (
135 );
136 };
137 }
138}
139#ifdef _MSC_VER
140#pragma warning(pop)
141#endif
142#ifdef __GNUC__
143#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
144#pragma GCC diagnostic warning "-Wdeprecated-declarations"
145#endif
146#endif
147#undef EXPORTLIBRARY