I'm using the FuzzyParallelLineFinder and want to aggregate the line pair geometries that were identified. Then, turn into a CAD block with unique ID, and/or WKT format in a spreadsheet.
The way it identifies parallel lines is : _line_id of one feature = _match_id of another and vice versa.
I attached a Dynamo script picture that does what I am looking for.
Thanks,