FabricRoundingManager
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 FabricSheetType or individual FabricSheet or FabricArea elements to apply overrides different from the global settings for the project.
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
System.Object
Autodesk.Revit.DB.Structure.ReinforcementRoundingManager
Autodesk.Revit.DB.Structure.FabricRoundingManager
public class FabricRoundingManager : ReinforcementRoundingManager
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the | 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 fabric segments. | |
| ApplicableSegmentLengthRounding | double | The applicable rounding for fabric segments. | |
| ApplicableTotalLengthRoundingMethod | RoundingMethod | The applicable rounding method for Cut Overall Length and Cut Overall Width parameters. | |
| ApplicableTotalLengthRounding | double | The applicable rounding for Cut Overall Length and Cut Overall Width parameters. | |
| SegmentLengthRoundingMethod | RoundingMethod | Identifies the segment length rounding method | |
| SegmentLengthRounding | double | The rounding for fabric segments. | |
| TotalLengthRoundingMethod | RoundingMethod | Identifies the total length rounding method | |
| TotalLengthRounding | double | The rounding for Cut Overall Length and Cut Overall Width 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 |
| LengthDisplayUnit | DisplayUnitType | The length units used when displaying the reinforcement rounding values. | ReinforcementRoundingManager |