Converting Drafting View to Legend

Converting Drafting View to Legend

Anonymous
Not applicable
5,687 Views
4 Replies
Message 1 of 5

Converting Drafting View to Legend

Anonymous
Not applicable

Hi,

 

Do you know any add-in that will convert Drafting View to Legend?

 

Thanks,

Albert

0 Likes
Accepted solutions (1)
5,688 Views
4 Replies
Replies (4)
Message 2 of 5

Lucavox
Contributor
Contributor

Hello Albert, I think you have two ways to do this.

 

- Export a dwg of the drafting view and import it in a legend

- Copy the lines in the drafting view and paste them in the legend (you may draw directly in the legend)

 

I hope is useful.

 

Luca

 

 

Message 3 of 5

Anonymous
Not applicable

Hi,

 

Thank you for the response, I appriciate that

What I am thinking a way to not to go to that way, an add-in that will make a drafting view into legend in one command because if I will gonna do what you suggested, I will gonna have to spend lot of time for that because we are talking about hundreds drafting views

 

Thanks,

albert

0 Likes
Message 4 of 5

Lucavox
Contributor
Contributor
Accepted solution

Hi,

 

I think It's not so simple but you could create a macro/addin with the function below and perform a copy between views. 

 

ElementTransformUtils.CopyElements(View, ICollection<ElementId>, View, Transform);

 

this post may help you to create an addin:

http://adndevblog.typepad.com/aec/2013/05/copy-family-between-documents-via-api.html

 

I hope it is helpful.

 

Looking forward to hear from you,

Regards

Luca

Message 5 of 5

Anonymous
Not applicable

This is awesome!

 

Thanks for this
I will come back once I created an API out from the link you gave