Skip to content

Commit a6a1ce8

Browse files
fix: Pass sketch to plot instead of polydata (#741)
1 parent 63a40e5 commit a6a1ce8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
ANSRV_GEO_PORT: 700
1818
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
1919
GEO_CONT_NAME: ans_geo
20-
RESET_IMAGE_CACHE: 4
20+
RESET_IMAGE_CACHE: 5
2121
IS_WORKFLOW_RUNNING: True
2222
ARTIFACTORY_VERSION: v241
2323

src/ansys/geometry/core/sketch/sketch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ def plot(
854854
)
855855
else:
856856
pl_helper = PlotterHelper(use_trame=use_trame).plot(
857-
self.sketch_polydata(),
857+
self,
858858
screenshot=screenshot,
859859
view_2d=view_2d_dict,
860860
**plotting_options,

0 commit comments

Comments
 (0)