CFx SDK Documentation  2020SP3
GeCurveCurveInt3d.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_GECINT3D_H
25 #define OD_GECINT3D_H
27 #include "Ge/GeEntity3d.h"
28 #include "Ge/GeInterval.h"
29 
30 #include "TD_PackPush.h"
31 
32 class OdGeCurve3d;
33 class OdGeInterval;
34 class OdGePointOnCurve3d;
35 
52 {
53 public:
54 
55 
73  const OdGeCurve3d& curve1,
74  const OdGeCurve3d& curve2,
75  const OdGeVector3d& planeNormal = OdGeVector3d::kIdentity,
76  const OdGeTol& tol = OdGeContext::gTol);
78  const OdGeCurve3d& curve1,
79  const OdGeCurve3d& curve2,
80  const OdGeInterval& range1,
81  const OdGeInterval& range2,
82  const OdGeVector3d& planeNormal = OdGeVector3d::kIdentity,
83  const OdGeTol& tol = OdGeContext::gTol);
86 
93  const OdGeCurve3d *curve1() const;
94 
101  const OdGeCurve3d *curve2() const;
102 
113  OdGeInterval& range1,
114  OdGeInterval& range2) const;
115 
123 
131 
138  int numIntPoints() const;
139 
149  int intNum) const;
150 
162  int intNum,
163  double& param1,
164  double& param2) const;
165 
176  int intNum,
177  OdGePointOnCurve3d& intPnt) const;
178 
189  int intNum,
190  OdGePointOnCurve3d& intPnt) const;
191 
226  int intNum,
227  OdGe::OdGeXConfig& config1wrt2,
228  OdGe::OdGeXConfig& config2wrt1) const;
229 
239  int intNum) const;
240 
250  int intNum) const;
251 
260  double intPointTol(
261  int intNum) const;
262 
269  int overlapCount() const;
270 
281  bool overlapDirection() const;
282 
294  int overlapNum,
295  OdGeInterval& range1,
296  OdGeInterval& range2) const;
297 
305 
314 
323 
341  const OdGeCurve3d& curve1,
342  const OdGeCurve3d& curve2,
343  const OdGeVector3d& planeNormal = OdGeVector3d::kIdentity,
344  const OdGeTol& tol = OdGeContext::gTol);
345 
365  const OdGeCurve3d& curve1,
366  const OdGeCurve3d& curve2,
367  const OdGeInterval& range1,
368  const OdGeInterval& range2,
369  const OdGeVector3d& planeNormal = OdGeVector3d::kIdentity,
370  const OdGeTol& tol = OdGeContext::gTol);
371 
373  const OdGeCurveCurveInt3d& crvCrvInt);
374 
376 
377 };
378 
379 #include "TD_PackPop.h"
380 
381 #endif // OD_GECINT3D_H
382 
OdGeCurveCurveInt3d::orderWrt2
OdGeCurveCurveInt3d & orderWrt2()
OdGeCurveCurveInt3d::getIntParams
void getIntParams(int intNum, double &param1, double &param2) const
OdGeVector3d
Definition: GeVector3d.h:54
OdGeCurveCurveInt3d::OdGeCurveCurveInt3d
OdGeCurveCurveInt3d()
OdGeEntity3d::operator=
OdGeEntity3d & operator=(const OdGeEntity3d &entity)
tol
tol
Definition: DimVarDefs.h:2287
OdGeCurveCurveInt3d::OdGeCurveCurveInt3d
OdGeCurveCurveInt3d(const OdGeCurve3d &curve1, const OdGeCurve3d &curve2, const OdGeInterval &range1, const OdGeInterval &range2, const OdGeVector3d &planeNormal=OdGeVector3d::kIdentity, const OdGeTol &tol=OdGeContext::gTol)
OdGeCurveCurveInt3d::OdGeCurveCurveInt3d
OdGeCurveCurveInt3d(const OdGeCurve3d &curve1, const OdGeCurve3d &curve2, const OdGeVector3d &planeNormal=OdGeVector3d::kIdentity, const OdGeTol &tol=OdGeContext::gTol)
OdGeCurveCurveInt3d::isTransversal
bool isTransversal(int intNum) const
OdGeCurveCurveInt3d::set
OdGeCurveCurveInt3d & set(const OdGeCurve3d &curve1, const OdGeCurve3d &curve2, const OdGeVector3d &planeNormal=OdGeVector3d::kIdentity, const OdGeTol &tol=OdGeContext::gTol)
source
GLsizei GLsizei GLchar * source
Definition: gles2_ext.h:282
TD_PackPop.h
OdGeCurveCurveInt3d::numIntPoints
int numIntPoints() const
GeInterval.h
OdGeVector3d::kIdentity
static GE_STATIC_EXPORT const OdGeVector3d kIdentity
Definition: GeVector3d.h:88
OdGeCurveCurveInt3d::curve2
const OdGeCurve3d * curve2() const
OdGeCurveCurveInt3d::overlapCount
int overlapCount() const
OdGePoint3d
Definition: GePoint3d.h:55
OdGeCurveCurveInt3d::getPointOnCurve2
void getPointOnCurve2(int intNum, OdGePointOnCurve3d &intPnt) const
OdGeCurveCurveInt3d::getIntConfigs
void getIntConfigs(int intNum, OdGe::OdGeXConfig &config1wrt2, OdGe::OdGeXConfig &config2wrt1) const
OdGeCurveCurveInt3d::set
OdGeCurveCurveInt3d & set(const OdGeCurve3d &curve1, const OdGeCurve3d &curve2, const OdGeInterval &range1, const OdGeInterval &range2, const OdGeVector3d &planeNormal=OdGeVector3d::kIdentity, const OdGeTol &tol=OdGeContext::gTol)
OdGeCurveCurveInt3d::planeNormal
OdGeVector3d planeNormal() const
TD_PackPush.h
OdGeCurveCurveInt3d::isTangential
bool isTangential(int intNum) const
OdGeCurveCurveInt3d::overlapDirection
bool overlapDirection() const
OdGe::OdGeXConfig
OdGeXConfig
Definition: Ge.h:184
OdGeCurveCurveInt3d
Definition: GeCurveCurveInt3d.h:52
OdGeCurve3d
Definition: GeCurve3d.h:56
OdGeCurveCurveInt3d::curve1
const OdGeCurve3d * curve1() const
OdGeContext::gTol
static GE_STATIC_EXPORT OdGeTol gTol
Definition: GeGbl.h:60
GE_TOOLKIT_EXPORT
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
OdGePointOnCurve3d
Definition: GePointOnCurve3d.h:49
OdGeCurveCurveInt3d::OdGeCurveCurveInt3d
OdGeCurveCurveInt3d(const OdGeCurveCurveInt3d &source)
OdGeInterval
Definition: GeInterval.h:40
OdGeCurveCurveInt3d::getOverlapRanges
void getOverlapRanges(int overlapNum, OdGeInterval &range1, OdGeInterval &range2) const
OdGeCurveCurveInt3d::intPointTol
double intPointTol(int intNum) const
OdGeCurveCurveInt3d::getIntRanges
void getIntRanges(OdGeInterval &range1, OdGeInterval &range2) const
OdGeCurveCurveInt3d::intPoint
OdGePoint3d intPoint(int intNum) const
OdGeTol
Definition: GeTol.h:49
OdGeCurveCurveInt3d::getPointOnCurve1
void getPointOnCurve1(int intNum, OdGePointOnCurve3d &intPnt) const
OdGeCurveCurveInt3d::changeCurveOrder
void changeCurveOrder()
OdGeCurveCurveInt3d::orderWrt1
OdGeCurveCurveInt3d & orderWrt1()
OdGeEntity3d
Definition: GeEntity3d.h:46
OdGeCurveCurveInt3d::tolerance
OdGeTol tolerance() const