CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
GeLineSeg3d.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2024, 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 Open Design Alliance software pursuant to a license
16// agreement with Open Design Alliance.
17// Open Design Alliance Copyright (C) 2002-2024 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
26
27class OdGeLineSeg2d;
28#include "Ge/GeLinearEnt3d.h"
29#include "Ge/GeInterval.h"
30
31#include "TD_PackPush.h"
32
47{
48public:
50
56
63 const OdGeLineSeg3d& source);
64
76 const OdGePoint3d& point,
77 const OdGeVector3d& vect);
78
90 const OdGePoint3d& point1,
91 const OdGePoint3d& point2);
92
98 void getBisector(OdGePlane& plane) const;
99
118 OdGePoint3d baryComb(double blendCoeff) const;
119
127
135
151 const OdGePoint3d& point,
152 const OdGeVector3d& vect);
153
169 const OdGePoint3d& point1,
170 const OdGePoint3d& point2);
171
187 const OdGeCurve3d& curve1,
188 const OdGeCurve3d& curve2,
189 double& param1, double& param2,
190 bool& success);
191
210 const OdGeCurve3d& curve,
211 const OdGePoint3d& point,
212 double& param,
213 bool& success);
214
223 const OdGeLineSeg3d& line);
224
233 double getDistanceToVector(const OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;
234
246 const OdGeLineSeg3d& curve, const OdGeTol &iTolerance = OdGeContext::gTol);
247};
248
249#include "TD_PackPop.h"
250
251#endif
tol
#define GE_TOOLKIT_EXPORT
Definition GeExport.h:35
OdGeLineSeg3d(const OdGeLineSeg3d &source)
OdGeLineSeg3d & set(const OdGePoint3d &point1, const OdGePoint3d &point2)
void getBisector(OdGePlane &plane) const
OdGeLineSeg3d(const OdGePoint3d &point, const OdGeVector3d &vect)
OdGeLineSeg3d & set(const OdGePoint3d &point, const OdGeVector3d &vect)
OdGeLineSeg3d & joinWith(const OdGeLineSeg3d &curve, const OdGeTol &iTolerance=OdGeContext::gTol)
OdGeLineSeg3d & set(const OdGeCurve3d &curve1, const OdGeCurve3d &curve2, double &param1, double &param2, bool &success)
OdGePoint3d baryComb(double blendCoeff) const
OdGeLineSeg3d(const OdGePoint3d &point1, const OdGePoint3d &point2)
OdGeLineSeg3d & set(const OdGeCurve3d &curve, const OdGePoint3d &point, double &param, bool &success)
OdGePoint3d startPoint() const
GE_OPERATORS_OVERRIDE_3D(OdGeLineSeg3d)
double getDistanceToVector(const OdGePoint3d &point, const OdGeTol &tol=OdGeContext::gTol) const
OdGePoint3d endPoint() const
OdGeLinearEnt3d & operator=(const OdGeLinearEnt3d &line)
GLsizei GLsizei GLchar * source
Definition gles2_ext.h:282
static GE_STATIC_EXPORT OdGeTol gTol
Definition GeGbl.h:67