FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcBrEntity.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 "..\acbr17\AcBr.h"
20#include "..\acge17\AcGe.h"
21
22class AcBrBrep;
23class AcBrBrepData;
24class AcBrHit;
27class AcGeLinearEnt3d;
28class AcGePoint3d;
29class AcRxClass;
30class AcRxObject;
31struct AcBrMassProps;
32
34{
35 public:
37
38 public:
43 AcBr::ErrorStatus getLineContainment( AcGeLinearEnt3d const &,unsigned long const &,unsigned long &, AcBrHit * &)const ;
44 AcBr::ErrorStatus getMassProps( AcBrMassProps &,double const & = (*( double* )0),double const & = (*( double* )0),double & = (*( double* )0))const ;
45 AcBr::ErrorStatus getPerimeterLength(double &,double const & = (*( double* )0),double & = (*( double* )0))const ;
49 AcBr::ErrorStatus getSurfaceArea(double &,double const & = (*( double* )0),double & = ( *( double* )0 ) )const ;
51 AcBr::ErrorStatus getVolume(double &,double const & = (*( double* )0),double & = (*( double* )0))const ;
57 int brepChanged(void)const ;
58 int checkEntity(void)const ;
59 int isNull(void)const ;
60 virtual ~AcBrEntity(void);
61 virtual int isEqualTo( AcRxObject const *)const ;
62 void * getEntity(void)const ;
63
64 protected:
67 //AcBrEntity & operator=( AcBrEntity const &);
68
69};
ACRX_DECLARE_MEMBERS(AcBrEntity)
AcBr::ErrorStatus set(AcDbFullSubentPath const &)
AcBr::ErrorStatus setValidationLevel(AcBr::ValidationLevel const &= *(AcBr::ValidationLevel *) NULL)
int checkEntity(void) const
AcBrEntity(AcBrEntity const &)
AcBr::ErrorStatus getBrep(AcBrBrep &) const
AcBr::ErrorStatus setSubentPath(AcDbFullSubentPath &)
virtual int isEqualTo(AcRxObject const *) const
AcBr::ErrorStatus get(AcBrBrepData *&) const
AcBr::ErrorStatus setEntity(void *, AcDbFullSubentPath &)
AcBr::ErrorStatus getLineContainment(AcGeLinearEnt3d const &, unsigned long const &, unsigned long &, AcBrHit *&) const
AcBr::ErrorStatus getBoundBlock(AcGeBoundBlock3d &) const
AcBr::ErrorStatus getMassProps(AcBrMassProps &, double const &=(*(double *) 0), double const &=(*(double *) 0), double &=(*(double *) 0)) const
AcBr::ErrorStatus set(AcBrBrepData *)
int isNull(void) const
AcBr::ErrorStatus get(AcDbFullSubentPath &) const
virtual ~AcBrEntity(void)
void * getEntity(void) const
AcBr::ErrorStatus getSubentPath(AcDbFullSubentPath &) const
AcBr::ErrorStatus getPointContainment(AcGePoint3d const &, AcGe::PointContainment &, AcBrEntity *&) const
int brepChanged(void) const
AcBr::ErrorStatus getSurface(AcGeSurface *) const
AcBr::ErrorStatus getPerimeterLength(double &, double const &=(*(double *) 0), double &=(*(double *) 0)) const
AcBr::ErrorStatus getSurfaceArea(double &, double const &=(*(double *) 0), double &=(*(double *) 0)) const
AcBrEntity(void)
AcBr::ErrorStatus getValidationLevel(AcBr::ValidationLevel &) const
AcBr::ErrorStatus getVolume(double &, double const &=(*(double *) 0), double &=(*(double *) 0)) const
ValidationLevel
Definition AcBr.h:82
ErrorStatus
Definition AcBr.h:31
PointContainment
Definition AcGe.h:194