CFx SDK Documentation  2023 SP0
GeLineSeg3d.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2017, Open Design Alliance (the "Alliance").
3 // All rights reserved.
4 //
5 // This software and its documentation and related materials are owned by
6 // the Alliance. The software may only be incorporated into application
7 // programs owned by members of the Alliance, subject to a signed
8 // Membership Agreement and Supplemental Software License Agreement with the
9 // Alliance. The structure and organization of this software are the valuable
10 // trade secrets of the Alliance and its suppliers. The software is also
11 // protected by copyright law and international treaty provisions. Application
12 // programs incorporating this software must include the following statement
13 // with their copyright notices:
14 //
15 // This application incorporates Teigha(R) software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Teigha(R) Copyright (C) 2002-2017 by Open Design Alliance.
18 // All rights reserved.
19 //
20 // By use of this software, its documentation or related materials, you
21 // acknowledge and accept the above terms.
23 
24 #ifndef OD_GELNSG3D_H
25 #define OD_GELNSG3D_H
27 class OdGeLineSeg2d;
28 #include "Ge/GeLinearEnt3d.h"
29 #include "Ge/GeInterval.h"
30 
31 #include "TD_PackPush.h"
32 
44 {
45 public:
50 
57  const OdGeLineSeg3d& source);
58 
69  const OdGePoint3d& point,
70  const OdGeVector3d& vect);
71 
82  const OdGePoint3d& point1,
83  const OdGePoint3d& point2);
84 
90  void getBisector(OdGePlane& plane) const;
91 
106  OdGePoint3d baryComb(double blendCoeff) const;
107 
112 
117 
122 
133  const OdGePoint3d& point,
134  const OdGeVector3d& vect);
135 
147  const OdGePoint3d& point1,
148  const OdGePoint3d& point2);
149 
163  const OdGeCurve3d& curve1,
164  const OdGeCurve3d& curve2,
165  double& param1, double& param2,
166  bool& success);
167 
181  const OdGeCurve3d& curve,
182  const OdGePoint3d& point,
183  double& param,
184  bool& success);
185 
187  const OdGeLineSeg3d& line);
188 
195  double getDistanceToVector(const OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;
196 
197 //FELIX_CHANGE_BEGIN
199  const OdGeLineSeg3d& curve, const OdGeTol &iTolerance = OdGeContext::gTol);
200 //FELIX_CHANGE_END
201 };
202 
203 #include "TD_PackPop.h"
204 
205 #endif
206 
tol
Definition: DimVarDefs.h:2287
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
OdGeLineSeg3d(const OdGeLineSeg3d &source)
OdGeLineSeg3d & set(const OdGeCurve3d &curve, const OdGePoint3d &point, double &param, bool &success)
void getBisector(OdGePlane &plane) const
OdGeLineSeg3d(const OdGePoint3d &point, const OdGeVector3d &vect)
OdGeLineSeg3d & joinWith(const OdGeLineSeg3d &curve, const OdGeTol &iTolerance=OdGeContext::gTol)
OdGePoint3d baryComb(double blendCoeff) const
OdGeLineSeg3d(const OdGePoint3d &point1, const OdGePoint3d &point2)
OdGeLineSeg3d & set(const OdGePoint3d &point, const OdGeVector3d &vect)
OdGeLineSeg3d & set(const OdGeCurve3d &curve1, const OdGeCurve3d &curve2, double &param1, double &param2, bool &success)
OdGeLineSeg3d & set(const OdGePoint3d &point1, const OdGePoint3d &point2)
OdGePoint3d midPoint() const
OdGePoint3d startPoint() const
double getDistanceToVector(const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const
OdGePoint3d endPoint() const
OdGeLinearEnt3d & operator=(const OdGeLinearEnt3d &line)
Definition: GeTol.h:49
GLsizei GLsizei GLchar * source
Definition: gles2_ext.h:282
static GE_STATIC_EXPORT OdGeTol gTol
Definition: GeGbl.h:60