I have multiple MTEXT I need the leader with that. Is any way to create from dynamo. In cad I add the manually like MTeader in that the option is select mtext. In is repeated work is there anyway to create scripts.
Hello @godsonraj41 ! Welcome to the community!
It seems that you want to add leaders to MText objects.
One option would be to replace MText objects with Multileader objects.
The below example uses the contents and location of an MText object, and adds the location 1 leader to create a Multileader object, then it deletes the unneeded MText object.
C3D_ReplaceMTextWithMultiLeader.dyn (15.0 KB)
@ISECnico Thnak you![]()
