Split a wall along its length

Split a wall along its length

amarkonathala
Advocate Advocate
2,399 Views
6 Replies
Message 1 of 7

Split a wall along its length

amarkonathala
Advocate
Advocate

https://forum.dynamobim.com/t/split-a-wall-along-the-length/64790?u=amarkonathala

 

Hi ,
I want to split a wall along the length at a distance of 2’ each split can this done by dynamo,
Pleas help me out if it works with dynamo
Tnq

 

0 Likes
Accepted solutions (1)
2,400 Views
6 Replies
Replies (6)
Message 2 of 7

RDAOU
Mentor
Mentor

@amarkonathala 

 

Usually, one uses dynamo to do things which are not that simple to do in Revit...What you are asking for can simply be done using an Arrayed Void in Revit ... no dynamo required.

 

  1. Use a Generic Model Face based or Wall based
  2. Place a void extrusion
  3. Lock/constrain it to the host and associate its Length and Width with parameters
  4. Array it using the gap 2' as a constraint
  5. Give the array a parameter
  6. Place it in the model and it will cut the wall at 2' intervals 
  7. use the array parameter from 5 to set the number of intervals

 

 

 

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


0 Likes
Message 3 of 7

amarkonathala
Advocate
Advocate

Thank u for the reply,,

I have to fill the void again with different type wall

This makes me some wat crazy

 

0 Likes
Message 4 of 7

RDAOU
Mentor
Mentor

@amarkonathala 

 

Well it is not clear what you are modeling. The original post and the image therein gave me the impression  that you to cut off 2' segments of the wall...Now I see that you want to have 2 alternating 2' segments of  wall types? is that right?

 

Try using a curtain wall without mullion...set the vertical grid to 2' and replace the panels with Basic wall types

 

walls using curtain.gif

 

 

In dynamo lots of things are possible but you will need to define precisely what you are doing and what would you like to achieve...Just a simple statement I want to split wall @ 2' isn't enough. Example: Here is a node that can split/divide wall parts for instance...place ref planes at any interval you wish and the node will split it at those intervals then you can set a different material for each

 

parts-divideparts.gif

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


0 Likes
Message 5 of 7

amarkonathala
Advocate
Advocate

Hi

I wanted to model the road side kerbs!

I checked as u like did but iam getting the error while running the script

error

 

amarkonathala_3-1622970150536.png

can u please clarify why iam getting this!

 

 

 

 

0 Likes
Message 6 of 7

RDAOU
Mentor
Mentor
Accepted solution

@amarkonathala 

 

You need to convert the wall to Parts first... see steps below GIF

There are other routines you could use in dynamo but that would require more inputs and more nodes such as

  1. replacing the wall with 2' segments of different types,
  2. or splitting the wall using points (not very reliable considering that wall the split segments will try to join with each other)

I still believe using a curtain wall option shown in the first reply is an easier option for you. Especially if you are not really good with visual programing (aka dynamo)...

 

Split parts.gif

YOUTUBE | BIM | COMPUTATIONAL DESIGN | PARAMETRIC DESIGN | GENERATIVE DESIGN | VISUAL PROGRAMMING
If you find this reply helpful kindly hit the LIKE BUTTON and if applicable please ACCEPT AS SOLUTION


0 Likes
Message 7 of 7

amarkonathala
Advocate
Advocate

tnq 

 

i got it!

amarkonathala_0-1622978645190.png

 

0 Likes