PolygonCollection

class rips.PolygonCollection(pb2_object: PdmObject | None = None, channel: Channel | None = None)

Bases: PdmObjectBase

Methods Summary

create_polygon([name, coordinates])

Create and Add New Polygon

polygons()

Polygons

Methods Documentation

create_polygon(name: str = '', coordinates: List[List[float]] = []) Polygon

Create and Add New Polygon

Parameters:
  • name (str)

  • coordinates (List[List[float]])

Returns:

Polygon

polygons() List[Polygon]

Polygons

Returns:

List[Polygon]