Skip to content

Commit b0d9a6c

Browse files
authored
Add folder content from CSharpAddins\ApiServer\DomainModel\DomainModel.Protobuffer\ansys\api\geometry\v0. (#43)
1 parent a8d8fe7 commit b0d9a6c

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

ansys/api/geometry/v0/commands.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
1+
// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
22

33
syntax = "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

223223
message CreateTorusResponse {
224224
string id=1;
225-
}
225+
}

ansys/api/geometry/v0/designs.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
1+
// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
22
syntax = "proto3";
33
package ansys.api.geometry.v0.Designs;
44

@@ -67,7 +67,6 @@ message ExportResponse {
6767
message GetAsJsonRequest {
6868
string id=1;
6969
}
70-
7170
message GetAsJsonResponse {
7271
string json=1;
7372
}

ansys/api/geometry/v0/geometryapplication.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
1+
// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
22
syntax = "proto3";
33
package ansys.api.geometry.v0.GeometryApplication;
44
option csharp_namespace = "Ansys.Api.Geometry.V0.GeometryApplication";

ansys/api/geometry/v0/models.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
1+
// ©2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
22
syntax = "proto3";
33
package ansys.api.geometry.v0;
44

0 commit comments

Comments
 (0)