Hello all,
Long time Rhino user here, not quite experienced with Python.
I am trying to work out a script that matches hatch patterns, to bypass an issue with Rhino’s own “Match Pattern” command.
Specifically: For hatches created while using various CPlanes, the rotation is stored as “Relative to the Hatch Plane”. So you can match the pattern but say if the desired rotation is 45°, every hatch will turn to 45° from the cplane in which it was created.
I haven’t been able to either modify that cplane info, or even just access it, which would allow me to at least create new hatches with the desired attributes and delete the old ones.
Is there a specific hatch class attribute that I can call? I haven’t found anything in the available documentation…
Any suggestions would be extremely appreciated,
Thanks in advance!
M