I would like to get sections of a mesh which I can easily do in Rhino by using:
Curve-> Curve from Object -> Section or simply the command _Section
However, I cannot find such a function in the rhinoscript syntax.
Could anybody either tell me if there is a similar function and I just haven’t found it so far, or how I could otherwisely solve that taxk in python scripting?
Thank you very much in advance!!!
Cheers
Normally that would be MeshContourPoints() which you would then connect with polylines through the points. Unfortunately this is not yet implemented in rhinoscriptsyntax, so you will need to dive into some RhinoCommon here. Let me look in my library and see if I have something “canned”…