C# Class EntitiesBase, Unity3D-DXF-Viewer

Inheritance: MonoBehaviour
Show file Open project: TimChen44/Unity3D-DXF-Viewer Class Usage Examples

Public Properties

Property Type Description
GoArc GameObject
GoCircle GameObject
GoDefaultMat Material
GoEllipse GameObject
GoInsert GameObject
GoLine GameObject
GoLwpolyLine GameObject
GoText GameObject

Public Methods

Method Description
DrawARCList ( DXFStructure dxf, List ARCList, float ScaleX = 1, float ScaleY = 1 ) : void
DrawCIRCLEList ( DXFStructure dxf, List CIRCLEList, float ScaleX = 1, float ScaleY = 1 ) : void
DrawELLIPSEList ( DXFStructure dxf, List ELLIPSEList, float ScaleX = 1, float ScaleY = 1 ) : void
DrawINSERTList ( DXFStructure dxf, List INSERTList, float ScaleX = 1, float ScaleY = 1 ) : void
DrawLINEList ( DXFStructure dxf, List LINEList, float ScaleX = 1, float ScaleY = 1 ) : void
DrawLWPOLYLINEList ( DXFStructure dxf, List LWPOLYLINEList, float ScaleX = 1, float ScaleY = 1 ) : void
DrawTEXTList ( DXFStructure dxf, List TEXTList, float ScaleX = 1, float ScaleY = 1 ) : void

Method Details

DrawARCList() public method

public DrawARCList ( DXFStructure dxf, List ARCList, float ScaleX = 1, float ScaleY = 1 ) : void
dxf DXFConvert.DXFStructure
ARCList List
ScaleX float
ScaleY float
return void

DrawCIRCLEList() public method

public DrawCIRCLEList ( DXFStructure dxf, List CIRCLEList, float ScaleX = 1, float ScaleY = 1 ) : void
dxf DXFConvert.DXFStructure
CIRCLEList List
ScaleX float
ScaleY float
return void

DrawELLIPSEList() public method

public DrawELLIPSEList ( DXFStructure dxf, List ELLIPSEList, float ScaleX = 1, float ScaleY = 1 ) : void
dxf DXFConvert.DXFStructure
ELLIPSEList List
ScaleX float
ScaleY float
return void

DrawINSERTList() public method

public DrawINSERTList ( DXFStructure dxf, List INSERTList, float ScaleX = 1, float ScaleY = 1 ) : void
dxf DXFConvert.DXFStructure
INSERTList List
ScaleX float
ScaleY float
return void

DrawLINEList() public method

public DrawLINEList ( DXFStructure dxf, List LINEList, float ScaleX = 1, float ScaleY = 1 ) : void
dxf DXFConvert.DXFStructure
LINEList List
ScaleX float
ScaleY float
return void

DrawLWPOLYLINEList() public method

public DrawLWPOLYLINEList ( DXFStructure dxf, List LWPOLYLINEList, float ScaleX = 1, float ScaleY = 1 ) : void
dxf DXFConvert.DXFStructure
LWPOLYLINEList List
ScaleX float
ScaleY float
return void

DrawTEXTList() public method

public DrawTEXTList ( DXFStructure dxf, List TEXTList, float ScaleX = 1, float ScaleY = 1 ) : void
dxf DXFConvert.DXFStructure
TEXTList List
ScaleX float
ScaleY float
return void

Property Details

GoArc public property

public GameObject GoArc
return GameObject

GoCircle public property

public GameObject GoCircle
return GameObject

GoDefaultMat public property

public Material GoDefaultMat
return Material

GoEllipse public property

public GameObject GoEllipse
return GameObject

GoInsert public property

public GameObject GoInsert
return GameObject

GoLine public property

public GameObject GoLine
return GameObject

GoLwpolyLine public property

public GameObject GoLwpolyLine
return GameObject

GoText public property

public GameObject GoText
return GameObject