NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
Tooling_MoldDirectionBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// Tooling_MoldDirectionBuilder.ja
9//
10// Generated by:
11// apiwrap
12//
13// WARNING:
14// This file is automatically generated - do not edit by hand
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/Builder.hxx>
22#include <NXOpen/ScCollector.hxx>
23#include <NXOpen/ugmath.hxx>
24#include <NXOpen/libnxopencpp_tooling_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{
34 namespace Tooling
35 {
37 }
38 class Builder;
40 class NXObject;
41 class ScCollector;
42 namespace Tooling
43 {
44 class _MoldDirectionBuilderBuilder;
45 class MoldDirectionBuilderImpl;
49 class NXOPENCPP_TOOLINGEXPORT MoldDirectionBuilder : public NXOpen::Builder
50 {
64
70
79 private: MoldDirectionBuilderImpl * m_molddirectionbuilder_impl;
80 private: friend class _MoldDirectionBuilderBuilder;
81 protected: MoldDirectionBuilder();
82 public: ~MoldDirectionBuilder();
87 (
88 );
93 (
94 );
99 (
100 );
104 public: bool UndercutsDisplay
105 (
106 );
111 (
112 bool undercutsDisplay
113 );
117 public: double SlopeDataRange
118 (
119 );
123 public: void SetSlopeDataRange
124 (
125 double dataRange
126 );
130 public: void SetCsysOrigin
131 (
132 const NXOpen::Point3d & origin
133 );
137 public: void SetCsysMatrix
138 (
139 const NXOpen::Matrix3x3 & matrix
140 );
144 public: void SetSelectedFace
145 (
146 NXOpen::NXObject * faceTag ,
147 const NXOpen::Point3d & point ,
148 bool isPrimaryFace
149 );
154 (
155 );
160 (
161 );
165 public: void CheckRegions
166 (
168 bool cancelDisplay
169 );
174 (
176 );
180 public: void RemoveAllFaces
181 (
182 );
187 (
188 );
193 (
194 );
199 (
200 NXOpen::NXObject * bodyTag
201 );
205 public: void CreatePMILabel
206 (
208 const NXOpen::Point3d & location
209 );
210 };
211 }
212}
213#ifdef _MSC_VER
214#pragma warning(pop)
215#endif
216#ifdef __GNUC__
217#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
218#pragma GCC diagnostic warning "-Wdeprecated-declarations"
219#endif
220#endif
221#undef EXPORTLIBRARY