Split wall at intersection point

Split wall at intersection point

dwtG8UXF
Participant Participant
1,165 Views
2 Replies
Message 1 of 3

Split wall at intersection point

dwtG8UXF
Participant
Participant

QQ图片20211216175333.png

dwtG8UXF_1-1639652149876.png

 

 

Hi,

     The api of split element is still can't be uesd for wall? 

     There has a need to split the wall at points, because each wall has difference structure. I don't want to split walls by hand. So I hope the split API can use for wall. But if the API cannot work for wall ,

   Is there has way to solve this problem?

     

0 Likes
1,166 Views
2 Replies
Replies (2)
Message 2 of 3

jeremy_tammik
Alumni
Alumni

First, perform the desired manipulation by hand in the end user interface. Then, analyse the exact results of doing so in the Revit database elements and properties by exploring the BIM using RevitLookup and other db exploration tools:

 

 

That is the standard approach to determine how to solve a Revit API programming task.

 

Back in 2009, this functionality was not available in the API:

 

 

Luckily, things seem to have changed since then. I search the Internet for 'revit api split wall':

 

 

That returns:

 

 

Looking forward to hearing how you end up resolving this.

  

 

 

Jeremy Tammik Developer Advocacy and Support + The Building Coder + Autodesk Developer Network + ADN Open
0 Likes
Message 3 of 3

prasannamurumkar
Advocate
Advocate

May be you could use way as below in program.

1.You have wall from that you could get curve so you have start point and end point of wall..

2.You know intersection point.Create new wall using curve From start point of wall and intersection point.

3.delete old wall.

 

0 Likes