Skip to content

Commit d4241e4

Browse files
pyansys-ci-bottfs_caslservice
andauthored
sync: file sync performed by ansys-tools-repo-sync (#111)
Co-authored-by: tfs_caslservice <tfs_caslservice@cdcw22cslbld02>
1 parent 3fcdf93 commit d4241e4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

ansys/api/geometry/v0/bodies.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@ service Bodies
8989
rpc Mirror(MirrorRequest) returns (google.protobuf.Empty);
9090

9191
rpc CreateSurfaceBody(CreateSurfaceBodyRequest) returns (Body);
92+
93+
rpc CreateBlockBody(CreateBlockBodyRequest) returns (Body);
94+
}
95+
96+
message CreateBlockBodyRequest {
97+
Point start_point = 1;
98+
Point end_point = 2;
9299
}
93100

94101
message CreateSurfaceBodyRequest {

ansys/api/geometry/v0/commands.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ service Commands{
146146
rpc RemovePatternMember(PatternRequest) returns (PatternCommandResponse);
147147

148148
rpc SetPatternValue(SetPatternValueRequest) returns (PatternCommandResponse);
149+
150+
rpc DetachFaces(DetachFacesRequest) returns (CommandResponse);
151+
}
152+
153+
message DetachFacesRequest {
154+
repeated ansys.api.dbu.v0.EntityIdentifier selection = 1;
149155
}
150156

151157
message CreateLinearPatternRequest {

0 commit comments

Comments
 (0)