dxfExporter
Class DXF3DFace

java.lang.Object
  extended bydxfExporter.DXFFigure
      extended bydxfExporter.DXFSolid
          extended bydxfExporter.DXF3DFace

public class DXF3DFace
extends DXFSolid

3DFace in DXF drawing.
Description:
Data.Point = cordinates of the first point;
Data.Point1 = cordinates of the second point;
Data.Point2 = cordinates of the third point;
Data.Point3 = cordinates of the fourth point;


Field Summary
 
Fields inherited from class dxfExporter.DXFFigure
Data
 
Constructor Summary
DXF3DFace(DXFData Dt)
           
 
Method Summary
 void exportAsDXF(DXFExport Xprt)
           
 
Methods inherited from class dxfExporter.DXFSolid
exportPoints
 
Methods inherited from class dxfExporter.DXFFigure
toDXFPoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DXF3DFace

public DXF3DFace(DXFData Dt)
Method Detail

exportAsDXF

public void exportAsDXF(DXFExport Xprt)
Overrides:
exportAsDXF in class DXFSolid