190607 c1
- Add Pilz.Drawing.Drawing3D.OpenGLFactory - Fix small bugs in Pilz.UI.PaintingControl
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