Share

RebarCurvesData.GetAddedBarGeometry Method

Gets the added curves that will represent the bar at index barIndex.


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

Syntax

C#

public IList<Curve> GetAddedBarGeometry(
	int barIndex
)

Parameters

barIndex  Int32
The index of the bar. Should be a number between 0 and GetNumberOfBarGeometry() - 1.

Return Value

IList<Curve>
Returns the curves that will represent the bar at index barIndex. The terminations' plane normals will be applied on these curves.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException barIndex is not in the range [ 0, GetNumberOfBarGeometry()-1 ].

See Also

Reference

Was this information helpful?