polylidar.Polygon

class polylidar.Polygon

Contains the linear rings of a polygon. The elements of a linear ring are point indices into a point cloud.

__init__(self: polylidar_pybind.Polygon) None

Creates a Polygon

property holes

Set of linear rings of interior holes in our polygon

property shell

Linear ring of our exterior shell.