Click or drag to resize

CroSecPropertiesMinMaxZ Method

Determine the minimum and maximum y-value of a point int the polyline.

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

Parameters

plines
Type: System.Collections.GenericListPolyLine3
outlines of a cross section.

Return Value

Type: ValueTupleDouble, Double
minimum and maximum y-value of a point int the polyline.
See Also