NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Features_CylinderBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// C++接口JA API的头文件
5//--------------------------------------------------------------------------
6//
7// 源文件:
8// Features_CylinderBuilder.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_BooleanOperation.hxx>
23#include <NXOpen/Features_FeatureBuilder.hxx>
24#include <NXOpen/SelectObject.hxx>
25#include <NXOpen/ugmath.hxx>
26#include <NXOpen/libnxopencpp_features_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 Features
37 {
38 class CylinderBuilder;
39 }
40 class Axis;
41 class Expression;
42 namespace Features
43 {
44 class FeatureBuilder;
45 }
46 namespace GeometricUtilities
47 {
48 class BooleanOperation;
49 }
50 class SelectICurve;
51 namespace Features
52 {
53 class _CylinderBuilderBuilder;
54 class CylinderBuilderImpl;
81 class NXOPENCPP_FEATURESEXPORT CylinderBuilder : public NXOpen::Features::FeatureBuilder
82 {
89 private: CylinderBuilderImpl * m_cylinderbuilder_impl;
90 private: friend class _CylinderBuilderBuilder;
91 protected: CylinderBuilder();
92public: ~CylinderBuilder();
97 (
98 );
102 public: void SetType
103 (
105 );
110 (
111 );
115 public: void SetAxis
116 (
117 NXOpen::Axis * axis
118 );
123 (
124 );
129 (
130 );
135 (
136 );
141 (
142 );
146 public: bool ReverseDirection
147 (
148 );
153 (
154 bool reverse
155 );
160 (
161 );
165 public: void SetOrigin
166 (
167 const NXOpen::Point3d & origin
168 );
173 (
174 );
178 public: void SetDirection
179 (
180 const NXOpen::Vector3d & vector
181 );
186 (
187 );
192 (
193 bool parentAssociativity
194 );
195 };
196 }
197}
198#ifdef _MSC_VER
199#pragma warning(pop)
200#endif
201#ifdef __GNUC__
202#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
203#pragma GCC diagnostic warning "-Wdeprecated-declarations"
204#endif
205#endif
206#undef EXPORTLIBRARY