CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
GeLineSeg3d.h
Go to the documentation of this file.
1
2// Copyright (C) 2002-2022, 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-2022 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
27class OdGeLineSeg2d;
28#include "Ge/GeLinearEnt3d.h"
29#include "Ge/GeInterval.h"
30
31#include "TD_PackPush.h"
32
47{
48public:
49
55
62 const OdGeLineSeg3d& source);
63
75 const OdGePoint3d& point,
76 const OdGeVector3d& vect);
77
89 const OdGePoint3d& point1,
90 const OdGePoint3d& point2);
91
97 void getBisector(OdGePlane& plane) const;
98
117 OdGePoint3d baryComb(double blendCoeff) const;
118
126
134
150 const OdGePoint3d& point,
151 const OdGeVector3d& vect);
152
168 const OdGePoint3d& point1,
169 const OdGePoint3d& point2);
170
186 const OdGeCurve3d& curve1,
187 const OdGeCurve3d& curve2,
188 double& param1, double& param2,
189 bool& success);
190
209 const OdGeCurve3d& curve,
210 const OdGePoint3d& point,
211 double& param,
212 bool& success);
213
222 const OdGeLineSeg3d& line);
223
232 double getDistanceToVector(const OdGePoint3d& point, const OdGeTol& tol = OdGeContext::gTol) const;
233
245 const OdGeLineSeg3d& curve, const OdGeTol &iTolerance = OdGeContext::gTol);
246};
247
248#include "TD_PackPop.h"
249
250#endif
tol
Definition: DimVarDefs.h:2287
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
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
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:65