Files
egtbeamwall/EgtBEAMWALL.ViewerOptimizer/Utility/RawPartConfiguration.vb
T
Samuele E. Locatelli f812ff66c2 initial commit
2021-03-04 19:48:48 +01:00

18 lines
354 B
VB.net

Module RawPartConfiguration
Private m_dBeamDist As Double = 5.4
Public ReadOnly Property dBeamDist As Double
Get
Return m_dBeamDist
End Get
End Property
Private m_dWallDist As Double = 40
Public ReadOnly Property dWallDist As Double
Get
Return m_dWallDist
End Get
End Property
End Module