简体   繁体   English

具有多个重叠墙的墙的高度

[英]Height of a wall with several overlapping walls

How do i get the total height of a wall consisting of 4 independent walls?如何获得由 4 个独立墙组成的墙的总高度? If i use BuiltInParameter.WALL_USER_HEIGHT_PARAM , logically it only gives me the height of a independent wall.如果我使用BuiltInParameter.WALL_USER_HEIGHT_PARAM ,从逻辑上讲,它只会给我独立墙的高度。 I already thought about sum, but if you later want, for example, to divide the total height of the wall by two how will the program know to which independent wall that height corresponds.我已经考虑过总和,但是如果你以后想要,例如,将墙的总高度除以 2,程序将如何知道该高度对应于哪个独立墙。

Thanks for help感谢帮助

screenshot截屏

Just as you point out, I see no point in trying to condense several different real numbers, possibly completely different, into one single one.正如您所指出的,我认为尝试将几个不同的实数(可能完全不同)压缩成一个是没有意义的。 It seems to me that you need to make a fundamental decision: are you interested in one single number or several different ones.在我看来,您需要做出一个基本决定:您是对一个数字感兴趣还是对几个不同的数字感兴趣。 If you require the different numbers, you will have to decide on how and where to store them.如果您需要不同的号码,则必须决定如何以及在何处存储它们。 The main two options for storing additional data on a Revit element are adding shared parameters or making use of extensible storage .在 Revit 图元上存储附加数据的主要两个选项是添加共享参数或使用可扩展存储 First, make that fundamental choice: yes or no?首先,做出基本的选择:是还是不是?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM