You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pymod/distutils_src/klayout/dbcore.pyi
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52659,6 +52659,7 @@ class Region(ShapeCollection):
52659
52659
@param ignore_angle The angle above which no check is performed
52660
52660
@param min_projection The lower threshold of the projected length of one edge onto another
52661
52661
@param max_projection The upper limit of the projected length of one edge onto another
52662
+
@param shielded Enables shielding (see below)
52662
52663
@param opposite_filter Specifies a filter mode for errors happening on opposite sides of inputs shapes
52663
52664
@param rect_filter Specifies an error filter for rectangular input shapes
52664
52665
@param negative Negative output from the first input
@@ -52699,6 +52700,7 @@ class Region(ShapeCollection):
52699
52700
@param ignore_angle The angle above which no check is performed
52700
52701
@param min_projection The lower threshold of the projected length of one edge onto another
52701
52702
@param max_projection The upper limit of the projected length of one edge onto another
52703
+
@param shielded Enables shielding (see below)
52702
52704
@param opposite_filter Specifies a filter mode for errors happening on opposite sides of inputs shapes
52703
52705
@param rect_filter Specifies an error filter for rectangular input shapes
52704
52706
@param negative Negative output from the first input
@@ -53013,6 +53015,7 @@ class Region(ShapeCollection):
53013
53015
@param ignore_angle The angle above which no check is performed
53014
53016
@param min_projection The lower threshold of the projected length of one edge onto another
53015
53017
@param max_projection The upper limit of the projected length of one edge onto another
53018
+
@param shielded Enables shielding (see below)
53016
53019
@param opposite_filter Specifies a filter mode for errors happening on opposite sides of inputs shapes
53017
53020
@param rect_filter Specifies an error filter for rectangular input shapes
53018
53021
@param negative Negative output from the first input
@@ -53131,6 +53134,7 @@ class Region(ShapeCollection):
53131
53134
@param ignore_angle The angle above which no check is performed
53132
53135
@param min_projection The lower threshold of the projected length of one edge onto another
53133
53136
@param max_projection The upper limit of the projected length of one edge onto another
53137
+
@param shielded Enables shielding (see below)
53134
53138
@param opposite_filter Specifies a filter mode for errors happening on opposite sides of inputs shapes
53135
53139
@param rect_filter Specifies an error filter for rectangular input shapes
53136
53140
@param negative If true, edges not violation the condition will be output as pseudo-edge pairs
@@ -53615,7 +53619,7 @@ class Region(ShapeCollection):
53615
53619
@param ignore_angle The angle above which no check is performed
53616
53620
@param min_projection The lower threshold of the projected length of one edge onto another
53617
53621
@param max_projection The upper limit of the projected length of one edge onto another
53618
-
@param shielded Enables shielding
53622
+
@param shielded Enables shielding (see below)
53619
53623
@param negative If true, edges not violation the condition will be output as pseudo-edge pairs
53620
53624
@param property_constraint Specifies whether to consider only shapes with a certain property relation
53621
53625
@param property_constraint Only \IgnoreProperties and \NoPropertyConstraint are allowed - in the last case, properties are copied from the original shapes to the output@param zero_distance_mode Specifies how to handle edges with zero distance
@@ -53682,6 +53686,7 @@ class Region(ShapeCollection):
53682
53686
@param ignore_angle The angle above which no check is performed
53683
53687
@param min_projection The lower threshold of the projected length of one edge onto another
53684
53688
@param max_projection The upper limit of the projected length of one edge onto another
53689
+
@param shielded Enables shielding (see below)
53685
53690
@param opposite_filter Specifies a filter mode for errors happening on opposite sides of inputs shapes
53686
53691
@param rect_filter Specifies an error filter for rectangular input shapes
53687
53692
@param negative Negative output from the first input
@@ -54118,6 +54123,7 @@ class Region(ShapeCollection):
54118
54123
@param ignore_angle The angle above which no check is performed
54119
54124
@param min_projection The lower threshold of the projected length of one edge onto another
54120
54125
@param max_projection The upper limit of the projected length of one edge onto another
54126
+
@param shielded Enables shielding (see below)
54121
54127
@param opposite_filter Specifies a filter mode for errors happening on opposite sides of inputs shapes
54122
54128
@param rect_filter Specifies an error filter for rectangular input shapes
54123
54129
@param negative Negative output from the first input
@@ -54450,6 +54456,7 @@ class Region(ShapeCollection):
54450
54456
@param ignore_angle The angle above which no check is performed
54451
54457
@param min_projection The lower threshold of the projected length of one edge onto another
54452
54458
@param max_projection The upper limit of the projected length of one edge onto another
54459
+
@param shielded Enables shielding (see below)
54453
54460
@param opposite_filter Specifies a filter mode for errors happening on opposite sides of inputs shapes
54454
54461
@param rect_filter Specifies an error filter for rectangular input shapes
54455
54462
@param negative If true, edges not violation the condition will be output as pseudo-edge pairs
@@ -54773,7 +54780,7 @@ class Region(ShapeCollection):
54773
54780
@param ignore_angle The angle above which no check is performed
54774
54781
@param min_projection The lower threshold of the projected length of one edge onto another
54775
54782
@param max_projection The upper limit of the projected length of one edge onto another
54776
-
@param shielded Enables shielding
54783
+
@param shielded Enables shielding (see below)
54777
54784
@param negative If true, edges not violation the condition will be output as pseudo-edge pairs
54778
54785
@param property_constraint Only \IgnoreProperties and \NoPropertyConstraint are allowed - in the last case, properties are copied from the original shapes to the output. @param zero_distance_mode Specifies how to handle edges with zero distance
0 commit comments