Share

RebarCrankTypeUtils Class

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.Object
  Autodesk.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

 NameDescription
Public methodStatic memberCreateRebarCrankType Creates a Rebar Crank Type element.
Public methodStatic memberGetAllRebarCrankTypes Gets all the Rebar Crank Types elements from the document.
Public methodStatic memberGetCrankLengthMultiplier Gets the crank length multiplier value.
Public methodStatic memberGetCrankOffsetMultiplier Gets the crank offset multiplier value.
Public methodStatic memberGetCrankRatio Gets the crank ratio value.
Public methodStatic memberSetCrankLengthMultiplier Sets the crank length multiplier value.
Public methodStatic memberSetCrankOffsetMultiplier Sets the crank offset multiplier value.
Public methodStatic memberSetCrankRatio Sets the crank ratio value.

See Also

Reference

Was this information helpful?