CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
GeCurveSurfInt.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_GECSINT_H
25#define OD_GECSINT_H
27#include "Ge/GeEntity3d.h"
28
29#include "TD_PackPush.h"
30
31class OdGeCurve3d;
32class OdGeSurface;
35
54{
55public:
60
69 const OdGeCurve3d& curve,
70 const OdGeSurface& surf,
72
80
87 const OdGeCurve3d* curve() const;
88
95 const OdGeSurface* surface() const;
96
104
121 OdGeIntersectError& status) const;
122
143 int intNum,
144 OdGeIntersectError& status) const;
145
162 OdGeIntersectError& status) const;
163
164
185 int intNum,
186 OdGeIntersectError& status) const;
187
207 int intNum,
208 double& param1,
209 OdGePoint2d& param2,
210 OdGeIntersectError& status) const;
211
229 int intNum,
230 OdGePointOnCurve3d& intPnt,
231 OdGeIntersectError& status) const;
232
250 int intNum,
251 OdGePointOnSurface& intPnt,
252 OdGeIntersectError& status) const;
253
287 int intNum,
288 OdGe::csiConfig& lower,
289 OdGe::csiConfig& higher,
290 bool& smallAngle,
291 OdGeIntersectError& status) const;
292
309 OdGeIntersectError& status) const;
310
329 int intNum,
331 OdGeIntersectError& status) const;
332
357 int intNum,
358 bool isExternal,
359 OdGeIntersectError& status) const;
360
372 const OdGeCurve3d& crv,
373 const OdGeSurface& surface,
374 const OdGeTol& tol = OdGeContext::gTol);
375
385 const OdGeCurveSurfInt& crvSurfInt);
386
388
389};
390
391#include "TD_PackPop.h"
392
393#endif
394
tol
Definition: DimVarDefs.h:2287
#define GE_TOOLKIT_EXPORT
Definition: GeExport.h:49
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
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:65
csiConfig
Definition: Ge.h:450
OdGeIntersectError
Definition: Ge.h:499