Click or drag to resize

CroSecPropertiesRotate90 Method

Swaps x and y-values of the points of the given poly-line.

Namespace:  KarambaCommon.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public static List<PolyLine3> Rotate90(
	List<PolyLine3> plines
)

Parameters

plines
Type: System.Collections.GenericListPolyLine3
Poly-line to switch values.

Return Value

Type: ListPolyLine3
swapped polyline.
See Also