62 lines
1.2 KiB
JSON
62 lines
1.2 KiB
JSON
{
|
|
"scope": "main_view",
|
|
"coordinate_policy": "relative_origin_from_leftmost_vertical_line_top_point",
|
|
"primitive_counts": {
|
|
"line": 1,
|
|
"circle": 0,
|
|
"arc": 0,
|
|
"spline": 0,
|
|
"total": 1
|
|
},
|
|
"line_direction_counts": {
|
|
"horizontal": 1,
|
|
"vertical": 0,
|
|
"diagonal": 0,
|
|
"unknown": 0
|
|
},
|
|
"relative_line_coordinates": {
|
|
"ok": false,
|
|
"reason": "no_vertical_line_available",
|
|
"origin_rule": "leftmost_vertical_line_top_point"
|
|
},
|
|
"line_length_histogram": {
|
|
"10": 1
|
|
},
|
|
"line_length_stats": {
|
|
"count": 1,
|
|
"min": 10,
|
|
"max": 10,
|
|
"sum": 10,
|
|
"avg": 10
|
|
},
|
|
"circle_radius_histogram": {},
|
|
"circle_radius_stats": {
|
|
"count": 0
|
|
},
|
|
"arc_radius_histogram": {},
|
|
"arc_radius_stats": {
|
|
"count": 0
|
|
},
|
|
"arc_sweep_angle_histogram": {},
|
|
"arc_length_histogram": {},
|
|
"matching_primary_fields": [
|
|
"kind",
|
|
"length",
|
|
"radius",
|
|
"diameter",
|
|
"arc_length",
|
|
"sweep_angle",
|
|
"direction_class",
|
|
"angle_deg",
|
|
"relative_start",
|
|
"relative_end",
|
|
"relative_midpoint"
|
|
],
|
|
"matching_excluded_primary_fields": [
|
|
"start",
|
|
"end",
|
|
"center",
|
|
"absolute_start",
|
|
"absolute_end"
|
|
]
|
|
} |