RebarConstraintsManager.IsRebarConstrainedPlacementEnabled Property

A static property defining if the 'Rebar Constrained Placement' setting is on or off in current Revit Application Session.


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

Syntax

C#

public static bool IsRebarConstrainedPlacementEnabled { get; set; }

Property Value

Boolean

Remarks

If user started multiple Revit sessions, and the 'Rebar Constrained Placement' setting might be different in each session. Revit.ini file stores the latest setting no matter what the Revit session is. The setting will be written to Revit.ini if user set the value. This property enables/disables constraints between standard style rebars. This constraint is similar to the standard-to-stirrup constraint in the following way : Distance to target cannot be edited. The constraint "snaps" the rebars together in a touching position. Rebars can be constrained under the following conditions :

See Also

Reference

RebarConstraintsManager Class
Autodesk.Revit.DB.Structure Namespace