BendingDetailLevelOfDetail Enumeration

BendingDetailLevelOfDetail Enumeration

Describes the level of detail in which the Bending Detail will be represented.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum BendingDetailLevelOfDetail
Public Enumeration BendingDetailLevelOfDetail
public enum class BendingDetailLevelOfDetail
type BendingDetailLevelOfDetail
Members
Member nameValueDescription
ByView0 The level detail is taken from the view.
Coarse1 Centerline representation of the Bending Detail.
Fine2 Ribbon representation of Bending Detail.
See Also