Void
ConstructionLine
.FlipEdges(IEnumerable<
IEdge
> constructionLine)
Flip the direction of the given edge/s.
Remarks
All IEdge instances must represent edges in the Construction Line instance.
Examples
Parameters
constructionLine
Type: IEnumerable<
IEdge
>
The ConstructionLine instance.
Return Value
Type: Void