Skip to content

Commit 9548cbc

Browse files
MaxjreyMaxJPRey
andauthored
Add folder content from BoardProto\gRPCService\ansys\api\geometry\v0. (#10)
Co-authored-by: pyansys-ci-bot <maxime.rey@ansys.com>
1 parent 54efd05 commit 9548cbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansys/api/geometry/v0/commands.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ message CreateBeamCircularProfileResponse {
8383
message CreateBeamBodyLineRequest {
8484
string profile=1;
8585
Line line=2;
86+
string parent=3;
8687
}
8788

8889
message CreateBeamBodyLineResponse {
@@ -92,6 +93,7 @@ message CreateBeamBodyLineResponse {
9293
message CreateBeamBodyLinesRequest {
9394
string profile=1;
9495
repeated Line lines=2;
96+
string parent=3;
9597
}
9698

9799
message CreateBeamBodyLinesResponse {

0 commit comments

Comments
 (0)