NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Weld_JointmarkGuideBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// JA API的C++接口头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Weld_JointmarkGuideBuilder.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_OnPathDimensionBuilder.hxx>
23#include <NXOpen/GeometricUtilities_IComponentBuilder.hxx>
24#include <NXOpen/TaggedObject.hxx>
25#include <NXOpen/Section.hxx>
26#include <NXOpen/libnxopencpp_weld_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 Weld
37 {
39 }
40 class Expression;
41 namespace GeometricUtilities
42 {
44 }
45 namespace GeometricUtilities
46 {
48 }
49 class ICurve;
50 class NXObject;
51 class Section;
52 namespace Weld
53 {
54 class _JointmarkGuideBuilderBuilder;
55 class JointmarkGuideBuilderImpl;
59 class NXOPENCPP_WELDEXPORT JointmarkGuideBuilder : public NXOpen::TaggedObject, public virtual NXOpen::GeometricUtilities::IComponentBuilder
60 {
68
76
83 private: JointmarkGuideBuilderImpl * m_jointmarkguidebuilder_impl;
84 private: friend class _JointmarkGuideBuilderBuilder;
85 protected: JointmarkGuideBuilder();
86 public: ~JointmarkGuideBuilder();
91 (
92 );
96 public: void SetLocationOption
97 (
99 );
104 (
105 );
109 public: bool ExtendOffset
110 (
111 );
115 public: void SetExtendOffset
116 (
117 bool extendOffset
118 );
123 (
124 );
129 (
130 );
135 (
136 );
141 (
142 );
147 (
148 );
152 public: void SetSpacingMethod
153 (
155 );
160 (
161 );
166 (
167 );
172 (
173 );
177 public: void SetSpacingOption
178 (
180 );
185 (
186 );
190 public: int NumberOfPoints
191 (
192 );
196 public: void SetNumberOfPoints
197 (
198 int number
199 );
204 (
205 );
209 public: void SetGuideCurve
210 (
211 NXOpen::Section * guide
212 );
216 public: void CreateGuideCurves
217 (
218 );
222 public: void GetGuideCurves
223 (
224 std::vector<NXOpen::ICurve *> & guideCurves ,
225 std::vector<NXOpen::NXObject *> & instanceGuideCurves
226 );
230 public: bool ReverseDirection
231 (
232 );
237 (
238 bool reverse
239 );
244 (
245 );
249 public: bool RespacePoints
250 (
251 );
255 public: void SetRespacePoints
256 (
257 bool respacePoints
258 );
263 public: virtual bool Validate
264 (
265 );
266 };
267 }
268}
269#ifdef _MSC_VER
270#pragma warning(pop)
271#endif
272#ifdef __GNUC__
273#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
274#pragma GCC diagnostic warning "-Wdeprecated-declarations"
275#endif
276#endif
277#undef EXPORTLIBRARY