File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed
Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1- // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
1+ // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
22
33syntax = "proto3" ;
44
@@ -17,10 +17,10 @@ service Commands{
1717
1818 rpc ProjectCurves (ProjectCurvesRequest ) returns (ProjectCurvesResponse );
1919
20- rpc ImprintProjectedCurves (ProjectCurvesRequest ) returns (EntitiesCollection );
21-
2220 rpc ImprintCurves (ImprintCurvesRequest ) returns (EntitiesCollection );
2321
22+ rpc ImprintProjectedCurves (ProjectCurvesRequest ) returns (EntitiesCollection );
23+
2424 rpc PowerSelectFacesByAreaRange (PowerSelectFacesByAreaRangeRequest ) returns (PowerSelectFacesByAreaRangeResponse );
2525
2626 rpc CreateBeamCircularProfile (CreateBeamCircularProfileRequest ) returns (CreateBeamCircularProfileResponse );
@@ -222,4 +222,4 @@ message CreateTorusRequest {
222222
223223message CreateTorusResponse {
224224 string id = 1 ;
225- }
225+ }
Original file line number Diff line number Diff line change 1- // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
1+ // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
22syntax = "proto3" ;
33package ansys.api.geometry.v0.Designs ;
44
@@ -67,7 +67,6 @@ message ExportResponse {
6767message GetAsJsonRequest {
6868 string id = 1 ;
6969}
70-
7170message GetAsJsonResponse {
7271 string json = 1 ;
7372}
Original file line number Diff line number Diff line change 1- // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
1+ // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
22syntax = "proto3" ;
33package ansys.api.geometry.v0.GeometryApplication ;
44option csharp_namespace = "Ansys.Api.Geometry.V0.GeometryApplication" ;
Original file line number Diff line number Diff line change 1- // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
1+ // ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
22syntax = "proto3" ;
33package ansys.api.geometry.v0 ;
44
You can’t perform that action at this time.
0 commit comments