revert to VB and update to new project file format
This commit is contained in:
5
Pilz.Simple3DFileParser/Model/Face.vb
Normal file
5
Pilz.Simple3DFileParser/Model/Face.vb
Normal file
@@ -0,0 +1,5 @@
|
||||
Public Class Face
|
||||
Public ReadOnly Property Points As New List(Of Point)
|
||||
Public Property Material As Material = Nothing
|
||||
Public Property Tag As Object = Nothing
|
||||
End Class
|
||||
Reference in New Issue
Block a user