RebarShapeMultiplanarDefinition Constructor


Create a RebarShapeMultiplanarDefinition for use in creating a RebarShape.

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

Syntax

C#
public RebarShapeMultiplanarDefinition(
	double outOfPlaneBendDiameter
)
Visual Basic
Public Sub New ( _
	outOfPlaneBendDiameter As Double _
)
Visual C++
public:
RebarShapeMultiplanarDefinition(
	double outOfPlaneBendDiameter
)

Parameters

outOfPlaneBendDiameter
Type: System Double
Bend diameter to be used when the rebar bends out of its main plane.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentOutOfRangeException The given value for outOfPlaneBendDiameter must be greater than 0 and no more than 30000 feet.

See Also