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 8d70121 commit 6724969Copy full SHA for 6724969
.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: 5
+ RESET_IMAGE_CACHE: 6
21
IS_WORKFLOW_RUNNING: True
22
ARTIFACTORY_VERSION: v241
23
src/ansys/geometry/core/sketch/sketch.py
@@ -850,6 +850,7 @@ def plot(
850
selected_pd_objects,
851
screenshot=screenshot,
852
view_2d=view_2d_dict,
853
+ opacity=0.7, # We are passing PD objects directly... apply opacity to all of them
854
**plotting_options,
855
)
856
else:
0 commit comments