NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
SketchConicBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// SketchConicBuilder.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/libnxopencpp_exports.hxx>
23#ifdef _MSC_VER
24#pragma warning(push)
25#pragma warning(disable:4996)
26#endif
27#ifdef __GNUC__
28#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
29#endif
30namespace NXOpen
31{
33 class Builder;
34 class Point;
35 class _SketchConicBuilderBuilder;
36 class SketchConicBuilderImpl;
51 class NXOPENCPPEXPORT SketchConicBuilder : public NXOpen::Builder
52 {
53 private: SketchConicBuilderImpl * m_sketchconicbuilder_impl;
54 private: friend class _SketchConicBuilderBuilder;
55 protected: SketchConicBuilder();
56 public: ~SketchConicBuilder();
61 (
62 );
66 public: void SetStartPoint
67 (
68 NXOpen::Point * startPoint
69 );
74 (
75 );
79 public: void SetEndPoint
80 (
81 NXOpen::Point * endPoint
82 );
87 (
88 );
92 public: void SetControlPoint
93 (
94 NXOpen::Point * controlPoint
95 );
99 public: double Rho
100 (
101 );
105 public: void SetRho
106 (
107 double rho
108 );
109 };
110}
111#ifdef _MSC_VER
112#pragma warning(pop)
113#endif
114#ifdef __GNUC__
115#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
116#pragma GCC diagnostic warning "-Wdeprecated-declarations"
117#endif
118#endif
119#undef EXPORTLIBRARY