RebarBendingDetail
Description:
Utility class with methods needed for the bending details in view.
Utility class with methods needed for the bending details in view.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Structure.RebarBendingDetail
System.Object
Autodesk.Revit.DB.Structure.RebarBendingDetail
public static class RebarBendingDetail
| Name | Return Type | Description |
|---|---|---|
| Create(Document, ElementId, ElementId, Int32, RebarBendingDetailType, XYZ, Double) | Element | Creates a new instance of a bending detail. |
| GetHost(Element) | Reference | Gets a reference to the reinforcement element that this bending detail represent. |
| GetPosition(Element) | XYZ | Gets the position of the bending detail relative to its view. |
| GetRotation(Element) | double | Gets the rotation angle in radians for the bending detail relative to its view. |
| IsBendingDetail(Element) | bool | Checks if the input element is a bending detail. |
| SetHost(Element, Reference) | None | Sets the reinforcement element that will be represented by the input bending detail. |
| SetPosition(Element, XYZ) | None | Sets the position for this bending detail relative to its view. |
| SetRotation(Element, Double) | None | Sets the rotation angle in radians for the bending detail relative to its view. |