Returns or sets the model space hatch scale factor.
Rhino.ModelSpaceHatchScale ([dblScale])
dblScale |
Optional. Number. The scale factor. |
Number |
If dblScale is not specified, the current scale factor. |
Number |
If dblScale is specified, the previous scale factor. |
Null |
If not successful, or on error. |
If 1.0 <> Rhino.ModelSpaceHatchScale Then
Call Rhino.ModelSpaceHatchScale(1.0)
End If