Hi,
I’m trying to dimension with Dimension ByReferences node from GeniusLoci and it works great until I try too create two dimensions at the same time. In the picture I have attached number 1 and 2 works but when I try to combine my inputs number 3 it creates dimensions but they do not appear in the view. Can someone help me with this?
DimPlate.dyn (51.0 KB)
DimPlate.rvt (3.1 MB)
The List.Combine node is joining the list of references by the index. As shown below when joining the reference names. So because of this, the dimension being created is not in the same plane as the view. Use List Create to join the two lists and that should solve your issue.
Result after running with list create.
Thank you very much.