FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
AcDbDgnItem.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 "..\acdb17\AcDb.h"
20#include "..\acad\Acad.h"
21
22template < typename Param1 > class AcArrayMemCopyReallocator;
23class AcCmEntityColor;
24class AcDbDatabase;
25class AcDbEntity;
26class AcDbImpEntity;
27class AcDbObjectId;
28class AcGeMatrix3d;
29class AcGePlane;
30class AcGePoint2d;
31class AcGePoint3d;
34class AcGiWorldDraw;
35class AcString;
37
39{
40public:
42 virtual ~AcDbDgnItem(void);
43 virtual bool showRasterRef(void)const ;
44 virtual bool useMasterUnits(void)const ;
45 virtual bool usingPartialContent(void)const ;
46 virtual AcDbEntity * getSubEntityAtGsMarker( AcGeMatrix3d const &,int)const ;
47 virtual AcGeMatrix3d modelTransform(void)const ;
48 virtual AcString getName(void)const ;
49 virtual AcDb::UnitsValue getUnits(void)const ;
50 virtual Acad::ErrorStatus draw( AcGiWorldDraw *, AcGiViewportDraw *, AcDbUnderlayDrawContext const &)const ;
51 virtual Acad::ErrorStatus getExtents( AcGePoint2d &, AcGePoint2d &)const ;
53 virtual Acad::ErrorStatus getThumbnail( tagBITMAPINFO * &)const ;
54 virtual Acad::ErrorStatus intersectWith( AcGeMatrix3d const &, AcDbEntity const *, AcDb::Intersect, AcGePlane const *, AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d> > &,int,int)const ;
55 virtual void setShowRasterRef(bool);
56 virtual void setUseMasterUnits(bool);
61
62};
void resolveSubEntityMaterial(AcDbObjectId &)
virtual Acad::ErrorStatus getThumbnail(tagBITMAPINFO *&) const
virtual void setUseMasterUnits(bool)
virtual AcDbEntity * getSubEntityAtGsMarker(AcGeMatrix3d const &, int) const
virtual void setShowRasterRef(bool)
virtual bool useMasterUnits(void) const
void resolveSubEntityLineWeight(AcDb::LineWeight &)
virtual AcDb::UnitsValue getUnits(void) const
virtual bool usingPartialContent(void) const
virtual bool showRasterRef(void) const
virtual Acad::ErrorStatus getExtents(AcGePoint2d &, AcGePoint2d &) const
virtual Acad::ErrorStatus draw(AcGiWorldDraw *, AcGiViewportDraw *, AcDbUnderlayDrawContext const &) const
AcDbObjectId resolveLayer(AcDbDatabase *, AcDbObjectId const &)
void resolveSubEntityColor(AcCmEntityColor &)
virtual Acad::ErrorStatus intersectWith(AcGeMatrix3d const &, AcDbEntity const *, AcDb::Intersect, AcGePlane const *, AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > &, int, int) const
void resolveEntityTraits(AcDbImpEntity *, AcGiSubEntityTraits *)
virtual ~AcDbDgnItem(void)
virtual AcGeMatrix3d modelTransform(void) const
virtual AcString getName(void) const
virtual Acad::ErrorStatus getOsnapPoints(AcGeMatrix3d const &, AcDb::OsnapMode, int, AcGePoint3d const &, AcGePoint3d const &, AcGeMatrix3d const &, AcArray< AcGePoint3d, AcArrayMemCopyReallocator< AcGePoint3d > > &, AcGeIntArray &) const