I’m looking for a way to extract the mesh I see when I use a displacement pattern. In this case I have applied a displacement to a prep and it shows correctly in Rhino. But when I get the rendermesh, I just get a simple mesh ignoring the displacement. I know the mesh exists somewhere, because I can see it! But how can I possibly extract it?
I have used
rhobj = Rhino.RhinoDoc.ActiveDoc.Objects.FindId(ID)
a = Rhino.DocObjects.RhinoObject.GetMeshes(rhobj, Rhino.Geometry.MeshType.Render)
If you’re doing this with GH, test with low displacement settings, especially if flags are set to DisableCaching (it will regenerate the displacement) before.