RebarCrankTypeUtils Class

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
SystemObject
  Autodesk.Revit.DB.StructureRebarCrankTypeUtils

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static class RebarCrankTypeUtils
Public NotInheritable Class RebarCrankTypeUtils
public ref class RebarCrankTypeUtils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type RebarCrankTypeUtils = class end

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.
Top
See Also