RebarShapeConstraintFixedSegmentDir Constructor


Create a fixed segment direction constraint.

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

Syntax

C#
public RebarShapeConstraintFixedSegmentDir(
	UV dir
)
Visual Basic
Public Sub New ( _
	dir As UV _
)
Visual C++
public:
RebarShapeConstraintFixedSegmentDir(
	UV^ dir
)

Parameters

dir
Type: Autodesk.Revit.DBUV
A fixed direction in UV-space.

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentNullException A non-optional argument was null
Autodesk.Revit.ExceptionsArgumentOutOfRangeException dir 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 →