RebarSpliceTypeUtils
Description:
Utility class for dealing with Rebar Splice Type operations. To find all Rebar Splice Types in the document can be done using FilteredElementCollector of category BuiltInCategory.OST_RebarSpliceType.
Utility class for dealing with Rebar Splice Type operations. To find all Rebar Splice Types in the document can be done using FilteredElementCollector of category BuiltInCategory.OST_RebarSpliceType.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Structure.RebarSpliceTypeUtils
System.Object
Autodesk.Revit.DB.Structure.RebarSpliceTypeUtils
public static class RebarSpliceTypeUtils
| Name | Return Type | Description |
|---|---|---|
| CreateRebarSpliceType(Document, String) | ElementType | Creates a Rebar Splice Type element. |
| GetAllRebarSpliceTypes(Document) | IList<ElementId> | Gets all the Rebar Splice Types elements from the document. |
| GetLapLengthMultiplier(Document, ElementId) | Double | Gets the lap length multiplier value. |
| GetShiftOption(Document, ElementId) | RebarSpliceShiftOption | Identifies the way bars are shifted in the splice relation. |
| GetStaggerLengthMultiplier(Document, ElementId) | Double | Gets the stagger multiplier value. |
| SetLapLengthMultiplier(Document, ElementId, Double) | None | Sets the lap length multiplier value. |
| SetShiftOption(Document, ElementId, RebarSpliceShiftOption) | None | Sets the way bars are shifted in the splice relation. |
| SetStaggerLengthMultiplier(Document, ElementId, Double) | None | Sets the lap length multiplier value. |