RebarBendingDetail Class

Utility class with methods needed for the bending details in view. The bending detail element has two modes -- the schematic bending detail and realistic bending detail. Some functions are exclusive to one mode.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.StructureRebarBendingDetail

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class RebarBendingDetail

The RebarBendingDetail type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAddHosts Adds the reinforcement elements that will be represented by the input bending detail.
Public methodStatic memberCreate Creates a new instance of a bending detail.
Public methodStatic memberGetHost Gets a reference to the reinforcement element that this bending detail represents.
Public methodStatic memberGetHosts Gets a reference to the reinforcement elements that this bending detail represents.
Public methodStatic memberGetPosition Gets the position of the bending detail relative to its view.
Public methodStatic memberGetRotation Gets the rotation angle in radians for the bending detail relative to its view.
Public methodStatic memberGetTagRelativePosition Gets the embedded tag position w.r.t. the realistic bending detail element in model coordinates.
Public methodStatic memberGetTagRelativeRotation Gets the embedded tag rotation angle w.r.t. the realistic bending detail element.
Public methodStatic memberIsBendingDetail Checks if the input element is a bending detail.
Public methodStatic memberIsRealisticBendingDetail Validate that the element is a realistic bending detail.
Public methodStatic memberIsSchematicBendingDetail Validate that the element is a schematic bending detail.
Public methodStatic memberRemoveHosts Remove the reinforcement elements from those represented by the input bending detail.
Public methodStatic memberResetAnnotationPositions Resets the positions of the bending detail annotations to the default position.
Public methodStatic memberResetTagRelativePosition Resets the embedded tag position w.r.t. the realistic bending detail element to the selected tag position.
Public methodStatic memberSetHost Sets the reinforcement element that will be represented by the input bending detail.
Public methodStatic memberSetPosition Sets the position for this bending detail relative to its view.
Public methodStatic memberSetRotation Sets the rotation angle in radians for the bending detail relative to its view.
Public methodStatic memberSetTagRelativePosition Sets the embedded tag position w.r.t. the realistic bending detail element in model coordinates.
Public methodStatic memberSetTagRelativeRotation Sets the embedded tag rotation angle w.r.t. the realistic bending detail element.
Top
See Also