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
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
- sub_collections() List[RimPolygonContainer]
Subcollections
- Returns:
List[RimPolygonContainer]