Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8532

Give Object a Name with Rhino Common?

$
0
0

@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

Unbenannt

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 8532

Trending Articles