Hi every one
on rhino 6 BÊTA
(6.0.18009.10391, 09/01/2018)
N/S : 4-1600-0106-100-0003915-36797
the script command “Rhino.TextObjectText” is not operationel? but this function run correctly on rhino 5
try to test this cod on rhino 5 and Rhino 6
Call Main()
Sub Main()
Dim strObject,x,n
strObject = Rhino.GetObject("Select text")
If Rhino.IsText(strObject) Then
n = Rhino.TextObjectText(strObject, "Test rhino 6 Wip")
End If
End Sub
on my rhino 6 the command doesn’t work.
regards