NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
SurfaceUVDirectionBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// SurfaceUVDirectionBuilder.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/SelectObjectList.hxx>
23#include <NXOpen/libnxopencpp_exports.hxx>
24#ifdef _MSC_VER
25#pragma warning(push)
26#pragma warning(disable:4996)
27#endif
28#ifdef __GNUC__
29#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
30#endif
31namespace NXOpen
32{
34 class Builder;
35 class SelectFaceList;
36 class _SurfaceUVDirectionBuilderBuilder;
37 class SurfaceUVDirectionBuilderImpl;
56 class NXOPENCPPEXPORT SurfaceUVDirectionBuilder : public NXOpen::Builder
57 {
58 private: SurfaceUVDirectionBuilderImpl * m_surfaceuvdirectionbuilder_impl;
59 private: friend class _SurfaceUVDirectionBuilderBuilder;
60 protected: SurfaceUVDirectionBuilder();
61 public: ~SurfaceUVDirectionBuilder();
66 (
67 );
71 public: bool ReverseU
72 (
73 );
77 public: void SetReverseU
78 (
79 bool reverseU
80 );
84 public: bool ReverseV
85 (
86 );
90 public: void SetReverseV
91 (
92 bool reverseV
93 );
97 public: bool SwapUandV
98 (
99 );
103 public: void SetSwapUandV
104 (
105 bool swapUandV
106 );
107 };
108}
109#ifdef _MSC_VER
110#pragma warning(pop)
111#endif
112#ifdef __GNUC__
113#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
114#pragma GCC diagnostic warning "-Wdeprecated-declarations"
115#endif
116#endif
117#undef EXPORTLIBRARY