CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
GeCurveSurfInt.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_GECSINT_H
25#define OD_GECSINT_H
26
27#include "Ge/GeEntity3d.h"
28
29#include "TD_PackPush.h"
30
31class OdGeCurve3d;
32class OdGeSurface;
35
54{
55public:
57
62
71 const OdGeCurve3d& curve,
72 const OdGeSurface& surf,
74
82
89 const OdGeCurve3d* curve() const;
90
97 const OdGeSurface* surface() const;
98
106
123 OdGeIntersectError& status) const;
124
145 int intNum,
146 OdGeIntersectError& status) const;
147
164 OdGeIntersectError& status) const;
165
166
187 int intNum,
188 OdGeIntersectError& status) const;
189
209 int intNum,
210 double& param1,
211 OdGePoint2d& param2,
212 OdGeIntersectError& status) const;
213
231 int intNum,
232 OdGePointOnCurve3d& intPnt,
233 OdGeIntersectError& status) const;
234
252 int intNum,
253 OdGePointOnSurface& intPnt,
254 OdGeIntersectError& status) const;
255
289 int intNum,
290 OdGe::csiConfig& lower,
291 OdGe::csiConfig& higher,
292 bool& smallAngle,
293 OdGeIntersectError& status) const;
294
311 OdGeIntersectError& status) const;
312
331 int intNum,
333 OdGeIntersectError& status) const;
334
359 int intNum,
360 bool isExternal,
361 OdGeIntersectError& status) const;
362
374 const OdGeCurve3d& crv,
375 const OdGeSurface& surface,
376 const OdGeTol& tol = OdGeContext::gTol);
377
387 const OdGeCurveSurfInt& crvSurfInt);
388
390
391};
392
393#include "TD_PackPop.h"
394
395#endif
396
tol
OdGe::OdGeIntersectError OdGeIntersectError
Definition Ge.h:543
#define GE_TOOLKIT_EXPORT
Definition GeExport.h:35
const OdGeCurve3d * curve() const
void getPointOnSurface(int intNum, OdGePointOnSurface &intPnt, OdGeIntersectError &status) const
void getOverlapRange(int intNum, OdGeInterval &range, OdGeIntersectError &status) const
const OdGeSurface * surface() const
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
OdGeCurveSurfInt & set(const OdGeCurve3d &crv, const OdGeSurface &surface, const OdGeTol &tol=OdGeContext::gTol)
void getIntParams(int intNum, double &param1, OdGePoint2d &param2, OdGeIntersectError &status) const
OdGePoint3d intPoint(int intNum, OdGeIntersectError &status) const
int numIntPoints(OdGeIntersectError &status) const
OdGeCurveSurfInt(const OdGeCurve3d &curve, const OdGeSurface &surf, const OdGeTol &tol=OdGeContext::gTol)
OdGeCurve2d * intParamCurve(int intNum, bool isExternal, OdGeIntersectError &status) const
GE_OPERATORS_OVERRIDE_3D(OdGeCurveSurfInt)
OdGeCurveSurfInt(const OdGeCurveSurfInt &source)
OdGeEntity3d & operator=(const OdGeEntity3d &entity)
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:67
csiConfig
Definition Ge.h:452