FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeImpPlanarEnt.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;
23class AcGeImpEntity3d;
24class AcGeImpInterval;
26class AcGeImpObject;
29class AcGeImpSurface;
30class AcGeMatrix3d;
31class AcGePoint2d;
32class AcGePoint3d;
34class AcGeTol;
35class AcGeVector3d;
36
38{
39public:
43
44public:
46 AcGeImpPlanarEnt( AcGePoint3d const &, AcGePoint3d const &, AcGePoint3d const &,int);
48 AcGeImpPlanarEnt( AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &,int);
49 AcGeImpPlanarEnt(double,double,double,double);
53 AcGeImpPlanarEnt & set( AcGePoint3d const &, AcGePoint3d const &, AcGePoint3d const &,int);
55 AcGeImpPlanarEnt & set( AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &,int);
56 AcGeImpPlanarEnt & set(double,double,double,double);
60 AcGeVector3d normal(void)const ;
61 double signedDistanceTo( AcGePoint3d const &)const ;
70 int isWithinBounds( AcGePoint3d const &, AcGeTol const & = AcGeContext::gTol)const ;
71 virtual ~AcGeImpPlanarEnt(void);
74 virtual AcGeImpObject * copy(void)const ;
75 virtual AcGePoint2d paramOf( AcGePoint3d const &, AcGeTol const & = AcGeContext::gTol)const ;
81 virtual AcGePoint3d evalPoint(double,double)const ;
82 virtual AcGe::EntityId type(int)const ;
83 virtual int boundary( AcGeImpCurve3d * * const)const ;
84 virtual int isEqualTo( AcGeImpEntity3d const &, AcGeTol const & = AcGeContext::gTol)const ;
85 virtual int isPeriodicInU(double &)const ;
86 virtual int isPeriodicInV(double &)const ;
87 virtual void * getExternalEntity(void)const ;
88 virtual void evalNormal( AcGePointOnSurfaceData &)const ;
89 virtual void evaluate(int, AcGePointOnSurfaceData &,int)const ;
93 virtual void getEnvelope( AcGeImpInterval &, AcGeImpInterval &)const ;
95 void get( AcGePoint3d &, AcGePoint3d &, AcGePoint3d &)const ;
97 void getCoefficients(double &,double &,double &,double &)const ;
99
100protected:
102
103};
#define ARX_API_STATIC
Definition FxARXAPI.h:25
int isCoplanarTo(AcGeImpPlanarEnt const &, AcGeTol const &=AcGeContext::gTol) const
void getCoefficients(double &, double &, double &, double &) const
void getCoordSystem(AcGePoint3d &, AcGeVector3d &, AcGeVector3d &) const
virtual int isPeriodicInU(double &) const
AcGeImpPlanarEnt(AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, int)
virtual AcGeImpEntity3d & translateBy(AcGeVector3d const &)
int isParallelTo(AcGeImpLinearEnt3d const &, AcGeTol const &=AcGeContext::gTol) const
virtual AcGeImpObject * copy(void) const
int isParallelTo(AcGeImpPlanarEnt const &, AcGeTol const &=AcGeContext::gTol) const
virtual void evalNormal(AcGePointOnSurfaceData &) const
virtual AcGeImpEntity3d & transformBy(AcGeMatrix3d const &)
virtual ~AcGeImpPlanarEnt(void)
AcGeImpPlanarEnt(AcGeImpPlanarEnt const &)
void get(AcGePoint3d &, AcGePoint3d &, AcGePoint3d &) const
virtual void evaluate(int, AcGePointOnSurfaceData &, int) const
int intersectWith(AcGeImpEllipArc3d const &, int &, AcGePoint3d &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
virtual void getClosestPointTo(AcGePoint3d const &, AcGeImpPointOnSurface &, AcGeTol const &=AcGeContext::gTol) const
int isPerpendicularTo(AcGeImpLinearEnt3d const &, AcGeTol const &=AcGeContext::gTol) const
virtual AcGePoint3d closestPointToBoundary(AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
int isWithinBounds(AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
AcGeImpPlanarEnt & operator=(AcGeImpPlanarEnt const &)
int intersectWith(AcGeImpLinearEnt3d const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
virtual void getClosestPointTo(AcGeImpSurface const &, AcGeImpPointOnSurface &, AcGeImpPointOnSurface &, AcGeTol const &=AcGeContext::gTol) const
AcGeImpPlanarEnt(AcGePoint3d const &, AcGeVector3d const &)
virtual int isPeriodicInV(double &) const
void get(AcGePoint3d &, AcGeVector3d &, AcGeVector3d &) const
AcGePoint3d closestPntPlanarEnt(AcGeImpPlanarEnt const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
virtual AcGePoint3d closestPointTo(AcGeImpSurface const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
virtual AcGe::EntityId type(int) const
virtual AcGePoint2d paramOf(AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
AcGeImpPlanarEnt & set(AcGePoint3d const &, AcGeVector3d const &)
AcGePoint3d pointOnPlane(void) const
virtual AcGePoint3d closestPointTo(AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
AcGeImpPlanarEnt(double, double, double, double)
virtual AcGePoint3d closestCurveToBoundary(AcGeImpCurve3d const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
virtual void getEnvelope(AcGeImpInterval &, AcGeImpInterval &) const
virtual void getClosestPointTo(AcGeImpCurve3d const &, AcGeImpPointOnCurve3d &, AcGeImpPointOnSurface &, AcGeTol const &=AcGeContext::gTol) const
static ARX_API_STATIC AcGeImpPlanarEnt const kYZPlane
virtual AcGePoint3d closestPointTo(AcGeImpCurve3d const &, AcGePoint3d &, AcGeTol const &=AcGeContext::gTol) const
virtual AcGePoint3d evalPoint(double, double) const
double signedDistanceTo(AcGePoint3d const &) const
AcGeImpPlanarEnt & set(AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, int)
AcGeImpPlanarEnt & set(AcGePoint3d const &, AcGePoint3d const &, AcGePoint3d const &, int)
virtual void setEnvelope(AcGeImpInterval &, AcGeImpInterval &)
virtual void * getExternalEntity(void) const
AcGeImpPlanarEnt(AcGePoint3d const &, AcGePoint3d const &, AcGePoint3d const &, int)
int isPerpendicularTo(AcGeImpPlanarEnt const &, AcGeTol const &=AcGeContext::gTol) const
virtual int boundary(AcGeImpCurve3d **const) const
virtual int isEqualTo(AcGeImpEntity3d const &, AcGeTol const &=AcGeContext::gTol) const
AcGeVector3d normal(void) const
int intersectWithBoundedPlane(AcGeImpPlanarEnt const &, AcGeImpLinearEnt3d &, AcGeTol const &=AcGeContext::gTol) const
static ARX_API_STATIC AcGeImpPlanarEnt const kZXPlane
AcGeImpPlanarEnt & unbound(void)
int intersectWith(AcGeImpPlanarEnt const &, AcGeImpLinearEnt3d &, AcGeTol const &=AcGeContext::gTol) const
static ARX_API_STATIC AcGeImpPlanarEnt const kXYPlane
AcGeImpPlanarEnt & set(double, double, double, double)
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24
EntityId
Definition AcGe.h:84