- Add Pilz.Drawing.Drawing3D.OpenGLFactory - Fix small bugs in Pilz.UI.PaintingControl
6 lines
184 B
VB.net
6 lines
184 B
VB.net
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
|