Skip to content

Commit edfc103

Browse files
committed
Merge branch 'feat/streaming_upload_support' of https://github.com/ansys/pyansys-geometry into feat/streaming_upload_support
2 parents f2e0b46 + 7d47684 commit edfc103

File tree

1 file changed

+1
-1
lines changed
  • src/ansys/geometry/core/designer

1 file changed

+1
-1
lines changed

src/ansys/geometry/core/designer/body.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1908,7 +1908,7 @@ def copy(self, parent: "Component", name: str = None) -> "Body": # noqa: D102
19081908
def tessellate( # noqa: D102
19091909
self, merge: bool = False
19101910
) -> Union["PolyData", "MultiBlock"]:
1911-
return self._template.tessellate(merge, self.parent_component.get_world_transform())
1911+
return self._template.tessellate(merge, self.parent_component.get_world_transform())
19121912

19131913
@ensure_design_is_active
19141914
def tessellate_with_options( # noqa: D102

0 commit comments

Comments
 (0)