FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeImpSurfSurfInt.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
19#include "..\acge17\AcGe.h"
20
21class AcGeImpCurve3d;
22class AcGeImpEntity3d;
23class AcGeImpObject;
24class AcGeImpSurface;
25class AcGeLink;
26class AcGeMatrix3d;
27class AcGePoint2d;
28class AcGePoint3d;
29class AcGeTol;
30
32{
33public:
41 AcGeImpSurface const * surface1(void)const ;
42 AcGeImpSurface const * surface2(void)const ;
44 AcGeTol tolerance(void)const ;
48 virtual ~AcGeImpSurfSurfInt(void);
50 virtual AcGeImpObject * copy(void)const ;
51 virtual AcGe::EntityId type(int)const ;
52 virtual int isEqualTo( AcGeImpEntity3d const &, AcGeTol const & = AcGeContext::gTol)const ;
53 virtual int isOn( AcGePoint3d const &, AcGeTol const & = AcGeContext::gTol)const ;
54 virtual void eventDeleted( AcGeLink const &);
55 virtual void eventModified( AcGeLink const &);
56 virtual void eventSetInterval( AcGeLink const &);
57 virtual void eventTransformed( AcGeLink const &, AcGeMatrix3d const &);
60
61private:
62 void intersect( AcGe::AcGeIntersectError &)const ;
63 void reset(void);
64 void setSurfaces( AcGeImpSurface const &, AcGeImpSurface const &);
65
66};
virtual int isOn(AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
virtual void eventDeleted(AcGeLink const &)
int numResults(AcGe::AcGeIntersectError &) const
AcGeImpSurfSurfInt & set(AcGeImpSurface const &, AcGeImpSurface const &, AcGeTol const &=AcGeContext::gTol)
virtual AcGeImpEntity3d & transformBy(AcGeMatrix3d const &)
int getDimension(int, AcGe::AcGeIntersectError &) const
AcGe::ssiType getType(int, AcGe::AcGeIntersectError &) const
virtual void eventModified(AcGeLink const &)
AcGeImpSurfSurfInt & operator=(AcGeImpSurfSurfInt const &)
virtual int isEqualTo(AcGeImpEntity3d const &, AcGeTol const &=AcGeContext::gTol) const
virtual void eventSetInterval(AcGeLink const &)
virtual AcGeImpObject * copy(void) const
void getIntPointParams(int, AcGePoint2d &, AcGePoint2d &, AcGe::AcGeIntersectError &) const
AcGePoint3d intPoint(int, AcGe::AcGeIntersectError &) const
void getIntConfigs(int, AcGe::ssiConfig &, AcGe::ssiConfig &, AcGe::ssiConfig &, AcGe::ssiConfig &, AcGe::ssiType &, int &, AcGe::AcGeIntersectError &) const
virtual AcGe::EntityId type(int) const
AcGeTol tolerance(void) const
AcGeImpSurface const * surface1(void) const
AcGeImpSurfSurfInt(AcGeImpSurface const &, AcGeImpSurface const &, AcGeTol const &=AcGeContext::gTol)
virtual void eventTransformed(AcGeLink const &, AcGeMatrix3d const &)
AcGeImpSurfSurfInt(AcGeImpSurfSurfInt const &)
AcGeImpCurve3d * intCurve(int, int, AcGe::AcGeIntersectError &) const
virtual ~AcGeImpSurfSurfInt(void)
AcGeImpCurve3d * intParamCurve(int, int, int, AcGe::AcGeIntersectError &) const
AcGeImpSurface const * surface2(void) const
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24
EntityId
Definition AcGe.h:84
ssiConfig
Definition AcGe.h:200
AcGeIntersectError
Definition AcGe.h:25
ssiType
Definition AcGe.h:207