Skip to content

Commit

Permalink
sync: add changes from local folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tfs_caslservice committed Feb 1, 2025
1 parent 1aff4f7 commit a3f1531
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions ansys/api/geometry/v0/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -736,17 +736,13 @@ message InspectGeometryResultIssue
{
InspectGeometryMessageType message_type = 1;
InspectGeometryMessageId message_id = 2;
repeated IssueEntityAndType issue_entities_and_type = 3;
string message = 4;
optional double scalar_value = 5;
repeated Face faces = 3;
repeated Edge edges = 4;
string message = 5;
optional double scalar_value = 6;
}

message InspectGeometryResult {
ansys.api.dbu.v0.EntityIdentifier body = 1;
Body body = 1;
repeated InspectGeometryResultIssue issues = 2;
}

message IssueEntityAndType {
ansys.api.dbu.v0.EntityIdentifier entity_id = 1;
string entity_type = 2;
}

0 comments on commit a3f1531

Please sign in to comment.