NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_ProfileSplitBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口到JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Tooling_ProfileSplitBuilder.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/Builder.hxx>
23#include <NXOpen/Section.hxx>
24#include <NXOpen/SelectObjectList.hxx>
25#include <NXOpen/libnxopencpp_tooling_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 Tooling
36 {
38 }
39 class Builder;
40 class Direction;
41 class Expression;
42 class Section;
43 class SelectBodyList;
44 namespace Tooling
45 {
46 class _ProfileSplitBuilderBuilder;
47 class ProfileSplitBuilderImpl;
51 class NXOPENCPP_TOOLINGEXPORT ProfileSplitBuilder : public NXOpen::Builder
52 {
53 private: ProfileSplitBuilderImpl * m_profilesplitbuilder_impl;
54 private: friend class _ProfileSplitBuilderBuilder;
55 protected: ProfileSplitBuilder();
56 public: ~ProfileSplitBuilder();
61 (
62 );
67 (
68 );
72 public: void StTraverse
73 (
74 );
79 (
80 );
84 public: void SetDefVector
85 (
86 NXOpen::Direction * defVector
87 );
92 (
93 );
98 (
99 );
103 public: bool DefAssociative
104 (
105 );
109 public: void SetDefAssociative
110 (
111 bool defassociative
112 );
113 };
114 }
115}
116#ifdef _MSC_VER
117#pragma warning(pop)
118#endif
119#ifdef __GNUC__
120#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
121#pragma GCC diagnostic warning "-Wdeprecated-declarations"
122#endif
123#endif
124#undef EXPORTLIBRARY