LibreOffice Module vcl (master) 1
|
#include <dxfentrd.hxx>
Public Member Functions | |
DXF3DFaceEntity () | |
Public Member Functions inherited from DXFBasicEntity | |
virtual | ~DXFBasicEntity () |
void | Read (DXFGroupReader &rDGR) |
Public Attributes | |
DXFVector | aP0 |
DXFVector | aP1 |
DXFVector | aP2 |
DXFVector | aP3 |
tools::Long | nIEFlags |
Public Attributes inherited from DXFBasicEntity | |
DXFBasicEntity * | pSucc |
DXFEntityType | eType |
OString | m_sLayer |
OString | m_sLineType |
double | fThickness |
tools::Long | nColor |
tools::Long | nSpace |
DXFVector | aExtrusion |
Protected Member Functions | |
virtual void | EvaluateGroup (DXFGroupReader &rDGR) override |
Protected Member Functions inherited from DXFBasicEntity | |
DXFBasicEntity (DXFEntityType eThisType) | |
virtual void | EvaluateGroup (DXFGroupReader &rDGR) |
Definition at line 476 of file dxfentrd.hxx.
DXF3DFaceEntity::DXF3DFaceEntity | ( | ) |
Definition at line 750 of file dxfentrd.cxx.
References nIEFlags.
|
overrideprotectedvirtual |
Reimplemented from DXFBasicEntity.
Definition at line 755 of file dxfentrd.cxx.
References aP0, aP1, aP2, aP3, DXFBasicEntity::EvaluateGroup(), DXFVector::fx, DXFVector::fy, DXFVector::fz, DXFGroupReader::GetF(), DXFGroupReader::GetG(), DXFGroupReader::GetI(), and nIEFlags.
DXFVector DXF3DFaceEntity::aP0 |
Definition at line 480 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::Draw3DFaceEntity(), and EvaluateGroup().
DXFVector DXF3DFaceEntity::aP1 |
Definition at line 481 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::Draw3DFaceEntity(), and EvaluateGroup().
DXFVector DXF3DFaceEntity::aP2 |
Definition at line 482 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::Draw3DFaceEntity(), and EvaluateGroup().
DXFVector DXF3DFaceEntity::aP3 |
Definition at line 483 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::Draw3DFaceEntity(), and EvaluateGroup().
tools::Long DXF3DFaceEntity::nIEFlags |
Definition at line 484 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::Draw3DFaceEntity(), DXF3DFaceEntity(), and EvaluateGroup().