Hello
I try to save hatch using makeHatch plugin without display the dialog box, is that possible?
import rhinoscriptsyntax as rs
file = r"C:....../test.pat"
command = "makeHatch X 1 Y 1 D 0.1 Enter test test "
rs.Command(command,True)
6 posts - 3 participants