<Code Lib>
2021 Method
Changes 0
M

RebarShapeDefinitionBySegments.SetSegmentVariableDirection

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.

public void SetSegmentVariableDirection(
	int iSegment
)

  • Int32
    iSegment
    Index of the segment (0 to NumberOfSegments - 1).

Loading…