C# 클래스 EntitiesBase, Unity3D-DXF-Viewer

상속: MonoBehaviour
파일 보기 프로젝트 열기: TimChen44/Unity3D-DXF-Viewer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GoArc GameObject
GoCircle GameObject
GoDefaultMat Material
GoEllipse GameObject
GoInsert GameObject
GoLine GameObject
GoLwpolyLine GameObject
GoText GameObject

공개 메소드들

메소드 설명
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

메소드 상세

DrawARCList() 공개 메소드

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

DrawCIRCLEList() 공개 메소드

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

DrawELLIPSEList() 공개 메소드

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

DrawINSERTList() 공개 메소드

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

DrawLINEList() 공개 메소드

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

DrawLWPOLYLINEList() 공개 메소드

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

DrawTEXTList() 공개 메소드

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

프로퍼티 상세

GoArc 공개적으로 프로퍼티

public GameObject GoArc
리턴 GameObject

GoCircle 공개적으로 프로퍼티

public GameObject GoCircle
리턴 GameObject

GoDefaultMat 공개적으로 프로퍼티

public Material GoDefaultMat
리턴 Material

GoEllipse 공개적으로 프로퍼티

public GameObject GoEllipse
리턴 GameObject

GoInsert 공개적으로 프로퍼티

public GameObject GoInsert
리턴 GameObject

GoLine 공개적으로 프로퍼티

public GameObject GoLine
리턴 GameObject

GoLwpolyLine 공개적으로 프로퍼티

public GameObject GoLwpolyLine
리턴 GameObject

GoText 공개적으로 프로퍼티

public GameObject GoText
리턴 GameObject