Skip to content

Commit

Permalink
Add folder content from BoardProto\gRPCService\ansys\api\geometry\v0. (
Browse files Browse the repository at this point in the history
…#15)

Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
2 people authored and RobPasMue committed Oct 28, 2022
1 parent 51277ed commit b805b03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ansys/api/geometry/v0/commands.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ service Commands{
rpc CreateSphere(CreateSphereRequest) returns (CreateSphereResponse);

rpc CreateTorus(CreateTorusRequest) returns (CreateTorusResponse);

rpc DeleteBeam(EntityIdentifier) returns (Empty);

rpc DeleteBeamProfile(EntityIdentifier) returns (Empty);
}

message EntityIdentifier {
string id = 1;
}

message ProjectCurvesRequest {
Expand Down

0 comments on commit b805b03

Please sign in to comment.