FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcGeImpBoundBlock3d.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
21template < typename Param1 > class AcArrayMemCopyReallocator;
22class AcGeImpEntity3d;
24class AcGeImpObject;
25class AcGeMatrix3d;
26class AcGePoint3d;
27class AcGeTol;
28class AcGeVector3d;
29class NmBoundBlock;
30
32{
33public:
48 Frx::Boolean contains( AcGePoint3d const &,double)const ;
49 Frx::Boolean isBox(void)const ;
52 virtual ~AcGeImpBoundBlock3d(void);
54 virtual AcGeImpObject * copy(void)const ;
57 virtual Adesk::Boolean isOn( AcGePoint3d const &, AcGeTol const & = AcGeContext::gTol)const ;
61
62private:
63 NmBoundBlock nmBlock(void)const ;
64 void getDirections( AcGeVector3d *,double *)const ;
65
66};
AcGeImpBoundBlock3d & set(AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, AcGeVector3d const &)
AcGeImpBoundBlock3d & extend(AcGePoint3d const &)
Frx::Boolean isDisjoint(AcGeImpBoundBlock3d const &, double) const
void getMinMaxPoints(AcGePoint3d &, AcGePoint3d &) const
virtual ~AcGeImpBoundBlock3d(void)
virtual AcGe::EntityId type(Frx::Boolean) const
AcGeImpBoundBlock3d(AcGePoint3d const &, AcGePoint3d const &)
AcGeImpBoundBlock3d(AcGeImpBoundBlock3d const &)
virtual Adesk::Boolean isEqualTo(AcGeImpEntity3d const &, AcGeTol const &=AcGeContext::gTol) const
virtual Frx::Boolean isKindOf(enum AcGe::EntityId, Frx::Boolean) const
Frx::Boolean contains(AcGePoint3d const &, double) const
virtual AcGeImpEntity3d & transformBy(AcGeMatrix3d const &)
AcGeImpBoundBlock3d & swell(double)
Frx::Boolean trimLine(AcGeImpLinearEnt3d const &, AcGeImpLinearEnt3d &, double) const
Frx::Boolean isBox(void) const
void get(AcGePoint3d &, AcGeVector3d &, AcGeVector3d &, AcGeVector3d &) const
AcGeImpBoundBlock3d & setToBox(Frx::Boolean)
AcGeImpBoundBlock3d & set(NmBoundBlock const &)
AcGeImpBoundBlock3d(NmBoundBlock const &)
AcGeImpBoundBlock3d & set(AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &, double)
AcGeImpBoundBlock3d(AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > const &, double)
AcGeImpBoundBlock3d & operator=(AcGeImpBoundBlock3d const &)
AcGeImpBoundBlock3d & set(AcGePoint3d const &, AcGePoint3d const &)
virtual Adesk::Boolean isOn(AcGePoint3d const &, AcGeTol const &=AcGeContext::gTol) const
AcGeImpBoundBlock3d(AcGePoint3d const &, AcGeVector3d const &, AcGeVector3d const &, AcGeVector3d const &)
virtual AcGeImpObject * copy(void) const
static ARX_API_STATIC AcGeTol gTol
Definition AcGeContext.h:24
EntityId
Definition AcGe.h:84