2024 Class
Changes 0
C

FabricRoundingManager

Description:
Provides access to element reinforcement roundings overrides.
Remarks:
An instance of this class can be obtained from specific FabricSheetType or individual FabricSheet or FabricArea 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.FabricRoundingManager
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the ReinforcementRoundingManager
M GetLengthUnitTypeId() ForgeTypeId Gets the identifier of the length unit quantifying the reinforcement rounding values. ReinforcementRoundingManager
Name Return Type Description Inherited From
P ApplicableReinforcementRoundingSource ReinforcementRoundingSource Identifies the source of the rounding settings for this element.
P ApplicableSegmentLengthRoundingMethod RoundingMethod The applicable rounding method for fabric segments.
P ApplicableSegmentLengthRounding double The applicable rounding for fabric segments.
P ApplicableTotalLengthRoundingMethod RoundingMethod The applicable rounding method for Cut Overall Length and Cut Overall Width parameters.
P ApplicableTotalLengthRounding double The applicable rounding for Cut Overall Length and Cut Overall Width parameters.
P SegmentLengthRoundingMethod RoundingMethod Identifies the segment length rounding method
P SegmentLengthRounding double The rounding for fabric segments.
P TotalLengthRoundingMethod RoundingMethod Identifies the total length rounding method
P TotalLengthRounding double The rounding for Cut Overall Length and Cut Overall Width parameters.
P Element Element The owner of the reinforcement rounding overrides. ReinforcementRoundingManager
P IsActiveOnElement bool Defines whether reinforcement rounding is activated for the particular element. ReinforcementRoundingManager
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. ReinforcementRoundingManager