Core width in Wall Schedules

jdugre
Explorer

Core width in Wall Schedules

jdugre
Explorer
Explorer

I'm putting together a wall schedule and I'm having trouble getting a parameter set with the core width of the wall.  I found the parameter for the total thickness of the wall and that's calculated by adding all the thickness of the materials (finish and structure).  What I would like is a parameter for the finish thickness on each side of the core and the core thickness.  It has to be available some how seeing as how its calculating the total thickness of the wall.  I just can't get it separated into individual thicknesses.  Any ideas?

0 Likes
Reply
Accepted solutions (1)
2,150 Views
6 Replies
Replies (6)

ToanDN
Consultant
Consultant

Create parts and schedule parts. See if it can give you the different parts thicknesses.

jdugre
Explorer
Explorer

The thicknesses are already there and calculated. Its a matter of separating the individual elements into their own parameter. That's where I'm stuck.Wall Assembly.jpg

0 Likes

alan.johnson7YLND
Advisor
Advisor

Yes this would work, you can then create a parts schedule and list the Material and its Thickness.

0 Likes

RDAOU
Mentor
Mentor
Accepted solution

@jdugre 

 

You do not need part...You can get the thickness of each individual layers using a calculated value 

  • Create a Material Takeoff schedule instead of a quantity schedule
  • Add the fields Material: Volume and Material: Area
  • Add a Calculated Value "Layer Thickness" - Type: Length and formula Material: Volume / Material: Area

Sorting and grouping the layers inside core and outside core would depends on how you structure the walls and manage the material. The Layer index which you see in the structure is variable and can greatly differ from one wall type to the next which makes the Layer index more or less useless in terms of filtering and sorting the interior and exterior finishes and you might need to add a couple of additional parameters to fill in once manually for each wall type.

 

A less work alternative would be Dynamo

 

Layer Thickness.gif

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


jdugre
Explorer
Explorer

Thank you so much.  This is exactly what I was looking for.

0 Likes

semi
Collaborator
Collaborator

This is not always correct. See example:

 

when the area does not match the rectangular surface it's always wrong:

 

semi_0-1715950933003.png

semi_1-1715950970392.png

The wall thickness in this example is 30cm

0 Likes