CoupledLineTee.qgeometry_list#
- CoupledLineTee.qgeometry_list(element_type: str = 'all') List[BaseGeometry] #
Returns a list of element qgeometry (shapely geometry) of the component as a python list of shapely geometries.
- Parameters:
element_type (str) – Name of element table or type; e.g., ‘poly’ and ‘path’. Can also specify all
- Returns:
Geometry list or None if an error in the name of the element type (ie. table)
- Return type:
List[BaseGeometry]