Values ¶
            hou.drawableGeometryLineStyle.Plain
        
Regular line.
            hou.drawableGeometryLineStyle.Dash1
        
Draw half of the line.
            hou.drawableGeometryLineStyle.Dash2
        
Draw one third of the line.
            hou.drawableGeometryLineStyle.Dash3
        
Draw one quarter of the line.
            hou.drawableGeometryLineStyle.Dot1
        
Draw a continuous line of dots.
            hou.drawableGeometryLineStyle.Dot2
        
Draw every second dot.
            hou.drawableGeometryLineStyle.Dot3
        
Draw every fourth dot.
            hou.drawableGeometryLineStyle.Dot4
        
Draw every eighth dot.