Share

RebarShapeConstraint180DegreeBendRadius Constructor

Create a 180-degree bend constraint driven by radius.


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

Syntax

C#

public RebarShapeConstraint180DegreeBendRadius(
	ElementId paramId,
	RebarShapeArcReferenceType refType
)

Parameters

paramId  ElementId
The Id of a Rebar Shape parameter.
refType  RebarShapeArcReferenceType
A choice of rule for measuring the radius.

Exceptions

ExceptionCondition
ArgumentException paramId is not a valid Element identifier.
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also

Reference

Was this information helpful?