Hatch component that allows for origin input

I’m trying to find a way to generate a hatch in Grasshopper where I can change the origin of the hatch. I have two hatch components currently, one from Elefront and another from Human. Both allow changes in pattern and scale but not the origin. Does anybody know if there’s a way to do this?

1 Like

there’s a BasePoint property for hatches in RhinoCommon, so I guess it’s should be doable
…but me and C# are not exactly in love lately :slight_smile:

https://developer.rhino3d.com/api/RhinoCommon/html/P_Rhino_Geometry_Hatch_BasePoint.htm

2 Likes

If you strictly need it and find nothing, we could put up some c#, as inno said…
Just don’t expect the completeness of well studied plugins :sweat_smile:

(If Human/Elefront return the guid of the actual rhino hatch object, we could just edit the basepoint of what you create with human/elefront…)

1 Like