NX Open C++ 参考指南 2406 v1.1
载入中...
搜索中...
未找到
SketchLineBuilder.hxx
1//--------------------------------------------------------------------------
2// Copyright 2024 Siemens
3//--------------------------------------------------------------------------
4// Header for C++ interface to JA API
5//--------------------------------------------------------------------------
6//
7// Source File:
8// SketchLineBuilder.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/Expression.hxx>
22#include <NXOpen/SketchGeometryBuilder.hxx>
23#include <NXOpen/ugmath.hxx>
24#include <NXOpen/libnxopencpp_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{
35 class Expression;
37 class _SketchLineBuilderBuilder;
38 class SketchLineBuilderImpl;
42 class NXOPENCPPEXPORT SketchLineBuilder : public NXOpen::SketchGeometryBuilder
43 {
44 private: SketchLineBuilderImpl * m_sketchlinebuilder_impl;
45 private: friend class _SketchLineBuilderBuilder;
46 protected: SketchLineBuilder();
47 public: ~SketchLineBuilder();
51 public: void SetStartPoint
52 (
53 const NXOpen::Point3d & startPoint
54 );
58 public: void SetEndPoint
59 (
60 const NXOpen::Point3d & endPoint
61 );
68 public: void SnapStartPoint
69 (
70 const NXOpen::Point3d & startPoint
71 );
78 public: void SnapEndPoint
79 (
80 const NXOpen::Point3d & endPoint
81 );
86 (
87 );
92 (
93 );
97 public: bool LockLength
98 (
99 );
103 public: void SetLockLength
104 (
105 bool lockLength
106 );
110 public: bool LockAngle
111 (
112 );
116 public: void SetLockAngle
117 (
118 bool lockAngle
119 );
124 (
125 );
129 public: bool LockRelativeAngle
130 (
131 );
136 (
137 bool lockRelativeAngle
138 );
139 };
140}
141#ifdef _MSC_VER
142#pragma warning(pop)
143#endif
144#ifdef __GNUC__
145#ifndef NX_NO_GCC_DEPRECATION_WARNINGS
146#pragma GCC diagnostic warning "-Wdeprecated-declarations"
147#endif
148#endif
149#undef EXPORTLIBRARY