@flokart wrote:
Hi all,
I tried to Add a Name to a Object but it is not appearing in the Rhino UI but if i print it the object attribute.name exist.
import Rhino as rh
L = rh.RhinoDoc.ActiveDoc.Objects.FindByLayer('Line') for i in L: print i.Attributes.Name i.Attributes.Name = 'Test' print i.Attributes.Name None Test
A tip why the name dont appear in the object property panel is welcome
Posts: 1
Participants: 1