Hide & unhide all text that are comments

Hide & unhide all text that are comments

Marcus.Isacsson
Collaborator Collaborator
7,264 Views
23 Replies
Message 1 of 24

Hide & unhide all text that are comments

Marcus.Isacsson
Collaborator
Collaborator

Hi fellas!

I would like to be able to hide & unhide all text that are "comments" made in different views.
Short information notes between co-workers that needs to be hidden during a print.

Any ideas how this could be accomplished?

Thanks in advance

0 Likes
7,265 Views
23 Replies
Replies (23)
Message 2 of 24

RobDraw
Mentor
Mentor

There are several workarounds that require the user to do something before and after printing. I don't care for them. I suggest putting the notes in a view that is not printed, such as a dedicated view for design/engineering/drafting notes.


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
0 Likes
Message 3 of 24

bin
Advisor
Advisor

Maybe... if they are the same font, select all and hide in each view, depending on how many views there are.

Or you can create a selection and apply a filter to view template.

Or Dynamo...

0 Likes
Message 4 of 24

Marcus.Isacsson
Collaborator
Collaborator

@bin wrote:

Maybe... if they are the same font, select all and hide in each view, depending on how many views there are.

Or you can create a selection and apply a filter to view template.

Or Dynamo...


Well, this would take ages and there's a high risk of missing views during a print.
Dynamo could be an option, will give it a try (though my knowledge is really limited)

0 Likes
Message 5 of 24

Marcus.Isacsson
Collaborator
Collaborator

@RobDraw wrote:

There are several workarounds that require the user to do something before and after printing. I don't care for them. I suggest putting the notes in a view that is not printed, such as a dedicated view for design/engineering/drafting notes.


We tried this alternative, but it gets really messy since all section markers gets duplicated and so on. There's also a risk of missing important notes since you ignore/forget those views.

We also have to group all annotations and 2D objects if we want detail drawings with comments to show the same as the parent view. Works, but would be better if we just could hide & unhide all comments. 

Message 6 of 24

RobDraw
Mentor
Mentor

I'm not sure how section marks have anything to do with this.

 

There is no elegant solution. You either have to rely on users to something before and after printing or you keep the notes out of the printed sheets. I opt for the latter. If the users cannot be relied upon to check the views that are dedicated to giving them direction, then they aren't doing their jobs. IMHO, I'd rather not risk having stuff show up on my prints because someone missed a check box.


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
0 Likes
Message 7 of 24

Marcus.Isacsson
Collaborator
Collaborator

@RobDraw wrote:

I'm not sure how section marks have anything to do with this.

 

There is no elegant solution. You either have to rely on users to something before and after printing or you keep the notes out of the printed sheets. I opt for the latter. If the users cannot be relied upon to check the views that are dedicated to giving them direction, then they aren't doing their jobs. IMHO, I'd rather not risk having stuff show up on my prints because someone missed a check box.


If you duplicate a section (one with comments, one without) you'll end up having 2 x section marks in the plan view.
This will happen for every view. I agree that it works, but it isn't elegant.

The best option would be to have a color that doesn't print, this was possible in AutoCAD and would fill a purpose in Revit as well. 

Not doing their jobs is a bit harsh if a project contains 100+ views with comments updating weekly, we're only humans after all. 

But this seems to be a lost cause, guess Dynamo is my only option regarding this request. 

0 Likes
Message 9 of 24

Marcus.Isacsson
Collaborator
Collaborator

Creating a "Metric Generic Annotation" with a multi line label seems to work. But is it possible to somehow give a label a subcategory? 

0 Likes
Message 10 of 24

RobDraw
Mentor
Mentor

@Marcus.Isacsson wrote:

Not doing their jobs is a bit harsh if a project contains 100+ views with comments updating weekly, we're only humans after all. 


 

I only call them the way I see them. If your job is to feed 100 homeless starving people and you only feed 98. You're not doing your job. If you think that's harsh, fine.


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
Message 11 of 24

barthbradley
Consultant
Consultant

.

0 Likes
Message 12 of 24

ToanDN
Consultant
Consultant

Create a dedicated text style and place comments using that only, then use Dynamo to turn on/off the style.  Attached are the scripts based the text style named (NONPLOT) Red Text.

Message 13 of 24

Marcus.Isacsson
Collaborator
Collaborator

@ToanDN wrote:

Create a dedicated text style and place comments using that only, then use Dynamo to turn on/off the style.  Attached are the scripts based the text style named (NONPLOT) Red Text.


Thanks alot @ToanDN! Exactly what I needed.
But I seem to run into some problems (Dynamo 2.0.3). I've attached the Dynamo workspace as an image.

 

0 Likes
Message 14 of 24

BaoHuynh
Explorer
Explorer

You can change color for Text is 254-254-254 and print with Color Mode or Grayscale

0 Likes
Message 15 of 24

barthbradley
Consultant
Consultant

@Marcus.Isacsson: Why not just put the comments in a workset?  Easy enough to turn off.  

0 Likes
Message 16 of 24

RobDraw
Mentor
Mentor

How do you put text onto a workset?


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
Message 17 of 24

dferreira-blackwell
Collaborator
Collaborator

how about creating a family with text label, and use that instead of comments. then you can put it on workset and turn it off as needed.

 

0 Likes
Message 18 of 24

ToanDN
Consultant
Consultant

Make sure you have the Packages below installed (overkill but they are useful for other things too).

 

The text style should be Red Text and the line style should be Red Lines (the style name in previous name is incorrect). if you want to use different style name then change the nodes in the Dynamo script to match.

 

Below are the snapshots of before and after running the scripts.

 

Annotation 2019-08-14 164944.pngAnnotation 2019-08-14 165005.pngAnnotation 2019-08-14 165037.png

 

 

0 Likes
Message 19 of 24

barthbradley
Consultant
Consultant

@RobDraw wrote:

How do you put text onto a workset?


 

I'm just spit-balling the concept.   See Post #17.   Sounds good to me.  

0 Likes
Message 20 of 24

Marcus.Isacsson
Collaborator
Collaborator

@ToanDN wrote:

Make sure you have the Packages below installed (overkill but they are useful for other things too).

 

The text style should be Red Text and the line style should be Red Lines (the style name in previous name is incorrect). if you want to use different style name then change the nodes in the Dynamo script to match.

 

Below are the snapshots of before and after running the scripts.

 

 


Thanks for all the help, I really appreciate it. But I can't seem to get it to work, I don't know what makes it mess up
(Dynamo 1.3.4.6666). I takes quite some time, could it be that it can't handle all the text notes? (600+)

Capture.pngCatpure2.pngScreenshot_2.png

0 Likes