how to make special line style?

how to make special line style?

gideon
Enthusiast Enthusiast
4,637 Views
6 Replies
Message 1 of 7

how to make special line style?

gideon
Enthusiast
Enthusiast

I know under "anotate" "detail"  I can add detail line type like "insulation lines"

 

can I create a special line styles under "manage" "additioal settings" "line styles" so that I can create a new detail line styles for example, double line style?

 

please help!

0 Likes
Accepted solutions (1)
4,638 Views
6 Replies
Replies (6)
Message 2 of 7

JasonLLINDNER
Advocate
Advocate

Nope...that option only gives you the possibility to create single lines consisting of 

  1. dashes
  2. spaces
  3. dots

no double lines. For that I think you have to use other means such as Dynamo or REVIT API where you place a line and the macro doubles it for you. I am no expert in Dynamo and API but they have a dedicated forum for those

0 Likes
Message 3 of 7

ToanDN
Consultant
Consultant

Aside from the combination of dashes, spaces, and dots, you can use a repeating detail component for a special line type. You basically create a detail family and draw any graphic you want, load it into the project and define a repeating detail component type using a type of said detail family as one unit and a distance for array pattern.  It only works in linear so if you have curves you need to draw it in segments.

Message 4 of 7

gideon
Enthusiast
Enthusiast

thank you for the answer.  I know how to use repeat detail components to make special lines for fence or retaining wall on site plan.

 

but I may try dynamo or revit api to make double line.

 

Thanks

0 Likes
Message 5 of 7

ToanDN
Consultant
Consultant

Are they have to be line objects? Can you use walls or railing?

Good luck with Dynamo btw!  It is definitely worth learning.

0 Likes
Message 6 of 7

gideon
Enthusiast
Enthusiast
yes, must be line objects.
0 Likes
Message 7 of 7

RDAOU
Mentor
Mentor
Accepted solution

@gideon

 

dynamo is good but if it is just to toss a few lines its not worth it and its definitely unhealthy for the model when one starts with one script here and one macro there just to carry out small tasks (but again that's a personal opinion)

 

considering it is linework it shouldn't be lots (of that special one specific line pattern).... I would start up a "line based" family > place the single version of that special line > offset it > add a parameter for gap between lines (you can offset them 2-3-4 times and add visibility parameter for each...) 

 

lock the lines to the start and end of the ref line...save > load into project and use chain to place it just as you would place a line and you are still line based 🙂

 

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION