C# Class GoLwpolyLine, Unity3D-DXF-Viewer

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

Public Properties

Property Type Description
goLine GameObject

Public Methods

Method Description
Set ( DXFStructure dxf, LWPOLYLINE item, float ScaleX = 1, float ScaleY = 1 ) : void

Method Details

Set() public method

public Set ( DXFStructure dxf, LWPOLYLINE item, float ScaleX = 1, float ScaleY = 1 ) : void
dxf DXFConvert.DXFStructure
item DXFConvert.LWPOLYLINE
ScaleX float
ScaleY float
return void

Property Details

goLine public property

public GameObject goLine
return GameObject