Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5938

How to add Landing property to a leader

$
0
0

Hi all,

Is there any way to add “landing” property to a Leader created within a code with scripting?

I am using a code;



pts=
pts.extend([pick_pt, point2])
leader = rs.AddLeader(pts, text=layerName)
rs.ObjectLayer(leader, layer)
rs.ObjectColor(leader, (170,5,5))
rs.ObjectPrintWidth(leader, 0.2)

Thanks in advance…

PS
The full code is on attachment
AddLeaderTag.py (1.7 KB)

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles