RebarShapeConstraintAngleFromFixedDir Constructor


Create an angular constraint.

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

Syntax

C#
public RebarShapeConstraintAngleFromFixedDir(
	ElementId paramId,
	int sign,
	UV direction
)
Visual Basic
Public Sub New ( _
	paramId As ElementId, _
	sign As Integer, _
	direction As UV _
)
Visual C++
public:
RebarShapeConstraintAngleFromFixedDir(
	ElementId^ paramId, 
	int sign, 
	UV^ direction
)

Parameters

paramId
Type: Autodesk.Revit.DB ElementId
A Rebar Shape parameter of type UT_Angle.
sign
Type: System Int32
The sign of the angle relative to the direction.
direction
Type: Autodesk.Revit.DB UV
A fixed direction in UV-space.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentException sign is not 1 or -1. -or- paramId is not a valid Element identifier.
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was null
Autodesk.Revit.Exceptions ArgumentOutOfRangeException direction has zero length.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →