<Code Lib>
2024 Class
Changes 3
C

RebarPropagation

Description:
An utility class containing functions that can be used to propagate rebar elements.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Structure.RebarPropagation

public static class RebarPropagation

Name Return Type Description
M AlignByFace(Document, IList<Rebar>, Reference, Reference) ISet<ElementId> It will copy the source rebars, will align them to the destination face based on the source face and adapt them to destination host.
M AlignByHost(Document, IList<Rebar>, Element) ISet<ElementId> It will copy the source rebars, will align them in the same way as how the source host is aligned to destination host and will adapt them to the destinaion host.

Loading…