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 63a40e5 commit a6a1ce8Copy full SHA for a6a1ce8
.github/workflows/ci_cd.yml
@@ -17,7 +17,7 @@ env:
17
ANSRV_GEO_PORT: 700
18
ANSRV_GEO_LICENSE_SERVER: ${{ secrets.LICENSE_SERVER }}
19
GEO_CONT_NAME: ans_geo
20
- RESET_IMAGE_CACHE: 4
+ RESET_IMAGE_CACHE: 5
21
IS_WORKFLOW_RUNNING: True
22
ARTIFACTORY_VERSION: v241
23
src/ansys/geometry/core/sketch/sketch.py
@@ -854,7 +854,7 @@ def plot(
854
)
855
else:
856
pl_helper = PlotterHelper(use_trame=use_trame).plot(
857
- self.sketch_polydata(),
+ self,
858
screenshot=screenshot,
859
view_2d=view_2d_dict,
860
**plotting_options,
0 commit comments