user28
March 28, 2022, 9:13am
1
Hello community,
I couldnt figure out a way to put the parameters of length and width into a spacestyle. Predefined I know, there is volume, area etc. but for rectangular rooms it would be usefull if it would be possible to add this dimensions.
Best
alfmelbev
(Alfonso Melero Beviá)
March 28, 2022, 9:43am
2
Hello @user28 ,
You can create two custom parameters named “length” and “width” and show them in the space tag using the following syntax:
Common properties (“Name”, "Area, “Perimeter”, “Height”, “Volume”, etc…): %<"property name>% .
Custom parameters (“Cost”, “Finish”, “Usage”, etc…): %<parameters[“parameter name”]>% .
Style parameters %<style.parameters[“parameter name”]>%
user28
March 28, 2022, 11:13am
3
Dear Alfonso,
yes I am aware of this possibility. I am just wondering, if it is possible to automaticaly extract the lenght and withd values?
alfmelbev
(Alfonso Melero Beviá)
March 28, 2022, 11:28am
4
Hello @user28 ,
You could do this with a Grasshopper definition which evaluates the shape of the space and extracts those two values to create the parameters.