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.
2 parents 6b8c462 + 25e157a commit 8f9abaaCopy full SHA for 8f9abaa
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
path: ansys-api-geometry-artifacts
73
74
- name: Release
75
- uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
+ uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
76
with:
77
generate_release_notes: true
78
files: |
ansys/api/geometry/v0/models.proto
@@ -788,6 +788,7 @@ enum InspectGeometryMessageId {
788
ERROR_MESH= 38;
789
ERROR_NOGEOMETRY= 39;
790
VERTEXOVERLAP = 40;
791
+ ERROR_VERTEXGEOMETRY = 41;
792
}
793
794
message InspectGeometryOptions {
0 commit comments