RebarRoundingManager
Description:
Provides access to element reinforcement roundings overrides.
Provides access to element reinforcement roundings overrides.
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.
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.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Structure.ReinforcementRoundingManager
Autodesk.Revit.DB.Structure.RebarRoundingManager
System.Object
Autodesk.Revit.DB.Structure.ReinforcementRoundingManager
Autodesk.Revit.DB.Structure.RebarRoundingManager
public class RebarRoundingManager : ReinforcementRoundingManager
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the | ReinforcementRoundingManager |
| GetLengthUnitTypeId() | ForgeTypeId | Gets the identifier of the length unit quantifying the reinforcement rounding values. | ReinforcementRoundingManager |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ApplicableReinforcementRoundingSource | ReinforcementRoundingSource | Identifies the source of the rounding settings for this element. | |
| ApplicableSegmentLengthRoundingMethod | RoundingMethod | The applicable rounding method for shared parameters used by rebar. | |
| ApplicableSegmentLengthRounding | double | The applicable rounding for shared parameters used by rebar. | |
| ApplicableTotalLengthRoundingMethod | RoundingMethod | The applicable rounding method for Bar Length and Total Bar Length parameters. | |
| ApplicableTotalLengthRounding | double | The applicable rounding for Bar Length and Total Bar Length parameters. | |
| SegmentLengthRoundingMethod | RoundingMethod | Identifies the segment length rounding method | |
| SegmentLengthRounding | double | The rounding for shared parameters used by rebar. | |
| TotalLengthRoundingMethod | RoundingMethod | Identifies the total length rounding method | |
| TotalLengthRounding | double | The rounding for Bar Length and Total Bar Length parameters. | |
| Element | Element | The owner of the reinforcement rounding overrides. | ReinforcementRoundingManager |
| IsActiveOnElement | bool | Defines whether reinforcement rounding is activated for the particular element. | ReinforcementRoundingManager |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | ReinforcementRoundingManager |