BendingDetailSegmentsRepresentation Enumeration

BendingDetailSegmentsRepresentation Enumeration

Describes how the Bending Detail will represent the bar segments.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum BendingDetailSegmentsRepresentation
Public Enumeration BendingDetailSegmentsRepresentation
public enum class BendingDetailSegmentsRepresentation
type BendingDetailSegmentsRepresentation
Members
Member nameValueDescription
Offset2 Some of the bar segments will be lengthened so there is no intersection between them.
Standard0 The Bending Detail will represent the bar segments as they are.
Unfold1 Some of the bar segments will be unfolded so there is no intersection between them.
See Also