Searched refs:DXFVertexEntity (Results 1 – 4 of 4) sorted by relevance
555 rTransform.Transform(((DXFVertexEntity*)pBE)->aP0,aPoly[i]); in DrawPolyLineEntity()557 if (((DXFVertexEntity*)pBE)->fSWidth>=0.0) fW+=((DXFVertexEntity*)pBE)->fSWidth; in DrawPolyLineEntity()559 if (((DXFVertexEntity*)pBE)->fEWidth>=0.0) fW+=((DXFVertexEntity*)pBE)->fEWidth; in DrawPolyLineEntity()575 (((DXFVertexEntity*)pBE)->aP0)+DXFVector(0,0,rE.fThickness), in DrawPolyLineEntity()
769 DXFVertexEntity::DXFVertexEntity() : DXFBasicEntity(DXF_VERTEX) in DXFVertexEntity() function in DXFVertexEntity779 void DXFVertexEntity::EvaluateGroup(DXFGroupReader & rDGR) in EvaluateGroup()872 else if (strcmp(rDGR.GetS(),"VERTEX" )==0) pE=new DXFVertexEntity; in Read()
497 class DXFVertexEntity : public DXFBasicEntity { class508 DXFVertexEntity();
333 const DXFVertexEntity * pE = (DXFVertexEntity*)pBE; in CalcBoundingBox()
Completed in 32 milliseconds