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
Rhino 7
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
Rhino 7
@kike - is this something you can help with?
@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
We strongly belive is Rhino 7 issue as it works perfectly on Rhino 6.