Hatches really won’t work with Rhino.Compute until we are able to fully support Model Objects in general. Basically, Hatches make references to other objects (ie. hatch patterns) which are stored in a document. Right now, the way serialization happens, model objects do not serialize other references (only it’s geometry), so hatches, and linetypes, and layers, etc. will all fail because the objects don’t contain the information needed to fully build out the data type. We have been working on this and I think we are close to getting Model Objects supported. However, until that work is fully tested and ready to be released, I’m afraid that Hatches really won’t work in Rhino.Compute. Sorry.
Thank you for getting back to me. The introduction of model object in gh is amazing! I’ll look forward to rhino.compute support. Is there a way to follow the state of the implementation (you track or GitHub)?