Jump to content

parametric wall/floor/roof generator


Recommended Posts

Are there any nodes, marionettes or other types of features inside of VW in order to parametrically create wall types from an excel spreadsheet? I.E. you have a series of fields for material thicknesses, descriptions, UL ratings, Marks, etc... that can parametric ally created the wall with all of those elements filled in? Keeping a UL wall type / floor type / Door / Window library I think is becoming very important, and since there are many proprietary as well as generic wall types to choose from based on STC Ratings, UL Ratings, Height limitations, etc... I think it is necessary to create a tools that can easily solve the problem of these libraries parametrically.

 

I know it's longwinded, but, again if it makes sense - > excel - > marionette or script -> Wall style / FloorStyles / Window Style / Door Style

Edited by Samuel Derenboim
Link to comment

This is certainly possible in VW2021 in Vectorscript/Pythonscript. You could certainly write nodes to make Marionette do it also, but if you are doing that I would suggest just leaving it as a Python script.

 

It would not be an especially complicated script, but it probably would be quite long as you would need to handle every one of the settings for each component.

 

VW2021 has the ability to read directly from an Excel file, so getting the source data in is possible, but not necessarily easy.

 

I don't have time to even do a mockup of this right now, but if you have a sample of the data in Excel, please post it so I can think about how to use that format.

Link to comment

Wow! Thank you!

Here is a sample GA assembly system catalogue detail

image.thumb.png.3417e2c51ade9c334543491b513a048a.png

 

Also attached is a sample excel spreadsheet to input the information in the appropriate fields of the components.

 

There are two ways of going about it, using a concat command to summarize description of all components for the description, Wall style name, Wall Type Mark, etc..., or to have manually configured ones. Which ever is easier to build.

Fire Resistant Assemblies.xls

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...