Skip to content

Commit a85759b

Browse files
pyansys-ci-bottfs_caslservice
and
tfs_caslservice
authored
sync: file sync performed by ansys-tools-repo-sync (#164)
Co-authored-by: tfs_caslservice <tfs_caslservice@cdcw11cslbld03>
1 parent 3d0ae2a commit a85759b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

ansys/api/geometry/v0/repairtools.proto

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ service RepairTools{
8787
rpc FindAndFixShortEdges(FindShortEdgesRequest) returns (EnhancedRepairToolMessage);
8888

8989
rpc FindAndSimplify(FindAdjustSimplifyRequest) returns (EnhancedRepairToolMessage);
90+
91+
rpc FindAndFixStitchFaces(FindStitchFacesRequest) returns (EnhancedRepairToolMessage);
9092
}
9193

9294
message FindInterferenceRequest{
@@ -178,10 +180,11 @@ message FixInexactEdgesResponse{
178180

179181
message FindStitchFacesRequest{
180182
repeated string faces = 1;
181-
google.protobuf.DoubleValue maximum_distance =2; // default: 0.0001
182-
google.protobuf.BoolValue check_for_coincidence=3; // default: false
183-
google.protobuf.BoolValue allow_multiple_bodies =4; // default: false
184-
google.protobuf.BoolValue maintain_components=5; // default: false
183+
google.protobuf.DoubleValue maximum_distance = 2; // default: 0.0001
184+
google.protobuf.BoolValue check_for_coincidence = 3; // default: false
185+
google.protobuf.BoolValue allow_multiple_bodies = 4; // default: false
186+
google.protobuf.BoolValue maintain_components = 5; // default: false
187+
bool comprehensive = 6;
185188
}
186189

187190
message FindStitchFacesResponse{

0 commit comments

Comments
 (0)