We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3d264 commit 4165b47Copy full SHA for 4165b47
tidy3d/components/geometry/base.py
@@ -1627,11 +1627,7 @@ def transform(p_array):
1627
transformed_section = shapely.transform(section, transformation=transform)
1628
return transformed_section
1629
# Otherwise compute the arbitrary intersection
1630
- return self._do_intersections_tilted_plane(
1631
- normal=normal,
1632
- origin=origin,
1633
- to_2D=to_2D,
1634
- )
+ return self._do_intersections_tilted_plane(normal=normal, origin=origin, to_2D=to_2D)
1635
1636
@abstractmethod
1637
def _do_intersections_tilted_plane(
0 commit comments