GeometryOperations.GetCenterlineLength

GetCenterlineLength(IEnumerable<Point>)

Get centerline Length

public static double GetCenterlineLength(IEnumerable<Point> sites)
ParameterTypeDescription
sitesIEnumerable`1Collection of points (sites)

Return Value

Length of centerline edges

See Also


GetCenterlineLength(Polygon)

Get centerline Length

public static double GetCenterlineLength(Polygon polygon)
ParameterTypeDescription
polygonPolygonPolygon for centerline diagram

Return Value

Length of centerline edges

See Also