Skip to content

RebarRoundingManager

Public Class

Provides access to element reinforcement roundings overrides.

Inheritance Hierarchy

System.Object
Autodesk.Revit.DB.Structure.ReinforcementRoundingManager
Autodesk.Revit.DB.Structure.RebarRoundingManager

Namespace: Autodesk.Revit.DB.Structure

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public class RebarRoundingManager : ReinforcementRoundingManager

The RebarRoundingManager type exposes the following members.

Properties

Name

Description


Public Property
ApplicableReinforcementRoundingSource

Identifies the source of the rounding settings for this element.


Public Property
ApplicableSegmentLengthRounding

The applicable rounding for shared parameters used by rebar.


Public Property
ApplicableSegmentLengthRoundingMethod

The applicable rounding method for shared parameters used by rebar.


Public Property
ApplicableTotalLengthRounding

The applicable rounding for Bar Length and Total Bar Length parameters.


Public Property
ApplicableTotalLengthRoundingMethod

The applicable rounding method for Bar Length and Total Bar Length parameters.


Public Property

The owner of the reinforcement rounding overrides.
(Inherited from ReinforcementRoundingManager)


Public Property
IsActiveOnElement

Defines whether reinforcement rounding is activated for the particular element.
(Inherited from ReinforcementRoundingManager)


Public Property
IsValidObject

Specifies whether the .NET object represents a valid Revit entity.
(Inherited from ReinforcementRoundingManager)


Public Property
SegmentLengthRounding

The rounding for shared parameters used by rebar.


Public Property

Identifies the segment length rounding method


Public Property
TotalLengthRounding

The rounding for Bar Length and Total Bar Length parameters.


Public Property

Identifies the total length rounding method


Methods

Name

Description


Public Method

(Inherited from ReinforcementRoundingManager)


Public Method

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)


Public Method

GetHashCode

Serves as the default hash function.
(Inherited from Object)


Public Method

Gets the identifier of the length unit quantifying the reinforcement rounding values.
(Inherited from ReinforcementRoundingManager)


Public Method

GetType

Gets the Type of the current instance.
(Inherited from Object)


Public Method

ToString

Returns a string that represents the current object.
(Inherited from Object)


Remarks

An instance of this class can be obtained from specific RebarTypes or individual Rebar or RebarInSystem elements to apply overrides different from the global settings for the project.