|
LibreOffice Module vcl (master) 1
|
#include <dxfentrd.hxx>
Public Member Functions | |
| DXFSolidEntity () | |
Public Member Functions inherited from DXFBasicEntity | |
| virtual | ~DXFBasicEntity () |
| void | Read (DXFGroupReader &rDGR) |
Public Attributes | |
| DXFVector | aP0 |
| DXFVector | aP1 |
| DXFVector | aP2 |
| DXFVector | aP3 |
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 168 of file dxfentrd.hxx.
| DXFSolidEntity::DXFSolidEntity | ( | ) |
Definition at line 168 of file dxfentrd.cxx.
|
overrideprotectedvirtual |
Reimplemented from DXFBasicEntity.
Definition at line 172 of file dxfentrd.cxx.
References aP0, aP1, aP2, aP3, DXFBasicEntity::EvaluateGroup(), DXFVector::fx, DXFVector::fy, DXFVector::fz, DXFGroupReader::GetF(), and DXFGroupReader::GetG().
| DXFVector DXFSolidEntity::aP0 |
Definition at line 172 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawSolidEntity(), and EvaluateGroup().
| DXFVector DXFSolidEntity::aP1 |
Definition at line 173 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawSolidEntity(), and EvaluateGroup().
| DXFVector DXFSolidEntity::aP2 |
Definition at line 174 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawSolidEntity(), and EvaluateGroup().
| DXFVector DXFSolidEntity::aP3 |
Definition at line 175 of file dxfentrd.hxx.
Referenced by DXF2GDIMetaFile::DrawSolidEntity(), and EvaluateGroup().