RebarShapeDefinitionBySegments.SetSegmentVariableDirection
Method
Description:
Remove the fixed direction from a segment.
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.
The segment's angle will be allowed to vary, with a range of 90 degrees. The segment must have at least two constraints.
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. |