RVTDocs.com

RebarShapeDefinitionBySegments.SetSegmentVariableDirection

Method
Description:
Remove the fixed direction from a segment.
Remarks:
The segment's angle will be allowed to vary, with a range of 90 degrees. The segment must have at least two constraints.
Syntax
public void SetSegmentVariableDirection(
	int iSegment
)
Parameters
Parameter Type Description
iSegment Int32 Index of the segment (0 to NumberOfSegments - 1).
Return Value
Exceptions
Exception Condition
ArgumentException iSegment is not between 0 and NumberOfSegments.