CFx SDK Documentation  2023 SP0
GeCurveSurfInt.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_GECSINT_H
25 #define OD_GECSINT_H
27 #include "Ge/GeEntity3d.h"
28 
29 #include "TD_PackPush.h"
30 
31 class OdGeCurve3d;
32 class OdGeSurface;
33 class OdGePointOnCurve3d;
34 class OdGePointOnSurface;
35 
36 //FELIX_CHANGE_BEGIN
37 class OdGeCurve2d;
38 class OdGeInterval;
39 
56 {
57 public:
58 
59 
67  const OdGeCurve3d& curve,
68  const OdGeSurface& surface,
69  const OdGeTol& tol = OdGeContext::gTol);
71  const OdGeCurveSurfInt& source);
72 
76  const OdGeCurve3d* curve() const;
77 
81  const OdGeSurface* surface() const;
82 
86  OdGeTol tolerance() const;
87 
107  OdGeIntersectError& status) const;
108 
131  int intNum,
132  OdGeIntersectError& status) const;
133 
156  int intNum,
157  double& param1,
158  OdGePoint2d& param2,
159  OdGeIntersectError& status) const;
160 
182  int intNum,
183  OdGePointOnCurve3d& intPnt,
184  OdGeIntersectError& status) const;
185 
207  int intNum,
208  OdGePointOnSurface& intPnt,
209  OdGeIntersectError& status) const;
210 
244  int intNum,
245  OdGe::csiConfig& lower,
246  OdGe::csiConfig& higher,
247  bool& smallAngle,
248  OdGeIntersectError& status) const;
249 
259  const OdGeCurve3d& cvr,
260  const OdGeSurface& surface,
261  const OdGeTol& tol = OdGeContext::gTol);
262 
264  const OdGeCurveSurfInt& crvSurfInt);
265 
267 
268  //FELIX_CHANGE_BEGIN
285  OdGeIntersectError& status) const;
286 
307  int intNum,
308  OdGeIntersectError& status) const;
309 
326  OdGeIntersectError& status) const;
327 
346  int intNum,
348  OdGeIntersectError& status) const;
349 
374  int intNum,
375  bool isExternal,
376  OdGeIntersectError& status) const;
377 
378  //FELIX_CHANGE_END
379 
380 };
381 
382 #include "TD_PackPop.h"
383 
384 #endif
385 
tol
Definition: DimVarDefs.h:2287
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
OdGeCurve2d * intParamCurve(int intNum, bool isExternal, OdGeIntersectError &status) const
void getPointOnSurface(int intNum, OdGePointOnSurface &intPnt, OdGeIntersectError &status) const
void getOverlapRange(int intNum, OdGeInterval &range, OdGeIntersectError &status) const
const OdGeSurface * surface() const
OdGeCurveSurfInt(const OdGeCurve3d &curve, const OdGeSurface &surface, const OdGeTol &tol=OdGeContext::gTol)
int getDimension(int intNum, OdGeIntersectError &status) const
OdGeTol tolerance() const
int overlapCount(OdGeIntersectError &status) const
void getPointOnCurve(int intNum, OdGePointOnCurve3d &intPnt, OdGeIntersectError &status) const
void getIntConfigs(int intNum, OdGe::csiConfig &lower, OdGe::csiConfig &higher, bool &smallAngle, OdGeIntersectError &status) const
int numResults(OdGeIntersectError &status) const
void getIntParams(int intNum, double &param1, OdGePoint2d &param2, OdGeIntersectError &status) const
OdGePoint3d intPoint(int intNum, OdGeIntersectError &status) const
OdGeCurveSurfInt & set(const OdGeCurve3d &cvr, const OdGeSurface &surface, const OdGeTol &tol=OdGeContext::gTol)
const OdGeCurve3d * curve() const
int numIntPoints(OdGeIntersectError &status) const
OdGeCurveSurfInt(const OdGeCurveSurfInt &source)
OdGeEntity3d & operator=(const OdGeEntity3d &entity)
Definition: GeTol.h:49
GLsizei GLsizei GLchar * source
Definition: gles2_ext.h:282
GLenum GLint * range
Definition: gles2_ext.h:563
static GE_STATIC_EXPORT OdGeTol gTol
Definition: GeGbl.h:60
csiConfig
Definition: Ge.h:248
OdGeIntersectError
Definition: Ge.h:274