RebarShapeConstraint180DegreeDefaultBend Class


A constraint which can be applied to a RebarShapeSegment, and causes the segment to be replaced with a 180-degree arc. The arc's radius is not specified by the shape; instead it is a "default bend radius," taken from the RebarBarType associated with the Rebar instance.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2012

Syntax

C#
public class RebarShapeConstraint180DegreeDefaultBend : RebarShapeConstraint
Visual Basic
Public Class RebarShapeConstraint180DegreeDefaultBend _
	Inherits RebarShapeConstraint
Visual C++
public ref class RebarShapeConstraint180DegreeDefaultBend : public RebarShapeConstraint

Inheritance Hierarchy

System Object
Autodesk.Revit.DB.Structure RebarShapeConstraint
Autodesk.Revit.DB.Structure RebarShapeConstraint180DegreeDefaultBend

See Also