Utility class for dealing with Rebar Crank Type operations.
To find all Rebar Crank Types in the document can be done using FilteredElementCollector of category BuiltInCategory.OST_RebarCrankType.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.Structure.RebarCrankTypeUtils
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static class RebarCrankTypeUtils
The RebarCrankTypeUtils type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateRebarCrankType | Creates a Rebar Crank Type element. |
![]() ![]() | GetAllRebarCrankTypes | Gets all the Rebar Crank Types elements from the document. |
![]() ![]() | GetCrankLengthMultiplier | Gets the crank length multiplier value. |
![]() ![]() | GetCrankOffsetMultiplier | Gets the crank offset multiplier value. |
![]() ![]() | GetCrankRatio | Gets the crank ratio value. |
![]() ![]() | SetCrankLengthMultiplier | Sets the crank length multiplier value. |
![]() ![]() | SetCrankOffsetMultiplier | Sets the crank offset multiplier value. |
![]() ![]() | SetCrankRatio | Sets the crank ratio value. |