File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff 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
94101message CreateSurfaceBodyRequest {
Original file line number Diff line number Diff 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
151157message CreateLinearPatternRequest {
You can’t perform that action at this time.
0 commit comments