Quantcast
Channel: All Revit API Forum posts
Viewing all articles
Browse latest Browse all 66664

Re: Select all rebar

$
0
0

 

To collect all rebar in host you can simply use the class RebarHostData

 

var data = Autodesk.Revit.DB.Structure.RebarHostData.GetRebarHostData(host);
var allRebar = data.GetRebarsInHost();

Copy Rebar can be challenging, specially if you consider different kinds of host Elements and Reinforcement objects. But if you want to focus in very specific cases then you could use ElementTransformUtils.CopyElements(...) methods.

 

 

 

 

 

 


Viewing all articles
Browse latest Browse all 66664

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>