Click or drag to resize

CroSecPropertiesRemoveLowerPart Method

Removes the part of the poly-lines which is below the X-axis.

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

Parameters

plines
Type: System.Collections.GenericListPolyLine3
Poly-lines for removal.

Return Value

Type: ListPolyLine3
List with poly-lines removed.
See Also