RVTDocs.com

RebarCurvesData.GetAddedBarGeometry

Method
Description:
Gets the added curves that will represent the bar at index barIndex.
Syntax
public IList<Curve> GetAddedBarGeometry(
	int barIndex
)
Parameters
Parameter Type Description
barIndex Int32 The index of the bar. Should be a number between 0 and GetNumberOfBarGeometry() - 1.
Return Value
Type Description
IList Returns the curves that will represent the bar at index barIndex. The hooks plane normals will be applied on these curves.
Exceptions
Exception Condition
ArgumentOutOfRangeException barIndex is not in the range [ 0, GetNumberOfBarGeometry()-1 ].