Draw3dText issue in Rhino 7 Beta

I am using Rino.Inside.Revit 7.0.20309.6003, 11/04/2020

I am not sure why my
args.Display.Draw3dText(text3d, System.Drawing.Color.Black);
text3d does not work for Rhino 7?

Rhino 6
Rhino6_draw3dText

Rhino 7

@kike - is this something you can help with?

1 Like

@kike let me know if you need any explanation I am happy to assist to get it solved

Hi @michaldengusiak,

Sorry for the late reply.

Please test this Grasshopper document and tell me if it works for you.
Are you overriding Component.ClippingBox?

Draw3dText.gh (10.3 KB)

yes your script works fine,

yes, we have ClippingBox included in line 98 of the same code… can you spot any issue there…?

we have clipping box

You are calling Draw3dText from GH_Component.DrawViewportMeshes I would try doing it from GH_Component.DrawViewportWires.

OK we tested two method and it still does not work…
I mean it works on Rhino 6 but it does not on Rhino 7…

any idea what could be wrong …we still unable to get it to work

What happens if you draw the texts a bit offseted from the planes?
I’m wondering if is a z-fighting problem.

we implemented, move along normal vector and still the same issue

we tested again on Rhino 6 and is working perfectly and Rhino 7 is not.
We also added baking and works fine in Rhino 6 and in Rhino 7 give some very thing sth that we can not zoom into or select…it disappears when zoon in or out

image

We strongly belive is Rhino 7 issue as it works perfectly on Rhino 6.

as we tested today…this must be Rhino 7 issue here is video with 1 element in Rhino 6 and Rhino 7