how to show the pattern and color for the floor, wall & ceiling in the schedule

how to show the pattern and color for the floor, wall & ceiling in the schedule

Anonymous
Not applicable
3,150 Views
7 Replies
Message 1 of 8

how to show the pattern and color for the floor, wall & ceiling in the schedule

Anonymous
Not applicable

How to let the graphics (like the floor pattern and the colour given) for the floor type or the wall type or the ceiling type appear when we are extracting a schedule in Revit,

we was trying to find a solution but we could not,

appreciate for the help, 

0 Likes
3,151 Views
7 Replies
Replies (7)
Message 2 of 8

RDAOU
Mentor
Mentor

@Anonymous 

 

Pattern and color are not parameters schedulable parameter...if you want them in the schedule,

 

Option 1:

Being able to set patterns to elements using Dynamo it should be possible to  extract Pattern  and set that to a shared parameter which you can schedule (not sure about the color though, will have to check)

 

Option 2

  1. capture screen images of those patterns/colors
  2. defined project parameter / <image> type for floors/walls/roofs/ceilings.
  3.  assign each wall type with an image and add that parameter to schedule

 

 

 

 

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


0 Likes
Message 3 of 8

martijn_pater
Advisor
Advisor

I thought of some ways to schedule some things like this. You are able to add a project instance parameter under materials which you edit within your material settings. You can manually match the pattern description for your materials applied and schedule that.

 

project_parameter_.jpg

material_matchparameter_.jpg

material_schedule_.jpg


Another similar method I could think of would be to schedule ie. a sort of (unique) Material marker parameter the same way as above in the project. Then use a calculated parameter to check the (number) value and return a pattern description belonging to the Materials properties (also manual input). Something along the lines of ... if(Material: Material Marker = 100, "InputPatternDescriptionHere", "")  Those would ofcourse have to be unique values though.

 

Both are not automated though, both require user input (!input errors). Something to be said for Dynamo here probably...


Or if you are just looking for Material Takeoff Scheduling...
about Material Takeoff Schedules:
https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2016/EN... 

How to create:
https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2016/EN... 

 

With images:
https://knowledge.autodesk.com/support/revit-products/learn-explore/caas/CloudHelp/cloudhelp/2016/EN... 

0 Likes
Message 4 of 8

Anonymous
Not applicable

Thanks a lot for your answer and time, will give a try with dynamo after checking some YouTube

0 Likes
Message 5 of 8

Anonymous
Not applicable

Thanks a lot for your answer and time, will give a try 

we tried to make a parameter for the material but it will give only the text not the graphic appearance,

will give a try also in dynamo , 

 

0 Likes
Message 6 of 8

martijn_pater
Advisor
Advisor

I think Dynamo would be a good option.
Another option is that you could also use a shared image parameter for the hatch pattern for the schedule.


imageparameter.png

0 Likes
Message 7 of 8

RDAOU
Mentor
Mentor

You do not need a shared parameter. those are system families residing in the project...project parameter Instance/image suffice … see reply 2

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


0 Likes
Message 8 of 8

martijn_pater
Advisor
Advisor

Apologies, didn't see your post about that... And then I suppose project parameters would suffice. ^^

0 Likes