10.1.4.9. Polyline

Module to implement polyline.

class Patro.GeometryEngine.Polyline.Polyline2D(*points)[source]

Bases: Patro.GeometryEngine.Primitive.Primitive2DMixin, Patro.GeometryEngine.Primitive.PrimitiveNP

Class to implements 2D Polyline.

__init__(*points)[source]

Initialize self. See help(type(self)) for accurate signature.

distance_to_point(point)[source]
edges
length
to_path()[source]