C# Class EntitiesBase, Unity3D-DXF-Viewer

Inheritance: MonoBehaviour
Afficher le fichier Open project: TimChen44/Unity3D-DXF-Viewer Class Usage Examples

Méthodes publiques

Свойство Type Description
GoArc GameObject
GoCircle GameObject
GoDefaultMat Material
GoEllipse GameObject
GoInsert GameObject
GoLine GameObject
GoLwpolyLine GameObject
GoText GameObject

Méthodes publiques

Méthode 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 méthode

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

DrawCIRCLEList() public méthode

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

DrawELLIPSEList() public méthode

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

DrawINSERTList() public méthode

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

DrawLINEList() public méthode

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

DrawLWPOLYLINEList() public méthode

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

DrawTEXTList() public méthode

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

Property Details

GoArc public_oe property

public GameObject GoArc
Résultat GameObject

GoCircle public_oe property

public GameObject GoCircle
Résultat GameObject

GoDefaultMat public_oe property

public Material GoDefaultMat
Résultat Material

GoEllipse public_oe property

public GameObject GoEllipse
Résultat GameObject

GoInsert public_oe property

public GameObject GoInsert
Résultat GameObject

GoLine public_oe property

public GameObject GoLine
Résultat GameObject

GoLwpolyLine public_oe property

public GameObject GoLwpolyLine
Résultat GameObject

GoText public_oe property

public GameObject GoText
Résultat GameObject