Create walls from Cad link lines

Hi Alban,
Good Morning!! Can you please suggest why the height not accepting double value though WallByCurveLocation accepts double value in its constructor.

Best Regards

Is Project unit node a default node from a package. Project Unit node

Seems the code block renamed.

Yea a custom node may be… but in first snap WallByCurveLocation not accepting double

Hi,

Try with the Wall ByCurveAndLevel or the Wall.ByCurveAndHeight node instead.

walls

It’s only a code block.

Working fine for me,

Wall.dyn (12.6 KB)

Warning_MakeWall

The script running well… however throwing a warning error.

Attaching the script for review.
Best Regards,

Walls from line on CAD insert1.dyn (38.1 KB)

As this post already have the solution. So, better create a new post.

Try to not reproduce a graph without understand the meaning of the nodes.
The division by 92902.8 was there because the custom node of Wombat was buggy.

Obviously, with other nodes, the height should not be divided.

Thank you Alan…got the meaning now it’s working. Thanks for your help.

Thank you Alban , my apologies misstyped your name. Now it’s perfectly working.

1 Like

Dear Alban,

Thank you for your fantastic guide, I have same question that another person was asked.
Is there any node in which you can select lines with exact distance. I want to create different thicknesses of walls from lines which are at different distance from each other. ( 100,150,200 mm thick walls).?
How can I do this?

Hi Hamzeh,

The easiest way is to group your lines by parallel then by distance as shown in post 11.
Once these steps are done, you can retrieve the wall widths easily.

I have done this, and I got the 100 for margin, but it takes all wall thicknesses even more than 100 mm, How can I separate the thicknesses ?

where can i find node: Line.GroupByParallel ?

Hi,

Use instead the Group Parallel Lines node of the Genius Loci package. It will be faster.

Hi Alban

Thank you so much for your help here, I am trying to follow you, but i couldn’t find the Springs package


I found some with similar names, but the wanted node wasn’t there.

Thank you!!

You need the Spring nodes package.

1 Like