NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
ObjectGeneralPropertiesBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// ObjectGeneralPropertiesBuilder.ja
9//
10// 生成工具:
11// apiwrap
12//
13// 警告:
14// 此文件为自动生成,请勿手动编辑
15//
16#pragma once
17#include <NXOpen/NXDeprecation.hxx>
18#include <vector>
19#include <NXOpen/NXString.h>
20#include <NXOpen/Callback.hxx>
21#include <NXOpen/Builder.hxx>
22#include <NXOpen/SelectObjectList.hxx>
23#include <NXOpen/ugmath.hxx>
24#include <NXOpen/libnxopencpp_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{
35 class Builder;
37 class _ObjectGeneralPropertiesBuilderBuilder;
38 class ObjectGeneralPropertiesBuilderImpl;
72 class NXOPENCPPEXPORT ObjectGeneralPropertiesBuilder : public NXOpen::Builder
73 {
74 private: ObjectGeneralPropertiesBuilderImpl * m_objectgeneralpropertiesbuilder_impl;
75 private: friend class _ObjectGeneralPropertiesBuilderBuilder;
76 protected: ObjectGeneralPropertiesBuilder();
77public: ~ObjectGeneralPropertiesBuilder();
82 (
83 );
87 public: NXString Name
88 (
89 );
93 public: void SetName
94 (
95 const NXString & name
96 );
101 (
102 const char * name
103 );
107 public: void Delete
108 (
109 );
113 public: bool AddIndex
114 (
115 );
119 public: void SetAddIndex
120 (
121 bool addIndex
122 );
126 public: int Index
127 (
128 );
132 public: void SetIndex
133 (
134 int index
135 );
139 public: bool TopLevel
140 (
141 );
145 public: void SetTopLevel
146 (
147 bool topLevel
148 );
152 public: bool Active
153 (
154 );
158 public: void SetActive
159 (
160 bool active
161 );
165 public: bool UniqueMembership
166 (
167 );
172 (
173 bool uniqueMembership
174 );
179 (
180 );
185 (
186 bool groupDisplayProperties
187 );
191 public: bool AddComponents
192 (
193 );
197 public: void SetAddComponents
198 (
199 bool addComponents
200 );
204 public: bool ApplyToComponent
205 (
206 );
211 (
212 bool applyToComponent
213 );
218 (
219 );
224 (
225 bool nameLocationSpecified
226 );
231 (
232 );
236 public: void SetNameLocation
237 (
238 const NXOpen::Point3d & nameLocation
239 );
245 (
246 );
247 };
248}
249#ifdef _MSC_VER
250#pragma warning(pop)
251#endif
252#ifdef __GNUC__
253#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
254#pragma GCC diagnostic warning "-Wdeprecated-declarations"
255#endif
256#endif
257#undef EXPORTLIBRARY