PolygonCollection

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

Bases: RimPolygonContainer

polygon_collection_name

Name

Type:

str

Methods Summary

create_polygon([name, coordinates])

Create and Add New Polygon

polygons()

Polygons

sub_collections()

Subcollections

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]

sub_collections() List[RimPolygonContainer]

Subcollections

Returns:

List[RimPolygonContainer]