EgtDOORCreator :
- Passaggio a lettura intestazione file DDF per avere i parametri dei componenti.
This commit is contained in:
@@ -6,9 +6,6 @@ Friend Class MainWindowModel
|
||||
|
||||
#Region "FIELDS"
|
||||
|
||||
' Riferimento alla porta corrente
|
||||
Friend m_Door As Door
|
||||
|
||||
' Mutex che permette di controllare il numero massimo di istanze aperta contemporaneamente
|
||||
Private m_objMutex As New Mutex
|
||||
' Variabile che indica il numero di istanze aperte del programma
|
||||
@@ -110,34 +107,8 @@ Friend Class MainWindowModel
|
||||
EgtLuaRequire(sLuaBaseLib)
|
||||
|
||||
|
||||
|
||||
' Prova generazione porta
|
||||
'NewDoor()
|
||||
DdfFile.ReadDDF("c:\EgtData\EgtDOORCreator\Myprojects\Prova1.ddf")
|
||||
m_Door = DdfFile.m_Door
|
||||
End Sub
|
||||
|
||||
Public Sub NewDoor()
|
||||
m_Door = New Door
|
||||
EgtDoorCreatorMap.m_Door = Me.m_Door
|
||||
' m_Door.Height = "15"
|
||||
' m_Door.Thickness = "1"
|
||||
' m_Door.Width = "9"
|
||||
' m_Door.Swing = "LH"
|
||||
' m_Door.TopType = "SQ"
|
||||
' m_Door.BottomType = "SQ"
|
||||
' m_Door.HingeEdgeType = "2B"
|
||||
' m_Door.LockEdgeType = "SQ"
|
||||
' m_Door.LockEdgeMachining = False
|
||||
' m_Door.HingeEdgeMachining = False
|
||||
' m_Door.TopMachining = False
|
||||
' m_Door.BottomMachining = True
|
||||
' m_Door.LockEdgeOverMaterial = "0.2"
|
||||
' m_Door.HingeEdgeOverMaterial = "0.3"
|
||||
' m_Door.TopOverMaterial = "0.4"
|
||||
' m_Door.BottomOverMaterial = "0"
|
||||
|
||||
End Sub
|
||||
#End Region
|
||||
|
||||
#Region "METHODS"
|
||||
|
||||
Reference in New Issue
Block a user