FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeCurveSurfInt.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
20#include "..\acge17\AcGe.h"
21
22class AcGeCurve3d;
23class AcGePoint2d;
24class AcGePoint3d;
27class AcGeSurface;
28class AcGeTol;
29
AcGeCurveSurfInt & operator=(AcGeCurveSurfInt const &)
AcGeCurveSurfInt(AcGeCurveSurfInt const &)
void getIntConfigs(int, AcGe::csiConfig &, AcGe::csiConfig &, int &, AcGe::AcGeIntersectError &) const
int numIntPoints(AcGe::AcGeIntersectError &) const
void getPointOnSurface(int, AcGePointOnSurface &, AcGe::AcGeIntersectError &) const
void getPointOnCurve(int, AcGePointOnCurve3d &, AcGe::AcGeIntersectError &) const
AcGeSurface const * surface(void) const
AcGeCurveSurfInt(AcGeCurve3d const &, AcGeSurface const &, AcGeTol const &=AcGeContext::gTol)
AcGeTol tolerance(void) const
AcGePoint3d intPoint(int, AcGe::AcGeIntersectError &) const
void getIntParams(int, double &, AcGePoint2d &, AcGe::AcGeIntersectError &) const
AcGeCurve3d const * curve(void) const
AcGeCurveSurfInt & set(AcGeCurve3d const &, AcGeSurface const &, AcGeTol const &=AcGeContext::gTol)
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24
csiConfig
Definition AcGe.h:74
AcGeIntersectError
Definition AcGe.h:25