geometries property

  1. @TagNumber(1)
List<Geometry> geometries

All geometries associated with the component, in their current configuration, in the frame of that component.

Implementation

@$pb.TagNumber(1)
$core.List<Geometry> get geometries => $_getList(0);