Wall Structure Material

Hello
I want to make an application that selecting a wall will show you how it is structured, as shown in the first figure. The problem is that as seen in the video, I believe only one, and I can not remove the zeros in the thickness.
If I could give you an idea would be great.
Regards.


<a class=“attachment"href=”//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/business6/uploads/dynamobim/original/3X/1/7/17106a7aa3e43951d097e1d5e4cc2683cb21f261.dyn">Wall_Material.dyn (14.1 KB)

I wonder if this thread might help? Rounding Values

1 Like

Hi @giacco

There are many ways to remove zeros from string. Here is one of the possible way.

2 Likes

Perfect!, Kulkul, thank you very much, I have solved the problem of removing the zeros.

Now I have two problems:

  • The first, is to indicate to dynamo in which point in the “Floor plan” I want that I put the “Text”, now it’s in (0,0,0) because it is explicitly indicated. How can I select another Insertion point by clicking directly on the Floor Plan?

  • Second, how to create multiple instances of Text, because when I select another wall, I replace the values already created in the previous selection.

Thank you very much and greetings.


wall structure.dyn (14.5 KB)