RebarBendData
Description:
The values in this class provide a summary of information taken from the RebarBarType, RebarHookType, and RebarStyle.
The values in this class provide a summary of information taken from the RebarBarType, RebarHookType, and RebarStyle.
Remarks:
The purpose of collecting the values in this class is to allow you to create and analyze an accurate representation of a RebarShape, without creating a Rebar instance, and without referring to RebarBarType, RebarHookType, and RebarStyle. If you do have a Rebar instance, its GetBendData() method will produce a RebarBendData object.
The purpose of collecting the values in this class is to allow you to create and analyze an accurate representation of a RebarShape, without creating a Rebar instance, and without referring to RebarBarType, RebarHookType, and RebarStyle. If you do have a Rebar instance, its GetBendData() method will produce a RebarBendData object.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Structure.RebarBendData
System.Object
Autodesk.Revit.DB.Structure.RebarBendData
public class RebarBendData : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| RebarBendData() | None | Constructs a new RebarBendData with default settings. | |
| RebarBendData(RebarBarType, RebarHookType, RebarHookType, RebarStyle, RebarHookOrientation, RebarHookOrientation) | None | Constructs a new RebarBendData using the bar type, hook types, style and orientation values. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the RebarBendData | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| BarModelDiameter | double | Defines the model diameter of the bar. | |
| BarNominalDiameter | double | Defines the nominal diameter of the bar. | |
| BendRadius | double | The radius of all fillets, except hook fillets, in the Rebar shape. | |
| HookAngle0 | int | The angle of the hook at the start. | |
| HookAngle1 | int | The angle of the hook at the end. | |
| HookBendRadius | double | The radius of the hook fillets in the Rebar shape. | |
| HookLength0 | double | The extension length of the hook at the start. | |
| HookLength1 | double | The extension length of the hook at the end. | |
| HookOrient0 | RebarHookOrientation | The orientation of the hook at the start. | |
| HookOrient1 | RebarHookOrientation | The orientation of the hook at the end. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |