BendingDetailFor3DShapesOptions Enumeration

BendingDetailFor3DShapesOptions Enumeration

Describes how the Bending Detail will be represented for 3D shapes.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum BendingDetailFor3DShapesOptions
Public Enumeration BendingDetailFor3DShapesOptions
public enum class BendingDetailFor3DShapesOptions
type BendingDetailFor3DShapesOptions
Members
Member nameValueDescription
IsometricView0 The bending detail will represent the bar as in an isometric view.
PlanView1 The bending detail will represent the bar as in a plan view where the view plane is parallel with bar plane.
See Also