I often get the question "what is the best way to create a custom shape callout."
So here's the solution I came up with a few years ago. If someone has a better solution, please share.
1. Create a custom detail component family for the shape you want. I would make it as parametric as you can. I've made an ‘L’ shape callout family and it seems to work 99% of the time.
2. Create a call-out in the view. Overwrite the callout shape in view to color white. Doing this will leave you with just the call-out tag.
3. Now pair them up and you’ll have yourself a hybrid custom shape call-out.
Hope this helps...
So here's the solution I came up with a few years ago. If someone has a better solution, please share.
1. Create a custom detail component family for the shape you want. I would make it as parametric as you can. I've made an ‘L’ shape callout family and it seems to work 99% of the time.
2. Create a call-out in the view. Overwrite the callout shape in view to color white. Doing this will leave you with just the call-out tag.
3. Now pair them up and you’ll have yourself a hybrid custom shape call-out.
Hope this helps...
Comment