Share

FabricRoundingManager Class

Provides access to element reinforcement roundings overrides.

Inheritance Hierarchy

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


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public class FabricRoundingManager : ReinforcementRoundingManager

The FabricRoundingManager type exposes the following members.

Properties

 NameDescription
Public propertyApplicableReinforcementRoundingSource Identifies the source of the rounding settings for this element.
Public propertyApplicableSegmentLengthRounding The applicable rounding for fabric segments.
Public propertyApplicableSegmentLengthRoundingMethod The applicable rounding method for fabric segments.
Public propertyApplicableTotalLengthRounding The applicable rounding for Cut Overall Length and Cut Overall Width parameters.
Public propertyApplicableTotalLengthRoundingMethod The applicable rounding method for Cut Overall Length and Cut Overall Width parameters.
Public propertyElement The owner of the reinforcement rounding overrides.
(Inherited from ReinforcementRoundingManager)
Public propertyIsActiveOnElement Defines whether reinforcement rounding is activated for the particular element.
(Inherited from ReinforcementRoundingManager)
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
(Inherited from ReinforcementRoundingManager)
Public propertySegmentLengthRounding The rounding for fabric segments.
Public propertySegmentLengthRoundingMethod Identifies the segment length rounding method
Public propertyTotalLengthRounding The rounding for Cut Overall Length and Cut Overall Width parameters.
Public propertyTotalLengthRoundingMethod Identifies the total length rounding method

Methods

 NameDescription
Public methodDispose
(Inherited from ReinforcementRoundingManager)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLengthUnitTypeId Gets the identifier of the length unit quantifying the reinforcement rounding values.
(Inherited from ReinforcementRoundingManager)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

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.

See Also

Reference

Was this information helpful?